CUIduino, Arduino With True USB Support

cuiduinotop

The CREATE USB Interface (CUI) was a project that came out of UC Santa Barbara around the same time the Arduino was being developed. It has a USB port, a PIC18F4550, and a prototyping area. It was designed to enable easy interfacing with the real would through many A/D inputs and general I/O ports. It supports both OSC and MIDI-over-USB natively. The biggest difference between the CUI and the Arduino is its USB support. The Arduino uses an FTDI chip to create a serial interface to its onboard AVR. The CUI’s PIC has native support for USB. That means you can have the CUI appear to be any USB HID device you want: keyboard, mouse, game controller, etc.

The Arduino has a friendly development environment and a large following though. CUI create [Dan Overholt] decided to add an ATmega168 to his board to get the best of both worlds, the CUIduino (scroll down). It can be programmed just like any other Arduino compatible device, but the having the CUI parent means your Arduino project can behave like a native USB HID gadget.

[Thanks Peter]

Illuminato

illuminato

[Matt] sent us this very cool looking project called Illuminato. After brainstorming on how to improve upon the Arduino, and receiving lots of input on his ideas, [Matt] has put together this board that has several nice improvements. It has more I/O, more code space, faster serial communication speeds, built in PWM, and works with existing Arduino shields. Not only does it make these improvements, but it does it with style. The finish is quite nice, the layout is pleasing and it even has two rows of SMD LEDs on the back for some added geek cred. You can see a couple videos of it in action after the break.

Continue reading “Illuminato”

Autonomous Game Controllers

[vimeo=2727246]

On the off chance that you want to program a microcontroller to play your games for you, you should check this out. Near Future Laboratories has made a dongle that can allow an Arduino to operate as a PS2 or PS3 controller. You can see the Arduino running a random path generator in Katamari Damacy in the video above. They wanted to see how long it would take to clear a room. It managed to get almost all of them in about 70 minutes, only missing those that you have to cross a narrow bridge for. Actually, this could be quite useful in allowing people to create alternative input methods. You may recall reading about their early progress back in June 2008.

RepRap Motherboard

reprapmb-1

When the RepRap team found themselves pushing the limits of the Arduino, they started looking for alternatives. They found it in the ATMega644P. It has four times the memory and four times the RAM compared to the ATMega168 used in the standard Arduino. It also has 32 I/O pins. They ported the Arduino software to the microcontroller and started producing Sanguino boards. Now that the base design is nailed down, they’ve begun expanding it to their specific purpose. Pictured above is a prototype RepRap motherboard. While the Sanguino is barebones, this board has onboard connectors for all of the RepRap’s motors, so you can just plug it in. It is also designed to support the future Generation 3 electronics. Probably the most interesting feature is the SD card slot. The goal is to eventually have a board that can run the RepRap without a host computer if necessary; it will manufacture designs directly from the flash card.

Wii Nunchuck Controlled Servo Bot

[youtube=http://www.youtube.com/watch?v=Qlukl5fLi7s]

[Stuart.Mcfarlan] is back. This time he has added Wii Nunchuck control to his servo bot. You may recall servo bot, or SERB, from a few weeks ago. Now the little bot can be controlled by either the joystick, or the gyroscope in the Nunchuck. Too bad its wired though, wireless is the next step right?

Baby Twitters Via Kicks

twitter-1

[Corey Menscher] built the Kickbee while attending ITP this Fall. It monitors his pregnant wife’s belly and updates Twitter, a microblogging service, every time the baby kicks. The device makes everyone aware of the baby’s movement, not just the expectant mother. It can also log the baby’s activity to monitor development. The sensors are piezos held in place with an elastic band. They’re connected to an Arduino Mini which connects to a host computer using a BlueSMIRF bluetooth module. The host Mac does the logging and twittering.

This is one of the many projects on display at the ITP Winter Show.

[Thanks, @readiness via Boing Boing]