ESP32 Setup Guide¶
Step 1: Install Arduino IDE¶
Download from arduino.cc
Step 2: Add ESP32 board¶
- File → Preferences
- Add URL:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json - Tools → Board → Boards Manager → Search "ESP32"
Step 3: Install Libraries¶
- ArduinoJson (by Benoit Blanchon)
- PubSubClient (for MQTT)
Step 4: Flash Firmware¶
Copy code from OceanRemote dashboard → Upload