Can´t read from every characteristic
See original GitHub issueHey there, i am trying to read some characteristics from my BLE-Module -> RN4020 which controls a chip over UART.
Now your module works great until i try to read some specific characteristics…
error code: 700
"BleGattException{status=2, bleGattOperation=BleGattOperation{description='CHARACTERISTIC_READ'}}"
and sometimes
error code: 600
"BleGattCannotStartException{status=-1, bleGattOperation=BleGattOperation{description='CHARACTERISTIC_READ'}}"
Any ideas on this?
And a general question, is it possible to just send something to the connected ble device? Something like write(identifier, “P0”) for example or does it have to be written to an characteristic?
Good work though 😛
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Dyslexia - Symptoms and causes - Mayo Clinic
Dyslexia is a learning disorder that involves difficulty reading due to problems identifying speech sounds and learning how they relate to ...
Read more >How can read all characteristic's value of my BLE device?
Keep all characteristics in onServicesDiscovered; By turns try reading characteristics in onCharacteristicRead method (at first you read first ...
Read more >Test for Dyslexia: 37 Common Traits
Appears bright, highly intelligent, and articulate but unable to read, write, or spell at grade level. Labelled lazy, dumb, careless, immature, “not trying ......
Read more >Reading PDFs with reflow and accessibility features
Acrobat provides several preferences that help make the reading of PDFs more accessible for visually impaired and motion-impaired users.
Read more >Chapter 4. GATT (Services and Characteristics) - O'Reilly
All declarations have read-only permissions with no security required, because they cannot contain sensitive data. They are only structural attributes that ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As I can’t help you with this issue I’m closing it. Thank you for your feedback 😃
I have the same problem with ESP32. However, when I use the “nRF Connect” or “Scanner BLE” applications, I can read the values without problems. Is there a parameter that makes a reading without validating with the “.isNotifiable” method?
Scanner BLE:
nRF Connect: