top of page
Arduino IDE

 

First, we should download Arduino IDE (preferably v1.0.6), to upload sketches (programs) to the Arduino. It can be found here.

TeraTerm

 

Then we need a program called TeraTerm (preferably v4.85) that will act as our serial port terminal, for us to send commands to the Arduino over serial. You can download it here.

Python

 

Finally, we need to install Python to use the language, since it is not preinstalled on many systems unlike C. You can get it here.

GETTING STARTED PROGRAMS

bottom of page