home.social

Search

1000 results for “embedded”

  1. Embedded World pleasant surprise: meeting Thomas Kohler, the current Gobot maintainer!
    #golang #gobot #ew26

  2. Embedded World pleasant surprise: meeting Thomas Kohler, the current Gobot maintainer!
    #golang #gobot #ew26

  3. Ich freue mich schon darauf, wenn auf der #EmbeddedWorld gleich der #Alarmtag losgeht.

  4. Last day at #EmbeddedWorld! Two days of great conversations at booth 4-443 about WPE WebKit, Vulkan drivers, Moonforge, and embedded open source — and the highlight is still ahead.

    Today at 15:00: @mariospr presents "Web Engines for Embedded Devices: An Introduction to WPE WebKit" in track 5.15.

    Come find us!

    #ew26 #OpenSource #WPE #WebKit #EmbeddedLinux

  5. Last day at #EmbeddedWorld! Two days of great conversations at booth 4-443 about WPE WebKit, Vulkan drivers, Moonforge, and embedded open source — and the highlight is still ahead.

    Today at 15:00: @mariospr presents "Web Engines for Embedded Devices: An Introduction to WPE WebKit" in track 5.15.

    Come find us!

    #ew26 #OpenSource #WPE #WebKit #EmbeddedLinux

  6. Last day at #EmbeddedWorld! Two days of great conversations at booth 4-443 about WPE WebKit, Vulkan drivers, Moonforge, and embedded open source — and the highlight is still ahead.

    Today at 15:00: @mariospr presents "Web Engines for Embedded Devices: An Introduction to WPE WebKit" in track 5.15.

    Come find us!

    #ew26 #OpenSource #WPE #WebKit #EmbeddedLinux

  7. Last day at #EmbeddedWorld! Two days of great conversations at booth 4-443 about WPE WebKit, Vulkan drivers, Moonforge, and embedded open source — and the highlight is still ahead.

    Today at 15:00: @mariospr presents "Web Engines for Embedded Devices: An Introduction to WPE WebKit" in track 5.15.

    Come find us!

    #ew26 #OpenSource #WPE #WebKit #EmbeddedLinux

  8. Last day at #EmbeddedWorld! Two days of great conversations at booth 4-443 about WPE WebKit, Vulkan drivers, Moonforge, and embedded open source — and the highlight is still ahead.

    Today at 15:00: @mariospr presents "Web Engines for Embedded Devices: An Introduction to WPE WebKit" in track 5.15.

    Come find us!

    #ew26 #OpenSource #WPE #WebKit #EmbeddedLinux

  9. Creating a file system on the onboard flash for my ebook reader so that configs, fonts, and somebody's favorite books could be stored there instead of on the sd card.

    At first I was using the embassy_rp::flash API but the flash has an unusual 4KiB writes, 4-256 byte reads and things where just getting a little complicated.

    Then I realized I could use the linker to map the flash and let my FAT32/16/12 library work on the array. And the flash interactions are handled the same way that code is. Cut my code size for dealing with the flash from several hundred to a couple dozen(not counting the filesystem stuff). I am currently erasing it every time I update the firmware but that's a problem for future me.

    Next I need to make the device show up as a usb hub with 1 or 2 mass storage devices. 1 for the on board flash and 1 for the sd card.
    #embedded #no_std #rust

  10. Creating a file system on the onboard flash for my ebook reader so that configs, fonts, and somebody's favorite books could be stored there instead of on the sd card.

    At first I was using the embassy_rp::flash API but the flash has an unusual 4KiB writes, 4-256 byte reads and things where just getting a little complicated.

    Then I realized I could use the linker to map the flash and let my FAT32/16/12 library work on the array. And the flash interactions are handled the same way that code is. Cut my code size for dealing with the flash from several hundred to a couple dozen(not counting the filesystem stuff). I am currently erasing it every time I update the firmware but that's a problem for future me.

    Next I need to make the device show up as a usb hub with 1 or 2 mass storage devices. 1 for the on board flash and 1 for the sd card.
    #embedded #no_std #rust

  11. Creating a file system on the onboard flash for my ebook reader so that configs, fonts, and somebody's favorite books could be stored there instead of on the sd card.

    At first I was using the embassy_rp::flash API but the flash has an unusual 4KiB writes, 4-256 byte reads and things where just getting a little complicated.

    Then I realized I could use the linker to map the flash and let my FAT32/16/12 library work on the array. And the flash interactions are handled the same way that code is. Cut my code size for dealing with the flash from several hundred to a couple dozen(not counting the filesystem stuff). I am currently erasing it every time I update the firmware but that's a problem for future me.

    Next I need to make the device show up as a usb hub with 1 or 2 mass storage devices. 1 for the on board flash and 1 for the sd card.
    #embedded #no_std #rust

  12. Creating a file system on the onboard flash for my ebook reader so that configs, fonts, and somebody's favorite books could be stored there instead of on the sd card.

    At first I was using the embassy_rp::flash API but the flash has an unusual 4KiB writes, 4-256 byte reads and things where just getting a little complicated.

    Then I realized I could use the linker to map the flash and let my FAT32/16/12 library work on the array. And the flash interactions are handled the same way that code is. Cut my code size for dealing with the flash from several hundred to a couple dozen(not counting the filesystem stuff). I am currently erasing it every time I update the firmware but that's a problem for future me.

    Next I need to make the device show up as a usb hub with 1 or 2 mass storage devices. 1 for the on board flash and 1 for the sd card.
    #embedded #no_std #rust

  13. Für alle die am Donnerstag auf der #embeddedworld sind, viel Spaß mit dem landesweiten Warntag um 11 Uhr 😉 Und all den connected devices die spontan Geräusche machen 😬
    Info der Stadt Nürnberg: nuernberg.de/internet/notfallv

    #ew26 #warntag #warntagBY #warntag2026

  14. Für alle die am Donnerstag auf der #embeddedworld sind, viel Spaß mit dem landesweiten Warntag um 11 Uhr 😉 Und all den connected devices die spontan Geräusche machen 😬
    Info der Stadt Nürnberg: nuernberg.de/internet/notfallv

    #ew26 #warntag #warntagBY #warntag2026

  15. RE: fosstodon.org/@mariospr/116209

    Great talk by @marga at #EmbeddedWorld on modern Yocto best practices. Key takeaway: reproducible builds require more than good intentions — kas, containerized environments, and pinned deps are the way forward. Slides coming soon!

    #ew26 #Yocto #EmbeddedLinux #OpenSource

  16. RE: fosstodon.org/@mariospr/116209

    Great talk by @marga at #EmbeddedWorld on modern Yocto best practices. Key takeaway: reproducible builds require more than good intentions — kas, containerized environments, and pinned deps are the way forward. Slides coming soon!

    #ew26 #Yocto #EmbeddedLinux #OpenSource

  17. RE: fosstodon.org/@mariospr/116209

    Great talk by @marga at #EmbeddedWorld on modern Yocto best practices. Key takeaway: reproducible builds require more than good intentions — kas, containerized environments, and pinned deps are the way forward. Slides coming soon!

    #ew26 #Yocto #EmbeddedLinux #OpenSource

  18. RE: fosstodon.org/@mariospr/116209

    Great talk by @marga at #EmbeddedWorld on modern Yocto best practices. Key takeaway: reproducible builds require more than good intentions — kas, containerized environments, and pinned deps are the way forward. Slides coming soon!

    #ew26 #Yocto #EmbeddedLinux #OpenSource

  19. Still going strong on Day 2 at #EmbeddedWorld! Lots of great conversations at booth 4-443 about our work on WPE WebKit, Vulkan drivers, and Moonforge — our new Yocto-based embedded OS launched this week. Come try the demos, including this VR experience running on our open source graphics stack!

    #ew26 #OpenSource #WPE #Vulkan #Yocto

  20. Still going strong on Day 2 at #EmbeddedWorld! Lots of great conversations at booth 4-443 about our work on WPE WebKit, Vulkan drivers, and Moonforge — our new Yocto-based embedded OS launched this week. Come try the demos, including this VR experience running on our open source graphics stack!

    #ew26 #OpenSource #WPE #Vulkan #Yocto

  21. Still going strong on Day 2 at #EmbeddedWorld! Lots of great conversations at booth 4-443 about our work on WPE WebKit, Vulkan drivers, and Moonforge — our new Yocto-based embedded OS launched this week. Come try the demos, including this VR experience running on our open source graphics stack!

    #ew26 #OpenSource #WPE #Vulkan #Yocto

  22. Still going strong on Day 2 at #EmbeddedWorld! Lots of great conversations at booth 4-443 about our work on WPE WebKit, Vulkan drivers, and Moonforge — our new Yocto-based embedded OS launched this week. Come try the demos, including this VR experience running on our open source graphics stack!

    #ew26 #OpenSource #WPE #Vulkan #Yocto

  23. Nachdenkliche Einstimmung auf den Besuch der #EmbeddedWorld in Nürnberg...

  24. If your devices still run Windows CE, now is the time to plan the transition. The guide by Miłosz Kosobucki (KDAB) outlines practical approaches to migrating business logic, UI frameworks, and OS/hardware integrations to modern Embedded Linux platforms.

    📄 Download the whitepaper:
    kdab.com/windowsce-to-embedded

    #Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux

  25. Starting soon! @marga on modern Yocto best practices — 14:45 in the Yocto Use Cases session. #EmbeddedWorld #ew26 #Yocto