things are building to a crescendo. as promised the software that runs the controller will be open-source, and so here it is being released.
http://mbed.org/users/tobyspark/code/SPK-DVIMXR/
notably -
- the main controller code at v18: http://mbed.org/users/tobyspark/code/SPK-DVIMXR/file/d46cc49f0f37/main.cpp
- library for communicating with TV-One units: http://mbed.org/users/tobyspark/code/SPK-TVOne/
- library for driving the OLED display used: http://mbed.org/users/tobyspark/code/spk_oled_ssd1305/
i’ve also been corralling the OSC code available for mbed into a library: http://mbed.org/users/tobyspark/code/OSC/
for history’s sake, and perhaps it will help any hackers, attached is a zip of the arduino code i had before the leap to mbed was made, v07 to today’s v18. none of the interface goodness, but has got the fast serial communication technique i came to along with keying etc.