question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can´t read from every characteristic

See original GitHub issue

Hey 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:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Cierpliwycommented, Oct 19, 2016

As I can’t help you with this issue I’m closing it. Thank you for your feedback 😃

0reactions
vschmidtcommented, Apr 12, 2021

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: IMG_2260

nRF Connect: IMG_2259

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found