Control-Surface icon indicating copy to clipboard operation
Control-Surface copied to clipboard

Control surface with XBEE

Open skyriderone opened this issue 5 years ago • 2 comments

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

skyriderone avatar Feb 01 '20 20:02 skyriderone

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

tttapa avatar Feb 01 '20 23:02 tttapa

thanks for the advice. I'll let you know how it goes.

skyriderone avatar Feb 04 '20 17:02 skyriderone