8:00 – 5:00 FP
- Generalize JSON parsing in the sketch
- Integrate serial communication into the demo. Fail gracefully into a GUI-only system
- Add sound?
- BASS audio library – free for shareware
- MSVC RenderFile command (examples make it look pretty simple)
- irrKlang (nice documentation). Why are all these libraries in Europe?
- And another one: http://www.fmod.org/
- Adding DataObjects for sound type & volume (inputs) and pressure (outputs). Done
- And now the serial code is choking again. It seems to be related to the size of the stream that’s sent up. Looking at that after lunch. First test will be to read on the pc without writing, while having the arduino write at faster and faster rates.
- I got things to work better, but not as well as the serial console. Found a serial library on google code (http://code.google.com/p/mbsutil/). Going to try to use a few pieces from that ad see if it will work better. Got it to compile. Tomorrow, I’ll try to integrate it…
