BLEPeripheral Library and UART

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

ve you looked at the introducing-the-adafruit-bluefruit-le-uart-friend/software

Hi Horace,

Yes. The Sketch examples I've looked at from the Adafruit Bluefruit LE library all use the AT commands, so far as I can tell.

Thanks.

Delahere