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.