TweetChime Status Report
Posted: December 1st, 2009 | Author: Cindy | Filed under: ITP | Tags: Physical Computing | No Comments »About a week left before finals are due. Here’s where I stand:
Construction: 90% done. I learned how to use a power drill, the wood shop, and cut saw for all this work! Amazing. Tom Igoe recommended a good way for me to mount my servo motors by using included metal screws with the servo motors to these wood planks. Now, I just need to staple chimes in place, mount a headboard to the front, and plant my arduino and breadboard to the back.
TweetChime Website: Interaction is in place. Can tweak more with JAVAscript, CSS to make it more pretty but the basic interaction is there. Updated the Twitter parsing so friends and family don’t have to use previously formatted message (ex: @tweetchime 65 #tweetchime). Now, they can send a brief message that cues the melodies like this: “@tweetchime [thinking of you]“. So far, I have coded messages such as thinking of you, holla, congratulations, and missing you.
Arduino Coding: Unfortanately, the servo library I was using can only handle up to 3 servomotors. After testing the 4th servo motor, the TweetChime started acting up with servo motors working erratically, out of order, and sometimes randomly without input from my website. Not good. So, I have to redo Arduino coding to use PULSE method (with MILLIS) and not use the servo library.
Leave a Reply