Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

What projects can be made with an Arduino using a minimum of extra components save what can be found around the house?

share|improve this question

3 Answers

A wide variety of toys and electronics operate on TTL. For example, you could take an Radio controlled toy car or microav and control it via an Arduino.

share|improve this answer
Here's a tutorial glacialwanderer.com/hobbyrobotics/?p=7 – Toby Jaffey Sep 6 '10 at 23:14

Using a speaker taken from an old pair of headphones, make R.I.F.F The Randomly Influenced Finger Flute.

You touch floating inputs to trigger a music generator.

share|improve this answer

If you felt like a challenge, you could try and display different types of data with only the on-board LED. Someone out there made a single-LED voltmeter.

If you had an old alarm clock laying around with an LED display, there's a lot of blinky fun. Carefully extract out the LED display, look for a model number and get the data sheet; or probe the pins with 2V to learn how to light up each segment. Plus there would be a buzzer or speaker you could make use of as others have mentioned

With a light-dependent resistor and a speaker or piezo you could make one of those hand-held things that made noise when waved around on an alien surface in the original Star Trek show

If you had a model train set, using a few cheap relays and some resistors you could computer-control track sections just like a real railway

Appliance remote control could be done for under US$20

[self-promo] if you were willing to spend US$25 or so you could follow the first five chapters of my Arduino tutorials.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.