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

beacon scanner #138

Closed cheeta1 closed 7 years ago

cheeta1 commented 7 years ago

hi @sandeepmistry thanks for the awesome library. i was wondering that if you or any one in the community can provide an example to scan beacons in the area. if not then point me to functions which i can use to implement this functionality.

thanks

sandeepmistry commented 7 years ago

@cheeta1 this is a peripheral only library, so it does (and never will) support Central mode and scanning.

vanbwodonk commented 7 years ago

Hi @sandeepmistry, can i develop Central mode and scanning using this library? Maybe I need too add another some source files from Nordic SDK? Sorry for noobs questions,