C64 Twitter Client

The last of the Commodore 64’s shortcomings has been addressed; it finally has a Twitter client. [Johan Van den Brande] wrote BREADBOX64 for use on the C64/128. It’s running on top of the open source Contiki operating system. The hardware is an MMC Replay cartridge with an ethernet adapter. If you don’t have the hardware available, you can run it inside an emulator like VICE. Embedded below is a C128D running the program.

(P.S. all of our posts are on @hackadaydotcom)

Continue reading “C64 Twitter Client”

Theremin Controlled Mario

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

In the video above, [conquerearth] is using a theremin to control Super Mario Bros. Moving his hand toward and away from the vertical antenna increases the theremin’s pitch. The computer monitors this in real time and moves Mario left and right. The loop antenna controls the theremin’s volume and acts as the jump button. The controls seem to work well, much better than the sound of one man flailing at a theremin.

[via Gizmodo]

RGBike POV

rgbike_pov

[Hazard] wanted a full color POV display for his bike wheel. Adafruit’s SpokePOV is single color and Monkeylectric’s original version didn’t display images. He also balked at the cost and decided to manufacture his own version. It uses 16 RGB LEDs on a single layer board he manufactured himself. It’s an entirely through-hole design to make assembly easy. It uses a hall effect sensor to synchronize the image display. The two main components are an ATmega328p microcontroller, which should make it Arduino compatible, and a TLC5940 PWM LED driver. It’s a very well documented build and certainly a good looking effect.

[via adafruit]

Bluetooth Motorcycle Control Panel With Arduino

Motorcycle_in_neutral

[Bill2009] has made some nice progress on a control panel for his motorcycle over at the arduino.cc forums.  It can show speed, tachometer readings for the wheel and engine, as well as indicate the current gear. He reads the square wave coming off of his tachometer input and pulses from a reed switch mounted on the wheel to calculate all this. To top it all off he can monitor the data via a Bluetooth module attached to the board, which is much better than trying to balance a laptop on your knees while cruising down the highway.  He is working on getting the size down so that he can mount the whole assembly inside of his motorcycle. He also plans to add new software features like wind resistance calculations and0 to 60mph timing.

The Camera Axe

hr_cameraAxe_2513

The Camera Axe is an open source system for doing high speed camera triggering. You know all those pictures people get of balloons popping or drops of water in mid splash? This is how they do it. The system has light sensors and sound sensors to help get the timing just right. It can trigger your camera and the flash to capture images at just the right moment. There are a lot of picture examples on the site as well as a full schematic and parts list. Not too bad for roughly $100.

Persistence Of Vision Propeller Clock

[Jon Stanley] has a nice write up on a POV propellor clock powered by a PIC microcontroller. He improved on the original design by [Bob Blick]. Jon tried a few different methods of powering the spinning circuit, some of which could be handy for other projects. As a double plus good bonus, schematics and code are all linked on the site. This clock would look nice and sinister sitting on any mad scientist’s dresser.