Todays Snes
Today i took the sprite sample from vintage dev and added some stuff from the NWI sample… [flash]http://vimeo.com/2506586[/flash] sprite.tar.gz
Today i took the sprite sample from vintage dev and added some stuff from the NWI sample… [flash]http://vimeo.com/2506586[/flash] sprite.tar.gz
Just installed 2.7 wordpress. Here is a one liner for the brave one: curl http://wordpress.org/latest.zip -o “new.zip” \ && unzip new.zip \ && rm -rf ./wordpress/wp-content/ \ && cp -vr ./wordpress/* ~/htdocs/ \ && rm -fr new.zip wordpress
Made some progress. Nice sunday hacking.
more to come… [flash]http://vimeo.com/2399376[/flash]
First success… [flash]http://vimeo.com/2396571[/flash] [flash]http://vimeo.com/2396646[/flash] [flash]http://vimeo.com/2396662[/flash]
New toy…Thx Max. Datasheet Toshiba LED Dot Matrix Modul TLMM 501 B2
Wrote a quick & dirty python wrapper for the bluez-utils bccmd command to set a the btaddr of an bluetooth hci device. The native bccmd syntax is awkward, so that i found it handy to have a script which accepts normal formated btaddr as an argument and does some error checking and status infomation. Usage: [...]
Since the 23c3 every interested researcher knew that is easy to compromise bluetooth sessions using the BTcrack tool.Thierry Zoller showed how it’s possible to retrieve link keys, The only problem was to get hands on a bluetooth sniffer device to get the raw bluetooth packets. Such devices are not available at consumer prices. But somehow [...]
Got a new Toy. It’s a Juicebox from Mattel, a kids video and mp3 player. Actually it’s a linux based and has Samsung S3C44B0 ARM CPU, 8MB Flash and 2MB Ram. Since it has JTAG Pinouts you can use it as a really cheap ARM Dev Board. You can’t get one for around $10 at [...]
Ported the glcd lib to the Epson based Nokia LCDs. I tried to leave the code portable so that you can switch between the Epson and the Philips controller via a #define switch. Actually i only changed the lowlevel hw access and init functions to deal with the Epson controller. Currently native screen rotation is [...]