This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652R: SENSOR CONTROLLER - Manchester serial decode

Part Number: CC2652R

Hit there,

Anyone have any examples of how you might use the Sensor Controller to decode manchester serial data packets.

Some thoughts were :

1. use the ADC/TIMER0 to oversample and manually decode

2. use GPIO edge interrupts along with a free running timer to decode like "https://www.nxp.com/docs/en/application-note/AN3015.pdf"

Any help or examples would be much appreciated.

  • Hello Alan,

    We do not have an example that implements this on the sensor controller but it is possible to do this using any of these two methods. I would suggest to implement method 2 and take advantage of the sensor controller edge counting timer.