Let's learn how to setup ESP32.
Firstly, you must have Arduino IDE software. You may see tutorial to download Arduino IDE here (https://sianfeng18.wixsite.com/website/post/download-arduino-ide).
Open the Arduino IDE software.
3. Now, click the File button.
4. Then, click Preferences ( ctrl+comma). It will show up like below.
5. Click on Additional Boards Manager URLs: copy this and paste it -> https://dl.espressif.com/dl/package_esp32_index.json
6. Then, click "ok".
7. Next, check the checkboxes, make sure the box for "Display line numbers" clicked. This will guide and declare the line used.
8. Make sure the setting is set by click the "ok" button. 9. Now, let's go to Tools.
10. Click on "Board: "ESP32 Dev Module" "
11. Go to Boards Manager and setup ESP32. Click the Install button if you haven't done before. Mine already Installed, so you can see there is written "INSTALLED".
12. Yeay, you are done for Setup ESP32 in Arduino IDE. Thanks for spending your time to follow my tutorial to Setup ESP32 in Arduino IDE. See you in the next blog.
댓글