SunFounder ESP32 Starter Kit
4. Open the code.
• Open the iot_3_html_cam_led.ino file located in the esp32-starter-kit-main\c\
codes\iot_3_html_cam_led directory, or copy the code into the Arduino IDE.
• After selecting the board (ESP32 Dev Module) and the appropriate port, click the Upload button.
• Always displaying “Unknown COMxx”?
5. Locate the following lines and modify them with your <SSID> and <PASSWORD>.
// Replace the next variables with your SSID/Password combination
const char* ssid = "<SSID>";
const char* password = "<PASSWORD>";
6. After selecting the correct board (ESP32 Dev Module) and port, click the Upload button.
7. You will see a successful WiFi connection message and the assigned IP address in the Serial Monitor.
WiFi connected
Camera Stream Ready! Go to: http://192.168.18.77
8. Enter the IP address in your web browser. You will be directed to the web page shown below, where you can use
the customized ON and OFF buttons to control the LED.
176 Chapter 1. For Arduino User