Beginner Concepts In Electronics And Arduino

arduino_tutorial_series

[Jeremy] is all about the Arduino, but also into helping people get started working with electronics. He has put together a series of videos on his web site which discuss the basics of using an Arduino. Having just published his tenth tutorial, he dropped us a line to let us know. His videos cover a wide range of topics and include source code, schematics, and a full parts list to help you follow along with him.

While the core of his lessons focus specifically on how to use the Arduino to perform particular tasks, he does introduce the viewer to many different concepts along the way. He covers PWM, button debouncing, interrupts, SPI communications, analog inputs, and more – all of which are must-know topics that extend beyond the realm of experimenting with Arduinos.

The videos run anywhere from 6 to 20 minutes in length, so you will want to set a block of time aside if you plan on checking them out.

If Arduino-specific videos aren’t your thing, he also has a series of general tech-related videos on his site as well which may be of interest. Otherwise, stick around to see the latest in his series of tutorials.

Continue reading “Beginner Concepts In Electronics And Arduino”

Controlling Fire With Your Mind (and Your Thumb)

 

[TechB] is using his mind to control fire. Well, what he’s really doing is using a Mindflex to control a lighter.

Many will remember the Mindflex from this shockingly awesome hack. But [TechB’s] approach follows in the footsteps of this Arduino interface for the device. He’s using the Arduino Brain Library to read data from the head-mounted EEG and sending commands to his own fire control system. Said system is composed of a cigarette lighter and a servo motor. The motor connects to the gas regulator on the lighter, opening it up when you concentrate and closing it when your mind wanders. The result is a higher flame to show more organized brain function. The only problem with the prototype is the burns you’ll get on your thumb from depressing the lighter’s valve while trying to get your thoughts in order.

Check out the video after the break to see this in action. [TechB] is looking a bit like the Borg at the beginning of the clip, making us wonder what other Mindflex hacks he’s already performed.

Continue reading “Controlling Fire With Your Mind (and Your Thumb)”

Lilypad Bicycle Computer Reads Back Distance In Beeps

[Mark Fickett] finished his own interesting take on a bicycle computer. These wristwatch-sized devices normally mount to the handlebars and give feedback for current speed, trip distance, and many have options like cadence and heart rate. [Mark’s] has fewer features but it’s clean, simple, and does more than you’d think.

He used some denim to house the electronics which you can see mounted inside the frame of the bike. He’s chosen to use Lilypad components which are Arduino bits meant to be sewn into textiles. We’ve seen a Morse Code keyer using these components and this project is along the same lines. It reads wheel revolutions from a magnetic sensor mounted on the front fork. It has no LCD readout, but when you want to know how far you’ve traveled just press one button and the computer reads it back to in Morse Code played on a tiny piezo buzzer. This package hides one more nice option. Once you arrive home the trip data can be dumped onto a computer for easy graphing. Check out the video after the break to see these features in action.

Continue reading “Lilypad Bicycle Computer Reads Back Distance In Beeps”

Follow-up: Radio-controlled LED Light Show

travelling_light_circus

[Alan] shared an update with us regarding a project he has been working on for some time, radio-controlled LED light strips destined for use by the Travelling Light Circus. If you are not familiar with the project or need a quick refresher, you can read our post about it here.

He recently met up with the guys from TLC to finish things up and was happily surprised that they did not want to mount his lights on the performers, as was originally planned. He would have had to make a few modifications if that was the case, but instead, they planned on attaching them to bicycle wheels. The light strips were mounted inside translucent plastic tubes that fan out from the center of the wheels, where the battery and radio equipment is located. The wheels were mounted on aluminum poles, allowing the performers to create a visually stunning show, just by spinning the pole.

Check out the pair of videos we have embedded below, the project came together quite nicely.

Continue reading “Follow-up: Radio-controlled LED Light Show”

Real-time Arduino Interpreter Ditches The PC

computerless_arduino

When prototyping a project using an Arduino, there are a few things that are pretty much required equipment. A computer for generating sketches is typically one of those things, but [Adam] over at Teague Labs is looking to change all that with his current project, the Computerless Arduino.

Instead of using a computer to alter the code running on the Arduino, they have implemented a real-time code interpreter using a Teensy 2.0. The microcontroller is connected to a 5-button LCD display where the user can view the status of any port, view the current running code, as well as alter that code on the fly.

The real-time instruction set is somewhat limited, making it a breeze for newcomers to begin using the Arduino. While that may turn some people off, it still has enough functionality baked in to handle moderately sized projects as well.

Be sure to check out the video we have posted below to see the interpreter in action.

Continue reading “Real-time Arduino Interpreter Ditches The PC”

On Air Light Parses Webpage Data Wirelessly Without A Computer

[Matt Richardson] built this on-air light to indicate whether a Make streaming show is currently in progress. Despite the obvious cord leaving the bottom of the base (it’s a power cord) his creation is pulling data from the Internet wirelessly. He’s using an Xbee module along with an Arduino to pull this off.

In addition to the light itself there’s a base station that we haven’t seen before. The hardware is a Digi ConnectPort Zigbee-to-Internet Gateway. That’s a mouthful but it’s just a box that acts as an Xbee node and facilitates communication between its own Ethernet port and other Xbee devices in the network. So no, you don’t need a computer but you do need an Ethernet connection somewhere for the base station. [Matt] is running an open source software package on the ConnectPort call Xbee Internet Gateway (xig). Watch the video after the break to see the configuration for this package. It’s a snap, and if you’ve never used an Xbee module before this gives you a good idea of how easy it really is.

Continue reading “On Air Light Parses Webpage Data Wirelessly Without A Computer”

Arduino Sip N Puff Switch

[kayakdiver] is developing a SIP and PUFF controlled kayak, but in order to start you first need a SIP and PUFF switch. These devices allow the user to lightly sip or puff into a tube to control switches or sensors, and are sometimes mounted in joysticks for control of a computer, or wheelchair, etc, but finding the cost prohibitive the next best thing was to whip up their own.

The design is clean and direct featuring off the shelf tubing and fittings, 2 pressure/vacuum switches, and an Arduino. Each one of the switches can detect pressure or vacuum, so one switch set to each is fed though a Y and up to the mouthpiece, since everything is sealed this has the advantage of only needing pressure and not airflow making it more comfortable for the user over long periods, and keeps down on humidity in the tubes.