SunFounder ESP32 Starter Kit
1.2 1.2 Introduce of Arduino IDE
1. Verify: Compile your code. Any syntax problem will be prompted with errors.
2. Upload: Upload the code to your board. When you click the button, the RX and TX LEDs on the board will
flicker fast and won’t stop until the upload is done.
3. Debug: For line-by-line error checking.
4. Select Board: Quick setup board and port.
5. Serial Plotter: Check the change of reading value.
6. Serial Monitor: Click the button and a window will appear. It receives the data sent from your control board. It
is very useful for debugging.
7. File: Click the menu and a drop-down list will appear, including file creating, opening, saving, closing, some
parameter configuring, etc.
8. Edit: Click the menu. On the drop-down list, there are some editing operations like Cut, Copy, Paste, Find,
and so on, with their corresponding shortcuts.
9. Sketch: Includes operations like Verify, Upload, Add files, etc. More important function is Include Library -
where you can add libraries.
1.2. 1.2 Introduce of Arduino IDE 9