esp32

Is there any simulator for ESP32-S2 or ESP32 chips?


I am working on an esp project and compiled my code by using the esp32s2 toolchain and created a binary that ready to run on a real device. But I don't have a real device to test my binary. Is there any simulator to simulate the ESP32-S2 chip or the ESP32 chip?


Solution

  • You can try QEMU from https://github.com/espressif/qemu or https://github.com/Ebiroll/qemu_esp32

    Not sure if they are supporting ESP32-S2, but it seems to be working with ESP32.