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

read handler #95

Closed iqbalpalemad closed 7 years ago

iqbalpalemad commented 7 years ago

hai you have done an excellent work.thanks for that and i would like to know how to handle a read request. actually this is my need

i have to activate my sensor only when a user request a read characteristic how can i do that...?

sandeepmistry commented 7 years ago

Hi @iqbalpalemad,

Thanks for the positive feedback!

What board are you using? This might be possible with nRF51 based boards only.

I'm closing this as a duplicate request, #71 is already open to track this, please follow it for updates.