opengradesim icon indicating copy to clipboard operation
opengradesim copied to clipboard

Is it required a NPE CABLE ANT+ to BLE bridge?

Open cherryphilip74 opened this issue 4 years ago • 1 comments

Hi! on readme file you suggest to use a NPE CABLE ANT+ to BLE bridge due to the lack of authentication in the AdruinoBLE library 1.1.2. This solution is always needed? Is there a workaround to avoid the bridge module?

cherryphilip74 avatar Oct 25 '21 14:10 cherryphilip74

Hi cherryphilip74. You are correct. I'm still learning BLE, but it's my understanding that reading most BLE characteristics require authentication. Some characteristics on older BLE devices (asset tracking tags) don't require auth and can be read using ArduinoBLE. The only workaround I am aware of is to bypass Arduino IDE and use something like Segger Embedded Studio. I've played around with this some, but it's been a while.

BrianFrankPalmer avatar Oct 27 '21 15:10 BrianFrankPalmer