Arduino

Arduino-powered glove

Carnegie Mellon HCI students bring your favorite action hero sound effects to life. Arduino-powered glove brings real sound effects to your make believe gun show article tells that a team from Carnegie Mellon’s Human-Computer Interaction course have built a glove that does some interesting tricks. AHRG: Augmented Hyper-Reality Glove video gives you the idea how

Open Hardware Journal

I just saw Slashdot posting mentioning Open Hardware Journal. Open Hardware Journal is a new open technical journal on designs for physical or electronic objects that are shared as if they were Open Source software. It’s an open journal under a Creative Commons license. You can download the magazine in pdf file format and redistribute

Bitbang Ethernet

Implementation UDP into microcontroller Igor Atmel-UDP device: UDP/IP infrared remote control web page shows implementation UDP/IP on firmware level (similar as emulation of RS232 interface or USB interface). What makes it really cool is that the ethernet is bitbanged using nothing but the bare pins of an ATMEGA168. The downside is that this Ethernet implementation

Ruggeduino

There are many Arduino-compatible microcontroller boards nowadays. The Ruggeduino is a ruggedized Arduino-compatible microcontroller board. Features include overcurrent and overvoltage protection on all I/O pins and 5V/3.3V outputs, ESD protection on all I/O pins and USB port, total microcontroller overcurrent protection, and operation at up to 24V. There are some things a regular Arduino will

Android Open Accessory Development Kit

Google announced on Tuesday a new feature of the Android operating system called Android @ Home. This framework and associated functions promise to transform an Android device into a home automation controller that connects and directs all of the devices and appliances in the user’s home: gaming consoles, lighting, appliances, irrigations systems and anything else

Toolduino

Toolduino is a simple software tool that lets you easily interact with Arduino hardware. With this software you can easily can test the circuits you create. The Arduino must be running the Firmata firmware that comes with the Arduino IDE. Things can’t get much easier for all kinds of hacks. You can just connect some

Arduino programming

Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It’s intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. So very interesting stuff.. The microcontroller on the board is programmed using the Arduino programming language and the Arduino development environment. Arduino programming environment is lean