Search
1000 results for “embedded”
-
Ich freue mich schon darauf, wenn auf der #EmbeddedWorld gleich der #Alarmtag losgeht.
-
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!
-
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!
-
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!
-
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!
-
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!
-
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 -
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 -
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 -
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 -
EmbeddedWorld 2026, Tag 2 – vom Funkenden und seinen Prozessrechnern
#Mikrocontroller #Elektronik
https://www.mikrocontroller.net/topic/584047#new -
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: https://www.nuernberg.de/internet/notfallvorsorge_katastrophenschutz/bundesweiter_warntag.html#landesweiterwarntag -
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: https://www.nuernberg.de/internet/notfallvorsorge_katastrophenschutz/bundesweiter_warntag.html#landesweiterwarntag -
RE: https://fosstodon.org/@mariospr/116209020794069524
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!
-
RE: https://fosstodon.org/@mariospr/116209020794069524
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!
-
RE: https://fosstodon.org/@mariospr/116209020794069524
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!
-
RE: https://fosstodon.org/@mariospr/116209020794069524
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!
-
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!
-
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!
-
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!
-
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!
-
Nachdenkliche Einstimmung auf den Besuch der #EmbeddedWorld in Nürnberg...
-
Die neuen espressif ESP32 Chip Varianten im Vergleich - Update #ew2026
--> https://cool-web.de/esp8266-esp32/espressif-esp32-chip-varianten-im-vergleich.htm
#Espressif #ESP32 #ESP32H21 #ESP32H4 #ESP32E22 #Mikrocontroller #Elektronik #Maker #DIY #Mikrocontroller #Vergleich #Vergleichstabelle #Chips #embeddedWorld #ew2026
-
-
EmbeddedWorld 2026, Tag 1 – AI fressen Elektronik auf
#Mikrocontroller #Elektronik
https://www.mikrocontroller.net/topic/584029#new -
Kolban's book on ESP32 by Neil Kolban is free with a Leanpub Reader membership! Or you can buy it for $7.99! https://leanpub.com/kolban-ESP32 #EmbeddedSystems #ComputerProgramming #ComputerHardware #InternetOfThings
-
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:
https://www.kdab.com/windowsce-to-embedded-linux-migration/#Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux
-
Starting soon! @marga on modern Yocto best practices — 14:45 in the Yocto Use Cases session. #EmbeddedWorld #ew26 #Yocto