In this section, you will be setting up your computer so that you can communicate with the ESP32 and complete the activities.
Note!
If you are working in a classroom, ask your advisor if the computer is already prepared. If it is you can completely skip this step!
To be able to interact with and program your arm, you will need a program called an IDE. IDE stands for integrated development environment and is a software application that provides tools for software development, including a code editor, compiler, and debugger, all in one place. It helps programmers write, test, and debug their code more efficiently.
You will be using the Arduino IDE to communicate with your ESP32 to make sure it has the correct code and to monitor it as well.
To install the IDE on Windows follow the steps below:
To install the IDE on MacOS follow the steps below:
Now you will need to update the board manager list to make sure that your computer can recognize the board we are using. The instructions below should work for either a Windows or MacOS device.
Now that the IDE knows where to look for the boards, you can add them to your IDE using the steps below:
Now you will need to install the libraries needed to make the robot arm work. Libraries are completed collections of code written by another person that helps a user fast-track development. You can install these libraries by following the steps below: