sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
462 stars 179 forks source link

how to operate in Central mode? that is, in Client mode #228

Closed antonioriccelli closed 6 years ago

antonioriccelli commented 6 years ago

https://github.com/sandeepmistry/arduino-BLEPeripheral/blob/161a4163f565be3cd5b62bbc59f0c2b522d82b02/src/BLECentral.cpp#L8

sandeepmistry commented 6 years ago

@antonioriccelli this is a peripheral mode only library.

tpitman commented 4 years ago

This is a great and simple peripheral library. Thank you.

Do you know of any libraries that will work with your Generic nRF Arduino library? I need Central functionality for my project.