BlinkM Example Code =================== -- 20080103 -- Tod E. Kurt, http://thingm.com/ This zip file "BlinkM_Examples.zip" available from http://blinkm.thingm.com contains several examples of how to talk with BlinkMs. It will be updated periodically as new examples are created. If you have an interesting example you would like added to this example set, contact me. Note: in general, the examples will reset the I2C address of the BlinkM to 0x10. If you don't want this behavior, comment out the "BlinkM_setAddress()" line in setup() and change the variable "blinkm_addr" to match your BlinkM's address. Arduino Examples ---------------- - BlinkMCommunicator - A simple serial-to-i2c gateway for PC controlling of BlinkM, like via Processing or BlinkM Sequencer - BlinkMTester - A general tool to play with a single BlinkM - BlinkMMulti - A simple example showing how to communicate with multiple BlinkMs - BlinkMScriptWriter - A demonstration of how to write BlinkM light scripts with Arduino - BlinkMChuck - Control the hue & brightness of a BlinkM with a Wii Nunchuck Processing Examples ------------------- - BlinkMSequencer - The drum machine-like application to program a BlinkM from Mac or Windows Other ----- - blinkm_nonvol_data.h - The contents of the BlinkM ROM light scripts history ------- - 20080120 - initial version - 20080125 - included BlinkMChuck that was left out - 20080203 - updated BlinkM_funcs.h & BlinkMChuck, improved BlinkMMulti