2019-10-20 11:58 PM
Hi. I’m using ST examples SDK_STackLLP_A, SDK_STackLLP_B. I want to configure the net with two transmitters and one receiver. This is my net:
While I use one transmitter and one receiver my net works properly. Transmitter sends the message and then get acknowledge:
Now, I turn on second transmitter:
In the Keil project I made address initialization: S2LPPktStackAddressesInit(&xAddressInit);
and uncomment the line:
/* 3 re-transmissions */
S2LPPktStackNRetx(3);
The question is: how adjust transmitters to get network with one receiver and lots of transmitters? I need to send packs and received acknowledge.