Control-Surface
Control-Surface copied to clipboard
Control surface with XBEE
I'm planning a wireless controller but am hoping for better range than Bluetooth.
Is there any reason that the library would not work using XBEE wireless?
Thanks
You should be able to get it to work. If the XBee library implements the Stream interface, you can use the StreamMIDI_Interface. If not, it shouldn't be too hard to adapt the StreamMIDI_Interface to your needs: https://github.com/tttapa/Control-Surface/blob/master/src/MIDI_Interfaces/SerialMIDI_Interface.hpp
thanks for the advice. I'll let you know how it goes.