Arduino Nano 33 IoT - Getting Started
To write programs for the Arduino Nano 33 IoT board, you will need:
- A text editor to write code that people can understand.
- A compiler to turn that code into binary code that the Arduino Nano 33 IoT can understand.
- A programmer to send the binary code to the Arduino Nano 33 IoT.
It might look complicated, but don't worry. The Arduino IDE does everything for you. All you need to do is:
- Download and install the Arduino IDE.
- Create simple, clear code for the Arduino Nano 33 IoT.
- Press the button in the Arduino IDE to check and send the code to the Arduino Nano 33 IoT board.
Arduino IDE works on Windows, Mac OS X, and Linux. We need to do these steps:
- Download the Arduino software from this link: https://www.arduino.cc/en/Main/Software and install it.
- Once you install the Arduino software, you can start programming right away. But to program the Arduino Nano 33 IoT, you need to set up the software first.
- Open the Arduino software.
- Click on the Board Manager icon on the left side of the window.
- Type "Arduino Nano 33 IoT" and then click the Install button for "Arduino Nano 33 IoT by Arduino Systems."

The software is installed. Next, run your first program on the Arduino Nano 33 IoT board: Arduino Nano 33 IoT - Hello World program.