0xCC0FF

A companion blog to my GitHub account

The art of finding a UART

Recently I had access to an Ibi to play around with. The Ibi is a networked media storage device from Sandisk, which is now part of Western Digital. Sandisk bills the Ibi as a "personal cloud for your photos and videos." However, you can only use it with their Ibi …

Preserving IMAP keywords during e-mail migrations

Recently I had to migrate several e-mail accounts from one server to another. Some of the accounts were quite large; one had over 20,000 messages in it. I tried a few IMAP migration tools, but they all had some issue or another -- one would hang after a few thousand …

Decoding temperature sensor data using software-defined radio

I have an old Philips clock radio that includes a standalone temperature sensor module:

Image: Philips outdoor temperature sensor, bottom view

The idea is that you place this sensor outdoors, where it periodically sends temperature updates to the clock radio inside. I wanted to capture those transmissions and use the data programmatically, instead of just seeing it …