2025-01-28 08:01 AM
2025-01-28 08:07 AM
That's the USI module on the old, obsolete I-Nucleo-LRWAN1, isn't it?
You'd have to go to USI for support with that - it's their module, and their firmware ...
Does the TTN console give any indication whether the delays are in TTN, or in the module?
Also, have you asked on TTN's forum?
2025-01-28 08:10 AM
The board is board I-Nucleo-LRWAN2: https://www.st.com/en/evaluation-tools/p-nucleo-lrwan2.html
The delay is on the radio module, not on TTN.
2025-01-28 08:15 AM
That's P-Nucleo-LRWAN2 - which is a Pack containing a gateway and an I-Nucleo-LRWAN1.
@marcoratto wrote:The delay is on the radio module, not on TTN.
How do you know that?
2025-01-28 08:29 AM
"On the sensor-node side, the NUCLEO-L073RZ, based on an ultra-low-power STM32L0 Arm® 32-bit microcontroller, controls a USI® I-NUCLEO-LRWAN1 ARDUINO® expansion board used as a sensor node.
The I-NUCLEO-LRWAN1 end-node is an ARDUINO® compatible expansion board. This board is designed by USI® around a LoRa® module powered by an STM32L05 device hosting a friendly AT command stack."
You might be able to port firmware on to this platform, but it's quite old, and I doubt USI is actively supporting it.
2025-01-28 08:37 AM
On the log of TTN and on the log of the device:
I execute the AT command "AT+STAT" and report the counter updated with the new messages but the event +RCV arrives 2 minutes after.
Transitioning from WAIT1 to AT_SENDB2 at 2025-01-27 15:47:55.941251
Sending request: AT+SEND=2,50494E4732,1 at 2025-01-27 15:47:55.941320
Received response: 'OK' at 2025-01-27 15:47:55.975199
Transitioning from AT_SENDB2 to WAIT2 at 2025-01-27 15:47:55.975306
Sending request: AT+STAT at 2025-01-27 15:47:55.975347
Received response: '# +STAT=2,0,2,0,0,217,8,1,1' at 2025-01-27 15:47:55.987187
Received: 'OK' at 2025-01-27 15:47:55.988255
Received: '# +RCV=14,12,E79E39DFDE1FE76EDAE3DEFD' at 2025-01-27 15:50:07.857554
2025-01-28 08:42 AM - edited 2025-01-28 09:00 AM
@Tesla DeLorean wrote:I doubt USI is actively supporting it.
USI's support could hardly be described as "active" even when this board was current ...
@marcoratto Here's a contemporary thread:
https://community.st.com/t5/stm32-mcus-products/i-nucleo-lrwan1/m-p/325119/highlight/true#M77077
It seems that the USI GitHub no longer exists, neither does their web page.
PS:
USI website is now here: https://www.usiglobal.com/en - no search hits for wm-sg-sm-42 (with or without the hyphens)
2025-01-28 08:55 AM
I asked to USI to restore the github repository:
2025-01-28 09:01 AM
Sure, the USI firmware was read-protected, I recollect my FAE just reprogramming it, as did I, but the implementation was generally less capable than the LRWAN-DISCO board, other than all the sensors attached to this one.
They had a GitHub or notes related to the modifications to the LRWAN 1.x.x libraries, and I recall making a pin list for the internal MCU and SX1272 from the schematic
2025-01-28 09:03 AM
Great - if you're in contact with USI, that's the place to get support.
Good luck!