Technical requirements
Some of the requirements for this chapter, such as the Arduino IDE and the board of choice, will be covered before you get to the point where you need to write and run code.
You will require the following:
- A computer capable of running the Arduino IDE
- The Arduino IDE
- The Arduino MKR WiFi 1010
- A USB data cable
All the code examples for this chapter can be found on GitHub at https://github.com/PacktPublishing/Arduino-Data-Communications/tree/main/chapter-1/hello_world_mkr_wifi_1010. You can clone the repo or download the code and open the .ino
file with the Arduino IDE.