Boris built an open source Halloween project, check out the talking skull in action below the break. In this project the skull speaks and moves the mandible according to the sound level. An Arduino analyzes the level sound of a audio source and drives a servo motor connected to the mandible. All very simple. Via […]
Category Archives: Arduino
Arduino controlled flamethrowing Jack-O’-Lantern
Randofo published the details on this flamethrowing Jack-O’-Lantern on Instructables. This bad boy is designed for remote control via Squidbee RF modules so you can shoot a one-second burst of flame on command. (As randofo observes, you should be able to substitute any Arduino/XBee combo for the SquidBee.) This definitely qualifies as a Dangerous (Halloween) […]
Arduino sound-responsive Halloween skull
Boris presents this project just in time for Halloween. It’s a simple Halloween skull which employs an Arduino to read the level from sound sensors and controls a servo connected to the skull’s mandible. You can see more project details and get the source code from the Open-Electronics website. Via the contact form.
Storing Arduino sketches in the cloud
Paul Asselin shares a tip for storing Arduino sketches “in the cloud”. He used Dropbox’s free storage to host his Arduino sketchbook. Now he can access it from anywhere. Via the contact form.
Shrinkify your Arduino project
If your Arduino project has minimal IO needs, you may want to consider shrinkifying it. This video demonstrates High Low Tech’s method for programming an ATTiny with Arduino code. Maker Randy Sarafan has designed an 8-pin Arduino programming shield to make the task easier. Via Make.
Arduino powered jacket detects alcohol
This jacket just might save you from a DUI. Matt Leggett of New Zealand has designed a jacket that incorporates an Arduino-based alcohol sensor. A series of LEDs, stitched into the forearm, glow with an intensity varying with the amount of alcohol present in the wearer’s blood. The idea behind this innovative piece of clothing […]
Glass Block LED Matrix, controlled outdoors via tablet
Here is a video from Hive 13 that shows how an Android tablet is used to control a glass block LED matrix via a wireless connection. After installing a LED matrix behind a glass block wall in their bathroom, hackers at Hive 13 are figuring out a way to control them. After some initial struggles […]
Open-source energy monitoring system
Open-source energy monitoring system is being developed. This is a project to develop and build open-source energy monitoring, control and analysis tools for energy efficiency and distributed renewable microgeneration. The design uses the Arduino to read pulse signals from the utility meter to get information about overall consumption. It also uses current transformers to read […]
Controlling your home over the internet
Maurício developed a Arduino based project for controlling devices in your home over the web. The site is in Portuguese but the video has English captions. The project uses the ethernet shield to allow you to interface with the Arduino over the web, which in return controls relays. How to turn on lights, and various […]
HC-SR04 ultrasonic Arduino library
Carl Nobile has developed and released an Arduino library covering the HC-SR04 ultrasonic sensor. He writes: “It features timing, metric conversion, and standard deviation methods, plus a few support methods. It is written in C++ to conserve the namespace. The conversion formula can be easily modified to optimize the accuracy of conversion at different distances […]
Arduino solar radio
Simon built a solar powered Arduino FM receiver. Using a solar panel to charge the batteries, this Arduino controlled device can work without the need to recharge. A SI4073 FM tuner ICs output is connected to a TDA7051 integrated amplifier, while the Arudino controls the channel selection of the FM tuner. There is a multi-position switch used […]
DIY Arduino Ambilight using ShiftBrites
Don built an Amblight for his home theater PC. He put together this tutorial describing his build of a multichannel Arduino-based Ambilight. He estimates the BOM at $40 (in addition to the Arduino). The bill of materials include 6+ ShiftBrites (your call, I wouldn’t do less than 6 though), a printed circuit board, wire, and […]
Arduino based talking breathalyzer
The Hoz sent in a link to this Instructables by alinke detailing the build of a talking breathalyzer. The main components are a Seeeduino and the Seeed Music Shield, Twig Alcohol Sensor, and Twig Serial LCD all available from Seeedstudio. The open source code and other details can be downloaded from The Talking Breathalyzer site. […]
Chronoduino board v0.3
The Chronoduino uses an Atmega168PA microprocessor. On the peripheral side there is a DS1337 RTC, a BMP085 barometric/temperature sensor, and a MCP73831 Li-Po battery charging IC. Numerous headers as well as two buttons, LED, and a buzzer are on the board. The idea behind the project is to design an Arduino watch platform (hence, quite unimaginatively – Chronoduino) that’s also […]
Arduino IDE first release candidate available
The Arduino team has released First Release Candidate of Arduino 1.0 for download and testing. Final version 1.0 is scheduled for release at the end of October. Users are encouraged to download the release candidate’s code and direct any comments to the Arduino blog.
Key less entry system using Ping))) and the Arduino
Mouser built a key-less entry system using Ping))) and the Arduino. The Ping))) ultrasonic sensor is used to gauge user’s hand positions. By moving the hand at different positions, a code is entered that opens the door. He used the moving average filter to keep the system from taking measurements while the hand was in motion. Source code, schematic diagram, as […]
Meet the Pinguino!
MAKE posted an interview with the developers of the Pinguino Arduino-like platform for Microchip’s PIC18 and PIC32 microcontrollers: We wouldn’t try to claim that the Pinguino is a “100% Arduino compatible board” as Microchip said for the chipKIT. Our goal is to add functionality to the original Arduino board as we did for 8 the […]
Arduino MIDI foot controler
Bharat shared his USB MIDI foot controller. This design is basically an extension board for the Arduino that has a bunch of buttons and switches that control instruments and sound effects on a PC using an app like Guitar Rig. There are 3 switches to control the stomp box and 2 additional switches to scroll through sound patches. […]
Mbed/Arduino I2C interface tutorial
BotThoughts has a concise tutorial covering how to interface an mbed microcontroller (master) with Arduino (slave) using I2C.
Tutorial: Arduino and numeric keypads
Tronixstuff has posted the first part of a tutorial explaining how to interface numeric keypads with the Arduino. This segment is the latest in a series of Arduino tutorials posted by Tronixstuff.
