Fun With LED Matrix And Mouse

fun-with-LED-matrix-and-mouse

[Brad] just acquired a 32×32 RGB LED matrix and he jumped right into the deep end with his first project. To try out his skills on the device he used an Arduino to drive a slew of pixels with bouncing-ball physics.

The demo starts off with a hail storm of multi-colored falling pixels. In the center of the storm is the cursor, which he controls with a PS2 mouse. That happens to be a ball mouse which makes sense as we don’t remember having seen any optical mice as of late that weren’t USB. The PS2 protocol is easy to read using a microcontroller; more about that in [Brad’s] project write up.

By holding down the left mouse button he can draw persistent pixels on the screen. The falling balls then interact by bouncing off of the obstacles. The image above shows a frame on three sides of the screen which has trapped the pixels near the bottom. He can also erase pixels, which has the effect of draining the trapped balls like a hole in a bucket of water. Neat!

Bouncing ball physics are fun to experiment with. Here’s one being driven by an analog computer.

Continue reading “Fun With LED Matrix And Mouse”

Hackaday Links: Sunday, May 26th, 2013

hackaday-links-chain

The warmer months cometh and it’s time to think of this year’s Burning Man. [Matt’s] already set himself up with a sound-reactive LED project he calls the Seed of Life.

Older readers, and those who really know their hobby electronic history, will know the name Heathkit. Many readers tipped us off about their triumphant return. We’re not sure what form this reincarnation will take, but you can help shape it by participating in the survey.

Dust off that MSP430 launchpad and turn it into a composite video Pong console.

Here’s a way to use your Android phone as a computer mouse.

We’re not quite sure what this is, but turn your volume down before watching the video about a modular sythesizer hack.

[Arkadiusz Spiewak] wrote in to share some of the printing success (translated) he’s had recently with the H-bot style printer we saw a while back.

Strap an Arduino and an Electric Imp to your arm (and everyone else’s) and it’ll remember everyone you meet. You know, kind of like Google Glass but with geeky arm-wear instead of geeky headgear?

And finally, [Nerick] has just finished a thermometer project using Nixie tubes (translated).

GUI Window Manager On An AVR Chip

avr-window-manager-gui

This project is reminiscent of the old days when window managers were an amazing new idea. The difference is that this window-based GUI is running on an ATmega1284 microcontroller. But the behavior and speed of the interface is pretty much exactly what you’d expect if working on an early 90’s home computer. It even uses a mouse as input.

So how is this even possible? The key to the project is a serial to VGA module which handles the heavy lifting involved with generating a VGA signal. We featured one of [Andrew’s] past projects which used an AVR chip to generate the VGA signal. But that doesn’t leave nearly enough cycles to implement something like a window manager, not to mention the fact that it got nowhere near the resolution shown here.

He uses a serial mouse with an RS-232 converter chip to interact with the windows. This is best shown in his video after the break. He’s able to generate and interact with new windows. He even implemented a set of rudimentary controls which allow him to adjust the theme of the windows and drive the audio playback feature included on that VGA controller he’s using.

Continue reading “GUI Window Manager On An AVR Chip”

Wall Wart Computer Mouse

SAMSUNG

This rather bulky looking wall wart is actually a computer mouse. Sure, it may cause your hand to cramp horribly if used for any length of time. But some would say it’s worth that for the hipster value of the thing.

The rather odd shape is somewhat explained by the fact that this was sourced from Ikea. After gutting the transformer found inside the plastic case he had plenty of room to work with. He drilled a hole so that the sensor from a Logitech USB optical mouse can pick up the movement of the mouse. He also got pretty creative when it came to the buttons. The two prongs of the wall plug pivot horizontally to affect the momentary press switches inside.

After the break you can see a quick demo of the project. [Alec] doesn’t consider it to be complete. He wants to make a couple of improvements which include adding weight to make it feel more like the original wall wart, and finding a way to hide the hole he drilled for the sensor.

Continue reading “Wall Wart Computer Mouse”

Robotic Rat Torments And Depresses Real Rats

robotic-rat-torments-real-rats

Animal testing has always been a subject of much debate. On one hand, it allows us to determine if something is probably safe for humans. On the other hand, it’s injuring and killing the very animals that help us escape that same fate. Any way you look at it, be thankful you’re not a lab rat. Being a mammal, they share a similar physiology with us. They are also easy to breed and easy to dispose of. These characteristics make them the prime subject for testing the safety of drugs and treatments that might one day be used on humans. Scientists at Waseda University in Tokyo, Japan, have created a new rat nemesis – the WR-3, a robot designed specifically to stress and depress lab animals in the name of science.

Depression isn’t normally something rats have to worry about in the wild. So, the WR-3 tries to instill it upon them. The robot has three functions: attacking continuously (relentlessly rams the victim), attacking interactively (attacks for 5 seconds whenever the victim moves, then stops), and chasing (stays right next to the victim but never attacks). The scientists found that the best way to make the rats depressed was to attack them continuously in their youth, then attack interactively as they get older.

With the data the scientists gain from these new experiments, they hope to learn more about human depression and hopefully come up with more successful treatments. There isn’t a lot of specific information we could find about the WR-3, but we’ll keep you posted.

[via Gizmodo]

Guitar Hero Controller Built From Toy Guitar And Keyboard

frets-on-fire-custom-controller

[Heinrich Laue] was kind of a latecomer to the fake guitar playing video game phenomenon. He played Frets on Fire — an open source clone of the game — on PC and eventually bought a copy of Guitar Hero World Tour. But playing on the keyboard was a drag. Instead of buying a controller he built his own hacked Guitar Hero controller from a scrapped keyboard and a toy guitar.

The plastic toy he started with was screwed together. This is a really nice since it’s almost impossible to open toys that have been welded together. There was plenty of room inside for all his components and even some space to run the wires.

He started the electronic portion of the build by tracing out the keyboard matrix to figure out which solder pads he could tap into. The strum bar uses a door hinge with buttons on either side of it. When you move it back and forth it hits the buttons, with the spring mechanism in each returning it back to center. The fret buttons are keys from the keyboard, but the switches uses were pulled from a few computer mice. But the real innovation comes into play when he added the Star Power tilt sensor and whammy bar. Follow the link above to find out how he did it.

Bust-a-Move Physical Controller

This set of PVC cranks make you work for your game of Puzzle Bobble, also known as Bust-a-Move. It uses a little cannon centered at the bottom of the screen to pop bubbles based on like colors. There is a cartoon character that cranks as hard as it can to aim that cannon, and this hack brings that effort into the real world.

The controllers are made from PVC. A bit of creative use of joints and different pipe diameters make for a freely rotating rig. Rotation is monitored via the optical encoder wheel from an old mouse. Above you can also see the plastic container that hosts the ‘fire’ button. Since the mouse is already an input device, there’s no other electronic work to be done. Just plug the controllers in and map the wheel/buttons to the game you want to play. Make sure to check out the demo video embedded after the break.

If Angry Birds is more of what you’re playing these days you should consider building your own slingshot controller.

Continue reading “Bust-a-Move Physical Controller”