My First Step To Play With ESP32
Hello guys ๐๐, welcome to my first chapter with ESP32. So this time I will show you my steps ๐ฆถ in setting up ESP32 so that it can connect to a computer. After being connected to the computer ๐ป, I will show you how to make the ESP32 light blink.
Setup the ESP32
A.Download Arduino IDE
1.Open the arduino IDE downloader from here
2.Click the text in the red box and adjust it to the OS system that you have. Because I use Windows 64 Bit with version 10, I choose the top part to download the Arduino IDE. Don't forget to always check for the latest version of the Arduino IDE. At the time this blog was created, the latest version of Arduino IDE is version 2.0.3
3.click just download if you just want to download it. But if you have excess money, you can support and give thanks to the Arduino IDE developers by clicking on the contribute & download section.
4.After clicking, there will be a download notification box like the part that is boxed in red and then a questionnaire box will appear which is expected to be filled in. Wait until the download is finished
5.after the download process is complete, then all you have to do is click the download notification that boxed in red earlier , then just click next until there is a finish button at the end of the process
B.Download ESP32 Package
1.When you open the Arduino IDE application for the first time, you will see a display like the image above. The code is the default form of the Arduino IDE code.
2.To configure the Arduino IDE, click preferences on the file tab
3.Enter the text below into the box that has a red border as shown in the image :
https://dl.espressif.com/dl/package_esp32_index.json
4.Click OK
C.Download Driver USB to UART
4.Right-click the download box, then select "show in folder"
5. You will be redirected to your own download folder. Create a new Folder called "Driver USB to UART" then move the file we just downloaded to that folder.

Comments
Post a Comment