Page 1 of 1

Emulator for ESP32

Posted: Mon Oct 17, 2022 8:55 am
by esp32question
Hi everyone,

I am very new in the field of microcontroller and hardware (so ESP32 too of course) but I have to find an emulator for an ESP32 for a project. I have in my hands a c++ code that works for the esp32, it records a sound with a microphone as an input and plays another sound with a loudspeaker as an output (the mic and loudspeaker are both connected to the esp32 with an I2S).

I heard about Wokwi but I am looking for something not online (that can be run on my laptop in local). Also I heard about QEMU but do you think it could work for my project?

Thanks for your help,

Best :)