- Fedora ardino IDE issue – https://github.com/arduino/Arduino/issues/11150
- https://forum.arduino.cc/t/esp32-ide-compiler-importerror-no-module-named-serial/968605/10
sudo pip install pyserial
- Open Arduino using Sudo
- Stable repo link for Esp32
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
- File > Preference > Additional Board Manager
- Tools > Board > Board manager > esp32 > Install
- Tools > Board > ESP32 > ESP32 Dev(or any board that you have)
- File > Example > WIFI > SimpleWIFIServer
- update wifi login creds
const char* ssid = "TP-Link_573B";
const char* password = "passowrd";
- Tools > Serial Monitor
Youtube video : https://www.youtube.com/watch?v=UuxBfKA3U5M
pin out : https://www.studiopieters.nl/esp32-pinout/
Power consumption with 1 LED: 5V x 0.08Amp = 0.4 Watt