Christmas gifts for geeks (pt 4) Arduino Edition

Introduction – just in case you haven’t renewed your geek card for the past year (decade?) Arduino is a term that refers to a microcontroller on a board that has certain hardware and software ‘shortcuts’ figured out. It was designed to be as plug and play as possible, and to lower the barrier to entry …

Dremel vise-Christmas gifts for geeks (pt 1)

I am going to do a series of posts on things that geeks might need for Christmas / the holiday season. It will be a learning process, as I am going to rely on the collective wisdom of the internet to pick between a few similar products. Some might be big and some might be …

$17 Arduino-based nikon IR intervalometer + code

This is a project that allows me to take pictures at any (reasonable) interval. This allows the photographer to create time lapse movies with a digital slr. This is an arduino-based project that should work for any nikon camera with an IR port. Best of all it only cost $17!

Rss Parser for twitter

Continuing on the line of arduino+rss hacks, here is some python code that parses Tweets. By changing the rss feed you can either follow one person’s tweets, or you can access your “follow” feed (i.e. everyone you follow on twitter.com) In order to do the second option you will have to supply your login credentials.

Update for arduino / python / rss reader – Weather!

I just whipped up this script that checks and displays the weather through rssweather.com. As always, it requires feedparser, an arduino, and a lcd screen. It is currently configured to read Burlington Vt’s weather, so if you don’t live there – change it in the python file. Check out the commenting for more info. Click …

Arduino based rss reader – W/Check Facebook Status Updates script.

My last project, the arduino gmail checker really opened my eyes to python/rss/arduino integration. I branched out from there to use feedparser for more conventional rss reading and I ended up with a python script that pulls in your friend updates from facebook. That was cool watching it scroll by in terminal, but I decided …