Hello,
I have a question about a certain issue that came up during developing a 3 transmitter, 1 receiver setup.
So the basic setup is that the transmitters are sending data with around 200Hz (using ESB), the receiver gets the payloads and forwards it toward a Raspberry via SPI which later processes the data.
The problem is that during sampling I have to update the timestamp once in every minute for the transmitters (and unfortunately the time is not available on the transmitter side so I have to send an updated base timestamp, store it and count the elapsed microseconds using the RTC of the nRF52840 Dongle). For one transmitter the base timestamp update works pretty well, sending the payload in the ACK, but when it comes to multiple transmitters I can only send this message sequentially toward the transmitters on each pipe one-by-one with at least 50ms delay between messages.
My question is that is there a way to send a message to multiple TX RF modules with an RX RF module at the same time? Or do you have any suggestion on how to solve this issue?
Thank you for your help in advance!
Best regards,
- Bertalan