Open erwincoumans opened 10 years ago
Hi,
The BLE on Bluno uses Serial port to communicate. So just use Serial.print(); and all goes well. You can see our basic demo for details:
https://github.com/DFRobot/BlunoBasicDemo/tree/master/Arduino
how can one implement Midi over BLE using Serual.printf? it seems more direct access to ble hardware is desired. Is that technically possible? which pins?
This PainProtocol seems to wrap BLE behind the Serial interface on the Romeo BLE (Arduino-Uno) compatible device.
Is there any way to access the underlying Bluetooth LE, instead of going through PlainProtocol? With low-level access a user could implement Wifi over BLE, manage BLE connections etc. Thanks!