Skip to content

Files

Latest commit

32bacb5 · Oct 11, 2021

History

History
31 lines (19 loc) · 1.69 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.69 KB

ESP32 Online Simulator examples (by Wokwi)

You can run all the ESP32 proejcts in your browser. You can make your own copy and versions by selecting "Save a Copy" option. All the programs run straight out of the browser. you will learn ESP32 programming online faster. Micropython is supported too!

Arduino Core ESP32 Simulator examples

Arduino Blink LED In this example, you will blink an LED conencted to D2 pin of ESP32. You will blink the LED every one second.

https://wokwi.com/arduino/projects/305566932847821378

Seven Segment Display Counter example In this example, you will interface a 4 digit seven segment display to an ESP32. This is just a basic platform for the counter. You can explore more by adding third party sensors, LEDs, displays and more to make the project more useful and application specific!

https://wokwi.com/arduino/projects/305567166302782017

TinyPico RGB Color Cycling demo Cycle through the colors by programming the APA102 RGB LED present on the TinyPico Board! You can run this example in your browser. No installations needed.

https://wokwi.com/arduino/projects/308012505806930496

ESP32 WiFI Scanning Example This ESP32 project example lists all the WiFi networks. It will print the SSID and the RSSI of all the networs it has discovered. This project will soon be updated. developers at Wokwi are working hard to make the project more useful.

https://wokwi.com/arduino/projects/305569599398609473

MicroPython Examples

SSD1306 Example This example showns how you can drive ESP32 using a SSD OLED1306. You can larn ESP32 prorgamming online. No downloads, no installations needed.

https://wokwi.com/arduino/projects/305568836183130690