Windows 10 with BLE metawear
Hey Eric, Will the UWp starter update with the new API soon?
My requirement is kind of intense, Please advice
2 Boards with 4 sensor on each , making the 8 sensor fire the events concurrently.
< - It seems stopped after a minute or two
**Can i make the streaming work *** with this Ble device?
And with the little Bluetooth bandwidth I have, Should I consider a Ble hub before merge into UDP?
This discussion has been closed.
Comments
initFlyout.ShowAt(pairedDevices);
var board = MetaWearBoard.getMetaWearBoardInstance(selectedDevice);
board.Initialize(new FnVoid(async () => {
remove FnVoid doesnt work, with new Fn_Intr_int only got an other error with delegate doesnt fit