ESP32 simulator for Windows

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
ha5ast
Posts: 2
Joined: Tue May 04, 2021 11:30 am

ESP32 simulator for Windows

Post by ha5ast » Sat Nov 20, 2021 11:27 am

That is what I did this simulator, because I am a lame programmer. I was searching a hardware simulator for the development, but i couldn't find. I had to write one, because only online versions existed when I start to write it, but these online versions seemed buggy and very slow.
ESP32 development in MicroPython was very difficult: programming, upload, does not work. And again and again. Always had a silly bug somewhere in my own control program. I was frustrated because lot of upload. I decimate the time of development since when I use this simulator. Feel free to use it too, if you like it : http://esp32hwsim.com

hai.nguyen
Posts: 5
Joined: Thu Mar 24, 2022 6:57 am

Re: ESP32 simulator for Windows

Post by hai.nguyen » Thu Mar 24, 2022 7:30 am

Thank you very much but after installation I can't find where the app is. My os is windows 10

ha5ast
Posts: 2
Joined: Tue May 04, 2021 11:30 am

Re: ESP32 simulator for Windows

Post by ha5ast » Fri Mar 25, 2022 8:13 am

hai.nguyen wrote:
Thu Mar 24, 2022 7:30 am
Thank you very much but after installation I can't find where the app is. My os is windows 10
App name and default location is: your_document_folder\esp32dev\simulator\E32HWS.exe
But the app cannot run without configuration therefore you have to read this documentation first:
your_document_folder\esp32dev\documents\ESP32_hardware_simulator_description.pdf
or online
http://esp32hwsim.com/downloads/ESP32_h ... iption.pdf

And I recommend you to watch this video:
http://esp32hwsim.com/videos.html

and all things will be clear.

Post Reply