Upgrading The Freetronics Twentyten With A Real-time Clock

[John Boxall] finds himself doing a fair amount of projects that require a realtime clock. He does fast and frequent prototyping, usually using the Freetronics twentyten which is an Arduino alternative that boasts a few features like a nice prototyping area, edge visible LEDs, and Mini USB. What is lacking, however, is a real-time clock. Instead of making another shield type system, he just wanted to permanently add this feature to his board. He shares the whole process is photographed and explained quite well for anyone who would want to follow along.

Arduino, RFID, And You

[Matt] has mixed up a batch of two RFID reading door lock systems. While the “door lock” part of the setup has yet to come into existence, the “RFID reading” section is up and running. By using the Parallax RFID readers (for cheap, remember?) and an Arduino, [Matt] is able to parse an RFID tag, look its number up in a database, and then have a computer announce “Access Denied” in a creamy “Douglas Adam’s sliding door of Hitchiker’s Guide” kind of way with Python.

Good books aside, catch a not as exciting as you’re thinking video after the jump.

Continue reading “Arduino, RFID, And You”

Pyrosphere At Burning Man 2010

What’s thirty-seven feet tall, has ninety-one flamethrowers, and is controlled by an Arduino? Why it’s Pyrosphere, an interactive art piece at this year’s Burning Man. It lights up the night along to the music in a way that makes us want to set up a lawn-chair and watch the show. You can see for yourself in the video after the break, but you really should have thrown on the LED fur coat and gone to see it in person.

Continue reading “Pyrosphere At Burning Man 2010”

Syyn Labs’ Glowing DNA

This beautiful music syncronized double helix was made by Syyn labs. Last time we saw them, they had created that amazing rube goldberg style music video for OK Go. This 100 foot long LED DNA strand took over 1000 combined man hours to build. It took 512 LEDs, 32 LED controllers, 4 Arduinos, 4 computers, over a mile of wire and a very dedicated team, which included [Eliot Phillips]. It takes input from beatmatching/VU software as well as a 32 button console or an iPad. You can catch a video of it in action after the break, and they plan on releasing a timelapse of the build in the near future.

Continue reading “Syyn Labs’ Glowing DNA”

Next Generation Arduino Manufacturing Problems?

[The Moogle] just got his new Arduino Uno; wow, that was fast. What should have been a happy unboxing turned sour when he took a close look at the board. It seems that it exhibits several examples of sloppy fabrication. The the lower-left image shows unclean board routing, a discolored edge, and a sharp tooth sticking out from the corner. The shield header shown in the upper left is not flush with the board, resulting in a weaker physical union and a crooked connection. There are vias that look like they’re not be centered in the solder mask, and areas where raw copper is exposed.

It saddens us to see this because the original Arduino boards were so well manufactured. Keep in mind that this may be an isolated case, and as of yet the company hasn’t been given the chance to swap out the board for one that has passed a more rigorous quality control inspection. But if you’ve already ordered one of your own, take a close look and make sure you’re satisfied with it upon arrival.

Not sure what we mean by next generation Arduino? Take a look at the new hardware that was recently unveiled.

Update: Here’s a direct response from the Arduino blog.

Update #2: [Massimo Banzi], one of the founders of Arduino, took the time to comment on this post. It details the organization’s willingness to remedy situations like [The Moogle] encountered and also links to the recent Arduino blog post.

Single String Servo Electric Guitar

its a catchy tune!

Ah, we love musical hacks that actually play music.  [Mike Baxter] is back again with a new servo electric guitar. This one, called the physical string synthesizer, and has only one string.  He’s using two Arduinos to control the unit. One to change the midi file to a note within the string’s limits and the second to actually control the servo. It seems like that could be simplified a little bit, but we’re pretty sure his end goal was to build an instrument quickly, not learn to be a circuit ninja. Last time we saw Mike Baxter, he had built a servo electric guitar that used a keypad for control. You can see a video of the single string one after the break.

Continue reading “Single String Servo Electric Guitar”

Arduino UNO And Mega 2560

The Arduino Team presented some new products at Maker Faire this weekend. It’s a significant update. The Arduino UNO and Arduino Mega 2560 update the Duemilanove and Mega respectively. They now use an ATMega8U2 instead of an FTDI USB to serial converter chip. Allowing an Arduino to become nearly any kind of USB device. A fourth mounting hole has been added to the UNO for more stable mounting. The booloader is now the Optiboot bootloader. The boards can run firmata out of the box. We are not sure about existing Arduino boards, but the last six bytes of EEPROM have a unique serial number. At this point, the Mega 2560 has some kind of issue with gcc on certain platforms and unable to use the full memory available until there is an update to the IDE.

The team also gave a preview of some works in progress. Arduino Ethernet POE can be power over ethernet and loaded with TFTP. Available October 18, TinkerKit will be released. Geared toward designers, the kit has PCB modules that include a joystick, soft pots, transistor, relay, power MOSFET, push button, LEDs and motor driver. That same day will be the launch of the multi-lingual Arduino Store.

These developments will be a nice addition to the toolset out there that you can use and we look forward to new projects using these tools.

Update: [PT] sent us a link to an ever-growing FAQ about this hardware.