ExpeditInvaders: IKEA Expedit shelf modified with RGB LEDs

Michu shared his IKEA Expedit shelf RGB LED mod ExpeditInvaders. He connected 40 RGB LED modules and a keyboard to an Arduino to make a color changing Ikea bookcase: I just finished my project “ExpeditInvaders”, a spiced up Ikea shelf! I added 40 LED modules to it and glued a keyboard on the bottom of […]

SJS-ONE: Open, Arduino-Based Synth

The SJS-ONE is a digital software synthesizer with a dual analog filter designed as a shield for the Arduino Uno. Its name is derived from the venue where it was designed, the SyltJam 2011, which is an annual LAN-party like weekend event for synth-geeks in Malmö, Sweden. The description of the original DIY version can […]

Black Hat hacker gains access to 4 million hotel rooms with Arduino microcontroller

This hack was demonstrated by Cody Brocious, a Mozilla software developer, at the Black Hat security conference in Las Vegas. At risk are four million hotel rooms secured by Onity programmable key card locks. According to Brocious, who should be scolded for not disclosing the hack to Onity before going public, there is no easy […]

RoboBrrd Brain board v2 gEDA design time-lapse video

Watch Erin design RoboBrrd’s Brain board v2 in gEDA from start to finish. RoboBrrd is an interactive robot designed to motivate students by responding to their achievements through chirps and dances. The original brain of the RoboBrrd was an Arduino MEGA, but the latest version will feature a custom Arduino compatible board. Since redesigning RoboBrrd […]

OpenWRT router interfaced to an Arduino

Yesterday we talked about the cheap OpenWRT supported TP-Link WR703N Wi-Fi router. This instructable describes how to interface it to an Arduino board, and compares it to other Linux boards like the Raspberry Pi. So far the nicest solution I have found is one of the world’s smallest pocket routers TP Link WR703N. Cheapest in […]

Q&A with the developers of Codebender web-based Arduino IDE

Codebender is a new web-based development environment for the Arduino. Everything happens online, they even figured out how to upload new sketches from the browser. Before you groan about another locked-up software as service startup hear this: it’s open source! We talked to Codebender about the project. Walk us through your project Our goal is […]

Interfacing the LTC2440 24bit ADC with the Arduino

Jbeale shows how to interface the LTC2440 24bit analog to digital converter with the Arduino. He provided the pin connections, a small sketch, as well as some advice to get it up and running. I should add: to reach the specified noise performance of this part (200 nV RMS) you must have an absolutely clean […]

BTSwitch project controls devices with Android smartphone

Luca Dentella writes, “Hello! I’ve just published my latest project, an Arduino-based bluetooth switch you can control via Android App.” The design uses an Android smartphone app which communicates via Bluetooth with a Bluegiga WT11 module, which in turn communicates with an Arduino controlling a relay switch. Luca’s plans and code are available on his […]

Arduino from the command line in Ubuntu 12.04

Martyn Davis is an Arduino enthusiast whose operations have outgrown the stock Arduino GUI IDE. “If you’ve done more than a bit of programming in the past, you’ll soon find the dinky IDE a little frustrating to use. For example, my preferred text editor, by far, is vim, and I find it quite jarring to […]

Free webcast: Expanding the Capabilities of your Arduino Projects

O’Reilly is offering a free webcast on Expanding the Capabilities of your Arduino Projects. The one hour presentation is scheduled for Tuesday, June 19, 2012 at 10 AM PT and features Michael Margolis, author of the Arduino Cookbook, 2nd Edition. For more information or to register visit O’Reilly’s webcast registration page. Via MAKE.

ROBOTC for Arduino public BETA released

The ROBOTC dev-team has released their first Public BETA of “ROBOTC for Arduino”. “ROBOTC is a powerful C-based programming language with a Windows environment for writing and debugging programs, and the only programming language at this level that offers a comprehensive, real-time debugger.” It has previously been released in a paid version for the the […]

Tutorial: Accurate Arduino ADC readings

The Hardware Hacking guys have posted this brief tutorial with tips on improving the accuracy of ADC reading with the Arduino. They endeavor to do this by measuring the internal 1.1V reference voltage (it is available for ATMega 168 and ATMega 328 only) and, then, by normalizing the ADC. Via the Arduino Blog.

Learn.parallax.com

Parallax has launched a learning resources site for hobbyists and students. Known as learn.parallax.com, it’s the online home for materials relating to the Parallax Board of Education microcontroller development systems and robotics kits for BASIC Stamp, Propeller, and Arduino. The site is in the development stage, and is being populated with links to tutorials for […]