Press "Enter" to skip to content

Posts tagged as “esp32”

Virtualized sensors for esp32 emulator

Okay so you’ve got your esp32 emulator running on qemu. What next? I need to virtualize sensors. That cannot be done really because sensors return…

esp32 on QEMU

Not having the entire hardware for embedded projects is a pain. It stops the development entirely and is extremely inefficient. In traditional software dev –…