Up until now, we have talked about working with a lot of low-power devices. Sensors, LEDs, ICs, and the like are all capable of being powered directly from your Arduino, but as many awesome 5 and 3.3v components as there are, eventually you will find yourself holding a 12v solenoid, motor, or light and wondering […]
Projects
SunAir Solar Power Controller for Raspberry Pi and Arduino
Ever wanted to build your own Solar Powered Raspberry Pi or Arduino system? SunAir and SunAirPlus are 3rd Generation Solar Charging and Sun Tracking Boards designed by Dr. John C. Shovic at SwitchDoc Labs. You can use this board to power your projects and add a servo or stepper motor to allow it to track […]
Using Arduino and Pd for musical live performance
Connecting an Arduino microcontroller to Pd is no big problem: You can just put Firmata on your Arduino and use the Pduino library for communication on the Pd side. But sometimes Firmata is not the answer to every problem: You may want to turn on the built-in pull-up resistors for digital input pins, you may […]
Lab 8: Shift Register and Binary
Topics: First Build The Circuit The Code Hardware Theory Overview-“Rollover Rollover” What is a Shift Register How the Arduino Controls the Shift Register Software Theory The shiftOut Function Binary Numbers Other Functions in the Code Exercise References 1. First Build It would be a really good idea to build this circuit before going to the […]
Knock Detector
Introduction For the third assignment, we decided to make a ‘knock-detector’ that is capable of informing the user/owner of specific events. We designed our system such that it can detect both casual knocks and knock patterns. Casual knocks could be used to inform the owner/user that someone is at door, which may be particularly useful […]
Arduino Yun SBC adds Wifi and Linux to Leonardo features
[Updated Sep 30] — Arduino announced the first open source Arduino hacker board with built-in WiFi, and also the first to run Linux. The $69 Arduino Yun integrates the functions of an Arduino Leonardo, featuring an Atmel ATmega32U4 microcontroller and 14 GPIO pins, with an Atheros AR9331 WiFi SOC running OpenWRT embedded Linux on a […]
Internet Datalogging With Arduino and XBee WiFi
Introduction Are you looking to get your data gathering project hooked into the “Internet-of-Things”? Then check out data.sparkfun.com! It makes posting data to the web as easy as constructing a URL and POSTing it to a server. I wanted to create a quick project to test out SparkFun’s data logging service. Combining an Arduino, XBee […]
Weather Monitor
This Instructable shows you how to build a micro-controller based weather monitoring device. Built on the Arduino Uno board it can easily be extended and modified should you have additional sensors at hand. Main requirements: – Measure temperature (accuracy +/- 0,5 degree Kelvin) – Measure barometric air pressure (+/- 0,1 Pascal) – Display measured values […]
Tutorial 15: Arduino Serial Thermometer
The Arduino reads temperature from a MCP9700 temperature sensor IC and displays the temperature in the Arduino IDE serial monitor window. Also see the Arduino LCD thermometer tutorial (tutorial 14). Prerequisites Complete Tutorial 9: Using the Arduino Serial Port before attempting this tutorial. Components Besides an Arduino Uno board, USB cable, wire links and a […]
DIY Low Cost Arduino Mobile Development Platform
I have wanted to build my own robot for awhile now. But after many tried and failed attempts, I was losing hope that may ever happen. I discovered that there wasn’t a small, robust, super easy to add-on to, robot that was within my budget to get. After hours of research and many robot kits later, i […]