Communication of two devices MDEK1001 Development Kit

Hi everyone!

I have a problem with communication between devices.

I want to send messages from one device to another. In the messages, I want to include the device ID and the timestamp. This information will allow me to create an algorithm to calculate the distance between devices.

I am using the dwm-simple.c example. I configure devices as tags and I use dwm_usr_data_read() and dwm_usr_data_write() functions to send messages. Unfortunately this solution is not working.

Is it possible to solve this problem on MDEK1001 Development Kit?

I would appreciate your response.