I want to develop an interface system that takes data streams from Smart devices (Internet of Things devices, for example) and converts it into MIDI to drive a synth. Why? Hell if I know. Why not?
Yes! Why not!?
1. Arduino has many boards with built-in features for Internet of Things: WIFI, Bluetooth, Motion Sense etc.
https://www.arduino.cc/en/Main/Products
2. Arduino also has a software IDE with a MIDI Library, which makes MIDI projects a breeze (Java/C++). Install the IDE onto a Mac, Linux or Windows and program the Arduino via USB. One caveat, we're still waiting for the update to the 2.0 spec.
https://www.arduino.cc/en/main/software
3. The Arduino Starter Kit has projects for a Light Theremin and a Keyboard Instrument.
https://store.arduino.cc/usa/arduino-starter-kit
4. For other ideas and examples of what's possible:
- The Arduino Project Hub -
https://create.arduino.cc/projecthub
- Videos for Arduino MIDI projects:
MIDI Input Circuit -
https://www.youtube.com/watch?v=GxfHijjn0ZM
MIDI Input Circuit (Test) -
https://www.youtube.com/watch?v=Twx0kzxXvp4
Keep Dancing ...