Archive for 'News'

New Webspace

Moved my site to a new hoster geekisp.com. Got some nice webspace with all the stuff u need for painless hosting. So i got ssh access, svn and the all common web languages like php,python and ruby. I could even run a java webcontainer in my account, if really get into in grails. This package [...]

Hello iPhone

Here we go … svgallery=iphone Our online pharmacy is the perfect resource for people to get their drugs without any hassles or awkwardness. buy cialis We work hard to make sure you save money every time you shop with us. buy levitrabuy soma At our online store, you pay less and get more. buy viagra

OpenWII Debugged

Made my very own openwii version including debug routines. So i added a another status led to the chiip design and also added IO lines to the ATmega SIO pins. So now i have a drive chip which prints debug info via a serial line. So everybody who want to understand the dvd drive patching [...]

H00lyshit – DIY Bluetooth Sniffer

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 [...]

Fuckin awesome SID podcast

Wow cool stuff, a podcast playing only real awesome SID stuff, including some newer SID stuff from the last few years. No lamers talking inbetween just chiptunes. Great ! Check it out 8bit Mayhem BTW my favorite tunes: JCH – Chordian Rob Hubbard – Lightforce DRAX – Bombastic Rob Hubbard – Commando Jeroen Tel – [...]

Toying with a Juicebox

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 [...]

Nokia 6100 GLCD Port for Epson based Displays

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 [...]

Nokia 6100 LCD

Got my Nokia 6100 LCD working. Long story of failures. First try was a LCD with a Epson controller from ebay for 10 Euros. But somehow someone failed to solder the smd socket proberly and it went a way ( thx max ) . Next try was a Epson based LCD including a header board [...]

EFSL for the ARM LPC2148

Found a LPC2138 port of the Embedded Filesystems Library. Took this stuff and made this working on my LPC2148. Now i can access an SD-Card attached to the LPC2148. Currently the FAT filesystem is supported. The sample pgramm includes an minimal serial line shell which supports file reading and directoy listings. MMC/SD Card Filesystem Test [...]

ARM LPC2148 and Linux

Just got my ARM LPC2148 Dev Board from Olimex I put together a small overview how to get things working using a linux host system. Toolchain GNU Compiler Toolchain Serial Programmer Sample Code Crt0 Linkerscript Init Routine Simple IO Test SIO Debug Console GNU Compiler Toolchain I use a standard arm GNU toolchain. Actuallay found [...]