Hi all
I'm using the sample code Ethermind accelerometer. I disabled everything related to the accelerometer and USB communication, and now sending data from multiple adc ports to a USB bluetooth dongle conected to a PC without problems.
Now I want to send a byte from the PC to the device. As I see the code, the interruption BT_UART_ISR is used to read the Rx buffer (UCA2RXBUFF).
Any advice to modify this part of the code?