LoRa duty cycle on AT_slave example in STM32CubeExpansion_LRWAN_V2.0.0
I'm testing this example code, and I'm having an issue with duty cycle.
Duty cycle is set to ON, so it must be compliant with the regulated duty cycle limits of 1%.
Actually I'm able to send messages everytime I receive the +EVT:SEND:CONFIRMED (every 5 seconds aprox.), so I think its not ok.
30/04/2021 09:15:25.444 [RX] - TX on freq 867300000 Hz at DR 0<CR><LF>
<CR><LF>
OK<CR><LF>
MAC txDone<CR><LF>
RX_1 on freq 867300000 Hz at DR 0<CR><LF>
MAC rxDone<CR><LF>
+EVT:SEND_CONFIRMED<CR><LF>
30/04/2021 09:15:29.874 [TX] - AT+SEND=12:1:abcdef0123456789abcdef<CR><LF>
30/04/2021 09:15:29.923 [RX] - TX on freq 868500000 Hz at DR 0<CR><LF>
<CR><LF>
OK<CR><LF>
MAC txDone<CR><LF>
RX_1 on freq 868500000 Hz at DR 0<CR><LF>
MAC rxDone<CR><LF>
+EVT:SEND_CONFIRMED<CR><LF>
30/04/2021 09:15:34.383 [TX] - AT+SEND=12:1:abcdef0123456789abcdef<CR><LF>
30/04/2021 09:15:34.434 [RX] - TX on freq 868300000 Hz at DR 0<CR><LF>
<CR><LF>
OK<CR><LF>
MAC txDone<CR><LF>
RX_1 on freq 868300000 Hz at DR 0<CR><LF>
MAC rxDone<CR><LF>
+EVT:SEND_CONFIRMED<CR><LF>
30/04/2021 09:15:38.796 [TX] - AT+SEND=12:1:abcdef0123456789abcdef<CR><LF>
30/04/2021 09:15:38.849 [RX] - TX on freq 867900000 Hz at DR 0<CR><LF>
<CR><LF>
OK<CR><LF>
MAC txDone<CR><LF>
RX_1 on freq 867900000 Hz at DR 0<CR><LF>
MAC rxDone<CR><LF>
+EVT:SEND_CONFIRMED<CR><LF>
30/04/2021 09:15:43.329 [TX] - AT+SEND=12:1:abcdef0123456789abcdef<CR><LF>
30/04/2021 09:15:43.376 [RX] - TX on freq 867300000 Hz at DR 0<CR><LF>
<CR><LF>
OK<CR><LF>
MAC txDone<CR><LF>
RX_1 on freq 867300000 Hz at DR 0<CR><LF>
MAC rxDone<CR><LF>
+EVT:SEND_CONFIRMED<CR><LF>I think there is an issue on the new libraries, because the older example of AT_slave of STM32CubeExpansion_LRWAN_V1.3.1 is working ok with duty cycle, showing an AT_error when I can't send a message.
Any information about that?
Thank you very much.