[jelengar] liked the ease of use of the Arduino, but wanted a much higher pin count. He set about converting the ATmega Controller for use with Wiring, the code that the Arduino IDE is based on. The ATmega128 in the controller features 53 pins as opposed to the 11 on the Arduino’s ATmega168. You also get 128kb of memory. The process is fairly simple; you just need to add the appropriate crystal. You can also add a switch to trigger the bootloader and a status LED.
Arduino Hacks3047 Articles
Arduino Buyers Guide And The Seeeduino
Make has assembled a buyers guide for the many different types of Arduino devices. The Arduino is an open hardware platform designed to make prototyping easily accessible. The design allows for other people to modify, expand, and improve on the base, and many people have started producing their own versions. The guide features a lot of the hardware we’ve covered in the past like the LilyPad, Arduino Pro, Sanguino, Duemilanove, Ethernet Shield, and Freeduino.
Out of the pack, the Seeeduino (pictured above) definitely caught our eye. It’s a low profile SMD design much like the Arduino Pro. They’ve taken advantage of the space saved by the SMD ATmega168 by adding more useful headers. In addition to the ICSP, you get the pins in UART order and an I2C header. Vcc is switch selectable for 3.3 or 5volts. The reset switch has been moved to the edge plus two additional ADC pins. Our favorite feature is the new spacing on the digital pins. Arduino digital pin headers have an inexplicable 160mil gap between the banks. The Seeeduino has the standard row for shield compatibility, but has an additional row spaced at standard 100mil spacing for use with protoboard. At $23.99, it’s competitively priced too.
Simple Servo Bot Plans
oomlout has posted some interesting plans for a simple robot. It’s based around an Arduino and is a platform similar to the Parallax Boe-Bot. The Arduino sends PWM signals to continuos rotation servos that drive the two main wheels. All of the structural components are laser cut from acrylic with slots to hold standard hex nuts. It’s an interesting technique, but the design has a lot of potential for improvement. Right now it uses two different power supplies and a breadboard for simple connections. From the video below, you can see that the balance could be improved as well. Continue reading “Simple Servo Bot Plans”
Sonar Navigation Jacket
[Lynne] had this crazy idea to build a piece of clothing that would give you feedback about your surroundings using sonar. She started with a carefully selected thrift store jacket. She wanted something that looked good and also provided plenty of places to hide electronics. She used the LilyPad system, with a vibration pad and a sonar range finder. When the system detects an object within a certain distance directly in front of the wearer, it warns them with some vibration. Not only is it practical, it looks pretty cool too. Did we mention she designs clothing?
She notes, in the comments section, that while it can detect an obstacle, it cannot detect a void. How could she detect a drop in the floor or a step down?
Guardian Hack Day
[vimeo http://vimeo.com/2276648%5D
The Guardian’s technology department hosted its first Hack Day last Thursday. Developers were freed from the drudgery of their everyday jobs to make fun toys and tools. Many of the hacks that developed played around with the website, like the Guardian commenter blocker, or the Guardian Button integrated into the Google Toolbar. We liked the Guardian Politics Page LED Swingometer, created by [Tom Armitage], which scanned the Guardian’s politics RSS feed for mentions of “Conservative” or “Labour” to yield the “swing” of a page to an Arduino. We wanted to see more of the Java-enabled Robot Dude. You can track Fhe Guardian’s Hack Day activity on Twitter with the tag #ghack1 or check out their photos on Flickr.
If you want to participate in a Hack Day, Last.fm is hosting one this December.
Auduino Software Synth
Tinker.it has published plans for building a software synthesizer using an Arduino. The Auduino uses granular synthesis to create a truly unique sound. The grain is constructed from two triangle waves. Each one has adjustable frequency, decay rate, and the repetition rate can be changed too. The Arduino just needs five potentiometers attached to the analog inputs and an audio jack on the digital out. You don’t have to use pots; you can use anything that varies the analog input between 0 and 5 volts. A video of the device is embedded after the jump. Continue reading “Auduino Software Synth”
Spoke-o-dometer Bicycle POV Speed Display
[Rory Hyde] and [Scott Mitchell] are exploring several projects that add more information to public spaces. The first is the Spoke-o-dometer a persistence of vision device that can display bicycle speed and distance traveled. To develop the device, they first bought a few POV kits to test out. They decided to build their version using an Arduino. Once they had the display proof of concept working, they added a hall effect sensor like the SpokePOV so they could determine speed and orient the display. Check out their project site for plenty of example code and development details.
[via ladyada]