Arduino - Basic Cookbook

Arduino – Analog Temperature Sensor

Description: This project shows you how to connect an Analog Temperature Sensor to the Arduino. You are able to view the readings from the sensor though the Serial Monitor Tool built into the Arduino IDE. […]

Arduino - Basic Cookbook

Arduino – Blinking LED

Description: This recipe teaches you how to make an LED blink using an Arduino. LED’s are used in Arduino projects as a way to communicate system status to users. Make sure to use the 220 […]

No Picture
Arduino - Basic Cookbook

Arduino First Sketch (draft)

Install Arduino IDE Connect Arduino to Computer View Arduino IDE Preferences Check Correct Board Check Correct Port Upload Blink Sketch Connect Arduino to USB Battery Extra Credit: Create a Blink Pattern

No Picture
Arduino - Basic Cookbook

What is Arduino? (draft)

An Arudino is a Microcontroller Development Platform A Microcontroller is… A Development Platform is… Different Arduino Boards Clone Arduino Boards Sensors, modules and Shields Arduino IDE Safetly

Cookbooks

Arduino Cookbooks

Basic Arduino Cookbook Arduino Library and Module Cookbook Servo Continuous Servo Motor I2C Scanner I2C LCD Display DHT11 Display Temp and Humidity to Serial Monitor Display Temp and Humidity to I2C Display RTC Set RTC […]

What Is

IoT

IoT stands for Internet of Things. This is a catchall term for much of modern IT technology. Whereas in the past when people dealt with computers they thought of desktop or laptop computers with screens […]

What Is

Arduino

Arduino Boards are microcontroller platforms that allow you to connect sensors and inputs then be able to trigger outputs to devices such as LED’s, Motors, and even network communication. Arduino’s are great devices to start […]

What Is

Raspberry Pi

Raspberry Pi’s are full fledged small, low cost computers. They run many different versions of Linux. Pi’s are valuable to our students because they have GPIO Pins that allow you to get inputs from sensors, […]