Hi,
I am using Gazell for communication between two nodes. The first node is sending a sensor reading to the second node (which will be called henceforth the sink node). Both nodes are NRF51 DK. I am using ARM-GCC on Linux platform for programming these nodes. I am using SDK6 on the sink node and SDK10 on the other node. The values sent from the first node are received at the sink and then transferred through the serial port to the laptop and then read by a python program on the laptop. The whole system was working fine before. But currently I am experiencing a problem. The sink node is not able currently to receive the packet sent from the other node. I am not sure why my system stopped working. When I compile the code I do not get any error message and the code is compiling correctly.
What could be the reason for the non-functioning of the system? Is there a problem if I use different SDKs on different nodes which need to communicate using Gazell? Is there a compatibility problem?
Would it be possible to send the code to Nordic to check what is wrong with my code?
Thanks a lot for your help