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

problem facing with mis match of data in RF communication

Hi,

I am new to nRF microcontroller and communication . currently, I am working on nRF51822 microcontroller. I am able to communicate between two nRF51822 microcontrollers(without any protocol stack).

I am sending data 0x30,0x31 that is address and temperature sensor data. When I print the address at Transmitter side it is printing exact values but when I received it showing address is 0x31,0x31 etc.

I didn't understand what is the mistake. I have attached my code with this and output print. Please help me out. Thanks in advance.

Rx_1.c

Tx_1.c

image description

Parents Reply Children
No Data
Related