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 scan.............? #117

Closed iqbalpalemad closed 7 years ago

iqbalpalemad commented 7 years ago

Hai

i am using a ble nano board to broadcast some sensor data. and i need another ble nano is to scan the first ble nano and read the broadcast-ed value and do some action based on it. so how can i configure my second ble nano to scan and read the broadcast-ed data using this library.

thank you

sandeepmistry commented 7 years ago

@iqbalpalemad this library only supports peripheral mode, so scanning is not supported.