
This is pretty amazing. A 5-15mw radio transmitter powered entirely by the power of your voice. Its not stored power, charged up etc, its realtime voice power.
Oh, and he got it to travel 150 miles!
Now THAT is amazing.
Month: November 2009
Another cheap uP for beginners

STM are eager to push their offering and are doing so by going for the price point. This Kit Can apparently be got for <$10 and includes the programmer as well as a demo board with prototype area.
Its an absolute bargain and definately worth taking a look at. Even if you are already happy with a platform I recommend trying others out if only for the learning experience.
"The STM8S-Discovery is a quick-start evaluation board based on the STM8S105C6T6. It includes the embedded debugger ST-LINK and one touch-sensing button which help you to discover the STM8 features."
Wolfenstein3D on a Parallax Propeller
My friend Baggers has done it again! His work just keeps getting better. This time its Wolfenstein on the Prop.
Running at 60fps its very impressive, using video output and game pads for control.
The whole thing is in 32k too!
Continue reading Wolfenstein3D on a Parallax Propeller
New EasyUse micro from mBed

This Amazing new micro platform is completely OS independant. You can even develop for it on your netbook and some PDAs!
Using a web based Devkit, programming in C++ most people should be able to pick it up instantly. To ‘program’ the device you just dump the .bin file to it over USB!
No extra hardware needed. Mac, Linux, PC any OS can use the web platform and no software needs to be installed.
Its based on an ARM cpu and runs at 60mghz so its very powerfull.
This device is more powefull and easier to use than the recent Arduino fad, yet standard C++ means that a lot of people can pick it up quickly without learning any new language.
Relatively cheap too!
Just to let you know, i’m not connected with them in any way, I just think it looks cool! Check out their site and see for yourself.
Amazing home made HID controller

Ok, I know the wiimote works with the PC, and its easy to interface the nunchuk using i2c too, but there is something more cool about an even MORE DIY approach.
Roll on Starlino’s USB HID gamepad.
I love the fact its so simple, and the code is available. Its quite well done and the HID aspect means no messy drivers!
Squashing it into the middle of a Wii Wheel was icing on the cake for me :p
Game of Life, on a tiny LCD

Seems that I’m not the only one playing with Nokia LCDs…
The pretty 3310 LCD I love so much has been used for the classic game of life. I thought about doing something similar, but didnt have the ram on the PIC I chose so moved on.
RaDiKalDeSIG Did what I didnt. I must say its a good one too! With capacitive touch buttons to boot.
It seems that to get past the ram issue with the tiny PIC he reduced the resolution of the pixels/cells, but its still pretty high. Check out the site, but beware, its not in english 🙂
Amazing C64 mouse project

A mouse for the C64 is not a common thing. Its a shame as there is actualy a whole mouse based OS (geos) for the C64.
If you cant get a C64 mouse, why not interface a common cheap ps/2 mouse!
HackaDay recently found some Flickr photos of just such a project.
Apparently a project born from the love or art. Pixel Art. How to create great art on an old 8Bit computer? A mouse of course.
I tracked down the project page that seems to have all the docs available including code to build your own!
Great work that needs recognition.