I'm teaching a class that uses Make: Bluetooth. There's a lab that uses an older BLE board that is no longer available. We purchased the Adafruit Bluefruit LE UART Friend and I'm wondering if we can use that with the BLEPeripheral library. The library uses BLE_RST, BLE_REQ and BLE_RDY pins, but there are no obvious equivalents on the UART.
Is the BLEPeripheral library compatible with the UART? Or do we need to use AT commands?
Thanks.
Delahere