Hello,
I have a nrf51822 chip using s110 SD. I am trying to read a serie of 14 bytes from UART. If the device is connected to a phone with BLE I receive the correct values every time but if the device isn't connected the values is corrupted. The program also uses the same pin as an ADC input in another senario. What I have tried so far:
- I have tried to remove the ADC code to ensure that the two events wouldn't occur at the same time.
- I have also tried removing the BLE code.
Unfortunately I can't post the code here due to confidentiality.
Does anyone have a clue what the problem could be? Could it be in the library for connecting to BLE perhaps?