Installation

Mac Installation Instructions:

Installation instructions are for use with Python 2

PySerial:

This is the Python module that will enable you to communicate with the Arduino over the serial port. Typically this will be one of the USB ports on your laptop.

  1. Open Terminal

  2. Type in pip install pyserial

Arduino IDE:

This is what you will need to program the Arduino. The language of the Arduino is very similar to C. But don’t worry if you don’t know C! We’ll only need to initialize components, all the heavy lifting will be done in Python.

  1. Download the Arduino IDE for your OS from here:

https://www.arduino.cc/en/Main/Software

Windows Installation Instructions:

Installation instructions are for use with Python 2

PySerial:

This is the Python module that will enable you to communicate with the Arduino over the serial port. Typically this will be one of the USB ports on your laptop.

  1. Open command prompt
    1. Type in pip install pyserial
    2. If you have not installed pip follow these instructions:

https://pip.pypa.io/en/stable/installing/ - upgrading-pip

Arduino IDE:

This is what you will need to program the Arduino. The language of the Arduino is very similar to C. But don’t worry if you don’t know C! We’ll only need to initialize components, all the heavy lifting will be done in Python.

  1. Download the Arduino IDE for your OS from here:

https://www.arduino.cc/en/Main/Software

results matching ""

    No results matching ""