Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.47 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.47 KB

Arduino-Basics

Resources for Spark Makerspace's Ardunio Basics class

Agenda

This page: https://github.com/kristinharkness/Arduino-Basics

Arduino Website: https://www.arduino.cc

Arduino in a Nutshell: Site, PDF.

Spark Electronics Team:

To set up the Aduino environment on your computer:

  • Download the latest version (1.8.13 as of this writing) of the Arduino IDE: https://www.arduino.cc/en/software
  • Open the IDE and go to Tools->Manage Libraries
  • Filter by DHT and install the "DHT sensor library by Adafruit" library (current version 1.4.0)
  • Filter by Adafruit Unified Sensor and install the "Adafruit Unfied Sensor" library (current version 1.1.4)

Links to the: