code

Character LCDs over SPI

Character LCDs with HD44780/KS0066U-compatible controllers are a widespread standard in electronics equipment, and are readily available and accessible to the hobbyist. However, microcontroller I/O pins are a scarce resource, and these LCDs use a parallel interface that requires 11 pins for a full implementation of the 8-bit interface.

S3 library update

Updated the Amazon S3 library. s3tool now compiles (oops...seriously don't know how I missed that), and there's a couple tweaks, plus a new feature for generating index.html files for buckets.

Amazon S3 library

I've put up the first version of my Amazon S3 library, referenced in the previous post. It should be considered early alpha at this point, but is fairly complete.

Amazon S3 library

This is a simple C++ library and command line tool for working with Amazon S3. Amazon S3 is a web storage service by Amazon. Essentially, you get buckets you can store objects (files) in, each object is referred to using a key (which can be used as though it were a file name or a path), and objects can be accessed directly through the S3 service or via the web. With some fancy DNS CNAME tricks, you can have files hosted on S3 which appear to be hosted on your own server.

Like this:
http://media.arklyffe.com/emaganim.mp4

Syndicate content