Rainboard Updates
Contents
Daily Update:
October 5, 2012
The Rainboard was featured on Hack-A-Day. I'm now updating some of the content on the page to reflect some of the changes that were made early this year.
October 4, 2012
The Rainboard was featured on an episode of BiDiPi by VSauce.
February 17, 2012
The Rainboard has been upgraded with an accelerometer, native midi usb support, and a pitch bend slider. We were invited to the Margaret Guthman Musical Instrument competition and presented the Rainboard as one of the top new instruments of 2012.
Nov 10, 2011
We posted a youtube video just mere hours after we got the board in mostly working order. So far the video has being well even though we have not done any publicizing. Happy there is interest in the topic and people are enjoying our work.
Oct 28, 2011
When pressing several keys in the same column things don't work too well. According the people that make the button shield everything should work fine. We tried removing the diodes and things appear to work slightly better (although we don't know why). It's possible that the problem exists with the way that the button SPI code is implemented as it uses an interrupt without any sort of buffer. So if two button press were to occur between one cycle of the arduino a button press could be lost or mangled. As well we grabbed a large sheet of acrylic to make the case of the instrument. There was some concern about sturdiness, but hopefully the beefy 5.6mm thick acrylic should do it.
Oct 27, 2011
Played around with the LEDs today. Started using the Fast SPI [1] from google code and it seemed to alleviate the hardware serial receive issue. As well, put the 64 button shield not the arduino and everything seems to be a go. Wired in 7 buttons (with diodes) to test how things are going to work. Not too bad, however they delay between press in the button and audio playing on the iPad is quite substantial, perhaps 300ms. In order to see if the issue is with the iPad serial connection or just arduino latency I wired in a musical instrument shield from spark fun[2]. Turns out the latency has something to do with the connection to the iPad as the audio form the shield appears to be almost instantaneus. Will need to do some more testing to see if the issue is the with the serial output, red park cable, or iPad external accessory api.
Oct 26, 2011 - Buttons and Diodes have arrived. The LEDs should be in soon.
Oct 24, 2011 - Converted Midi to Use Software Serial. Fixed a software serial timing issue.