Using the popular HC-SR204 gives an easy to understand and implement look at how the Arduino can interact with the world around it.
Continue reading Arduino – Ultrasonic RangefinderCategory: Arduino
Arduino – LCD Display
Adding a Display to you project can add a tremendous amount of value and feature. This simple project shows the learner how to hook up the LCD using four wires and 2 for control.
READ MOREArduino – Cylon
The sequence of LEDs is a circuit that is specifically designed to teach a For Loop in Arduino Code. Secondarily, this project reinforces the purpose of a single Digital Pin.
Continue reading Arduino – CylonArduino – Button
The button sketch uses a single button press to light an LED. The button sketch introduces the concept of Input and Conditional execution of code.
Continue reading Arduino – ButtonArduino – Blink
Everyone’s First Arduino Project
The epinomous Blink example. This diagram can be used along side of your lessons to teach students the first and most basic of the Arduino sketches
Continue reading Arduino – Blink