This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

UART android bug?

So im basing my project on your Android-nRF-UART-master example found in github, i don't know if its a app bug or issue regarding the circuit, but first connection is always done correctly, fully functional, but once i disconnect and re connect to the same device as soon as I write on the TX channel it will pop the tittle message, really weird, happens on both my app and your example code. the app needs to be re launched.Any idea of what might be happening?

Parents
    1. "...it will pop the tittle message" sounds like your application is getting an assert and resets itself. Can you please try to pinpoint the assert using the method described here?
    2. What is your "circuit"? A development kit of some sort?
    3. Are you using examples from an SDK? If so, what SDK version?
    4. Have you made any changes to the code?
    5. Are you using a Softdevice? If so, what version?
Reply
    1. "...it will pop the tittle message" sounds like your application is getting an assert and resets itself. Can you please try to pinpoint the assert using the method described here?
    2. What is your "circuit"? A development kit of some sort?
    3. Are you using examples from an SDK? If so, what SDK version?
    4. Have you made any changes to the code?
    5. Are you using a Softdevice? If so, what version?
Children
No Data
Related