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

Question: Method for support features that is not available in all supported hardware #84

Closed daviddedwin closed 7 years ago

daviddedwin commented 7 years ago

I am looking at #33 as the key method to support newer features that is present in some hardware but not in all supported hardware. Is this understanding correct ? Would it be possible to query the BLEDevice to know the current hardware and its supported feature set ?

sandeepmistry commented 7 years ago

Hi @daviddedwin,

33 is a bit unrelated, the root topic there is about no public API's to read the battery level and temperature.

Do you have specific new features in mind?

Would it be possible to query the BLEDevice to know the current hardware and its supported feature set ?

It would be possible, however right now supported features on nRF8001 and nRF51822 are consistent.

sandeepmistry commented 7 years ago

I'm closing this due to lack of activity.

daviddedwin commented 7 years ago

Will re-post issue when I have have proposal.