Welcome,
I have been trying for many weeks to write code to support correct communication between SP1ML radio modules. I am editing a finished project I found on github Link , whose code is created in SW4STM32. I got to the point where I uploaded identical code on two radio modules. Which to my surprise results in them working differently.
The communication algorithm was devised like this: each module is in receive mode, transmit mode can be forced manually, and this is what I do by sending a high state to a specific CPU pin. Once I get into transmit mode then information is sent to all the radio modules and I return to receive mode, waiting for the feedback I get. The problem occurs when I do an analogous action on the second module. Again, all modules are set to receive mode, I manually force transmit mode, send the information I receive to all radio modules, switch to receive mode and nothing further happens.
Quite a lot of time is wasted on this so I decided to present my problem on the forum....
Greetings,
Tannis
I have been trying for many weeks to write code to support correct communication between SP1ML radio modules. I am editing a finished project I found on github Link , whose code is created in SW4STM32. I got to the point where I uploaded identical code on two radio modules. Which to my surprise results in them working differently.
The communication algorithm was devised like this: each module is in receive mode, transmit mode can be forced manually, and this is what I do by sending a high state to a specific CPU pin. Once I get into transmit mode then information is sent to all the radio modules and I return to receive mode, waiting for the feedback I get. The problem occurs when I do an analogous action on the second module. Again, all modules are set to receive mode, I manually force transmit mode, send the information I receive to all radio modules, switch to receive mode and nothing further happens.
Quite a lot of time is wasted on this so I decided to present my problem on the forum....
Greetings,
Tannis