Skip to content

Category Archives: Programming

Building Energy Micro EFM32 binaries from OS X

I’m currently evaluating the EFM32 Gecko MCU from Energy Micro for a project. I’m using the Developer’s Kit with the EFM32G290F128 MCU. I mainly work in OS X and Linux and don’t much like having to boot up the Windows Virtual Machine to develop and debug firmwares. The tools mostly suck (I <3 the CLI) [...]

OpenMoko and Wifi Ad-Hoc mode

So i decided to give making-openmoko-a-wifi-AP thing another go. The USB wifi card I bought (ChiefMax RaLink RT73) needs some special cross-compiled drivers to put the wifi in master mode in order to act as an AP. So i gave up that route and tried making it an ad-hoc peer-to-peer access point. This (kinda) worked! [...]

Send MMS’s to VBulletin Threads

I just recently put together a little script that will check an email address for incoming MMS (picture messages) and post them to a vBulletin thread. It is based off the work of a great script by Adrian Heydecker (http://wavestyle.ch) that h e made for the WordPress blog. I hacked it up for vBulletin. It [...]