Categories
Recent Tweets
- Google executive frustrated by Java, C++ complexity http://bit.ly/anVgRF [me too]
- World's First Molten Salt Solar Plant Produces Power at Night http://bit.ly/cH78e3
- BIG BANG BIG BOOM - new wall-painted animation http://bit.ly/codsCD [amazing!]
- Apple ad-supported operating system. http://bit.ly/d527Yg [Think I'd switch back to Linux!] #iAds #apple #linux #osx
-
Recent Posts
Archives
- July 2010 (1)
- June 2010 (1)
- February 2010 (4)
- January 2010 (2)
- December 2009 (1)
- November 2009 (2)
- October 2009 (1)
- September 2009 (4)
- August 2009 (6)
- July 2009 (3)
- April 2009 (1)
- March 2009 (2)
- February 2009 (1)
- January 2009 (1)
- December 2008 (2)
- November 2008 (1)
- October 2008 (3)
- September 2008 (1)
Meta
Category Archives: prototyping
Digital Storage Oscilloscope On The Cheap
I just received my new Digital Storage Oscilloscope by JYE tech from the Seeed Studio Depot. While it is certainly not as powerful as a full fledged oscilloscope, its compact size and affordable price ($49) make it a handy tool … Continue reading
Posted in AVR, prototyping
Leave a comment
Arduino 0017 Released
The latest version of the Arduino IDE has been released. From the arduino.cc website: “The open-source Arduino environment makes it easy to write code and upload it to the i/o board. It runs on Windows, Mac OS X, and Linux. The … Continue reading
Posted in arduino, code, prototyping
Leave a comment
PachubeMon Now Available On The App Store
I am happy to announce that my Pachube feed organizer/viewer application PachubeMon is now available as a free download on the App Store. It was also announced on the Pachube blog on Monday. Pachube is a web service available at pachube.com … Continue reading
Posted in app, arduino, iPhone, online, pachube, prototyping
Leave a comment
Software Debouncing Multiple Latching Switches With Arduino
This last week I have been working on making the operation of my MIDI controller prototype more robust. One of my tasks has been to debounce and latch the states of my pushbutton toggle switches. Though you could use hardware … Continue reading
Posted in MIDI, arduino, code, make, prototyping
3 Comments
DIY Cardboard MIDI Controller
Today I built a DIY cardboard MIDI controller. I used an Atmega168 with code written in Arduino and programmed on an Arduino NG. The whole circuit is breadboarded and connects to the computer via a single USB cable. The serial … Continue reading
Simple Max Serial To MIDI Patch
I have programmed an Arduino to output serial MIDI CC messages when I adjust potentiometers connected to it. To control my MIDI capable applications I could just send this data to a MIDI cable and then to a commercial USB-MIDI … Continue reading
Posted in MIDI, MaxMSP, OSX, arduino, make, prototyping
2 Comments
Serial Communication Tool For OSX
Coming from a Windows background I previously used HyperTerminal as a serial communication tool. When I moved to a Mac I tried an app called zterm that is a sort of HyperTerminal equivalent, but found it to be a bit … Continue reading
Posted in OSX, command line, prototyping
2 Comments
