Motöri The Plotter

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

The Motori plotter is fast and high precision. One image shows that it is drawing lines at .5mm. Like others in the flickr set, we keep thinking of how we could apply this to PCB creation. Great job [svofski]. If you want one that’s not as precise, but might have a much cooler drawing mechanism, you might want to check out the lego arm plotter we posted back in May.

AVR RFID Tag

[pc486] sent in his hack that uses an ATtiny85 to act like an EM4102, a chip used for RFID tags. Minimally, all that is needed is the AVR and a coil, but he recommends some filtering capacitors. Depending on the size of the coil, different frequencies and ranges can be achieved. This project actually includes several hacks, such as using the coil for not only power, but a clock signal. The coil is actually able to power the chip without being connected to the power pins due to clamping diodes on the connected pins. The firmware is short but available on subversion.

Related: Scratch-built RFID tags

IDisplay, Webcam Multitouch

[youtube http://www.youtube.com/watch?v=mlLY0zic7u0%5D

Embedded above is an interesting multitouch demo by [Lahiru]. The goal of the project was to find an easy way to retrofit current LCDs for multitouch. Instead of using infrared or capacitive recognition, it uses a standard webcam mounted overhead. To calibrate, you draw polygon around the desktop screen as the webcam sees it. The camera can identify the location of markers placed on the screen and their color. iDisplay can also recognize hands making the pinch motion and sends these as touch events via TUIO, so it works with existing touch software. It’s written in C++ using OpenCV for image processing with openFrameworks as the application framework.

[via NUI Group]

Automated Paintball Sentry

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

Reader, [Ben Godding], sends in the video for his senior design team’s automated paintball sentry. The frame is made of plasma cut aluminum. The paintball gun uses a custom hopper mounted remotely from the gun body. It has two webcams offering a 160 degree field of vision, and the image processing is done by a dual core pentium CPU booting windows xp off a compact flash card. The computer interfaces with the 1/4scale RC servos using a PIC24. The paintball sentry can either be configured via a computer GUI when a monitor is available or a baclkit keypad and 4×20 charachter display in the field.

Related: [Jared Bouck]’s paintball gun turret

Carnivorous Robots

flypaperup

Artists [James Auger] and [Jimmy Loizeau] have put out this display of carnivorous robots. Pictured above is a clock that is powered by a microbial fuel cell. The clock is equipped with a scroll of sticky paper for catching the flies which it then scrapes into it’s cell for digestion. The other pieces include a mouse eating coffee table, a strange mechanism for stealing spider’s meals, and a lamp shade inspired by pitcher plants.

Parts: I2C Real-time Clock Calendar (PCF8563)

pcf8563

The PCF8563 is a real-time clock/calendar/alarm chip with an I2C interface. This would be useful in projects where the primary microcontroller doesn’t have enough resources for an interrupt driven clock.

We demonstrate the PCF8563 using the Bus Pirate after the break. For a limited time you can get your own Bus Pirate, fully assembled and shipped worldwide, for only $30.

Continue reading “Parts: I2C Real-time Clock Calendar (PCF8563)”

Line Following Racers

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

[Tim] sent in these quick little line following bots (translated). They were sent as participants in cosmobot, but due to an unfortunate dropbox mishap, they didn’t have updated firmware. They placed fifth and ninth place. As you can see in the video above, they are quite speedy. You can get the schematics and code on their project page (translated). They are hoping to make improvements to place better with the same bots next year.