Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1018 Bytes

Software.md

File metadata and controls

22 lines (17 loc) · 1018 Bytes

Software Setup

Arduino

Note: download and install the desktop version. The WebIDE is untested with these course materials.

Sample code/Arduino Libraries

Clone or download the zip of this repository

Optional setup for IOT activities

Note: these instructions are dated and probably require updates for Python 3.x

Adafruit.io

  • Get an account at Adafruit.com

  • Sign up for Adafruit.io

  • Python 2.7 (note: preinstalled on most macs)

  • Pip -- comes installed with the python.org download

  • PySerial -- pip install pyserial (sudo pip install pyserial #mac and linux)

  • Adafruit IO

    • If you have pip installed, sudo pip install adafruit-io
    • otherwise, unzip repository, and python setup.py install