sandeepmistry / arduino-BLEPeripheral

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

Can't detect remote devices #277

Open damianb50 opened 4 years ago

damianb50 commented 4 years ago

Hello! I'm trying to launch remote_services.ino and remote_test.ino to connect nRF51822 to other devices like a client. I've set up a couple of services on nRF Connet android application. Unfortunately the program can't detect any devices/services. The communicate "Remote services discovered event" never appears. What should I do with this program to read remote services?