Problem: So my nutritionist (doesnβt everyone have a nutritionist) suggested I should increase my exercise which primarily consists of walking my dog. She even gave me a chart of activities and calories burned. Hereβs an example. http://www.nutristrategy.com/caloriesburned.htm Well, being a LAZY OLD GEEK, I decided to monitor my walking electronically. Solution: It was a βlong …
Arduino Mega Pinout Diagram
Arduino Mega Introduction: The Arduino Mega is a microcontroller board based on the ATmega1280 (datasheet). It has 54 digital input/output pins (of which 14 can be used as PWM outputs), 16 analog inputs, 4 UARTs (hardware serial ports), a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset …
Traffic Lights Beginner Arduino Project
This is a beginners project for the Arduino. I am using the Arduino Uno but should work with little or no modification on other arduinoΒ models. Setting up the hardware is very easy. This project is more of a training tool for learning how to program a timer list while listening for a button press. Parts …
Arduino + Temperature + Humidity
A simple temperature sensor using one LM35 Precision Temperature Sensor , Humidity Sensor and Arduino, so you can hookup on your future projects. The circuit will send serial information about the temperature and humidity so you can use on your computer. I have taken data from my compost. The project is related to an existing …
Marble Disorder – a marble maze simulator with tilt switches using Arduino
Marble Disorder is a borderline case of Marble Madness π It simulates aΒ marble maze by sensing the box’s orientation with 2 tilt switches. Stop the press:Β there’s a new and more intuitive version that doesn’t require the spin knob (See video). I keep documenting the original version below for historical purposes, but don’t watch this – …
Marble Disorder – a marble maze simulator with tilt switches using Arduino Continue Reading
Turing Alarm for Arduino
NOTE: This Instructable is currently incomplete. I will finish it before September 19.Β I started this project after seeing Nick Johnson’s Turing Alarm clock. I found that the PIC chip he used was a little too advanced for me, so I decided to use the Arduino microcontroller. The original project by Nick Johnson can be …
Arduino Electronic Dice using random numbers
This instructable will show you how to make an electronic dice with minimal experience using 7 LEDs, resistors, jumper wires, and of course the arduino (or arduino clone). I wrote this instructable for anyone to easily follow along and learn more about the arduino. Questions are welcome and will be answered as soon as possible. …
Arduino Electronic Dice using random numbers Continue Reading
LED Hat Display with Pong using an Arduino
A while ago, as my first microcontroller project, I made a Pong game on a 5×7 LED display, but then nothing became of it. Recently I was given a hard hat as part of a uniform (for an engineering competition) and told to customize it, and remembered pong. In this instructable I will show you …
Temperature Control For Kitchen Appliances using Arduino
In this Instructable, I will step through controlling the temperature of most kitchen appliances. As an example, I will use an old Westbend Poppery popcorn maker (aka. coffee roaster), but these same techniques will be applicable to most hot plates, coffee makers, and waffle irons. This instructable puts you at risk of electrocuting or burning …
Temperature Control For Kitchen Appliances using Arduino Continue Reading
Arduino Binary Alarm Clock
This Instructable will show you how to build an binary alarm clock, with a touch sensor snooze button. This is my first instructable and my first real arduino project, I hope you like it! I bought an arduino a while back and I think it’s really nice, but I haven’t really done anything useful with …