cancel
Showing results for 
Search instead for 
Did you mean: 

Sending LoRa packet takes more than 1.5 sec.

Maciej
Associate

Hi guys,

I'm playing with STM32WL (the Nucleo-STM32WL55JC1 to be precise). Also I'm using the SX1303 LoRa gateway (it's a RPi Hat from Waveshare).

Node is next to the gateway.

When it comes to send of the data, it takes quite long from passing the send command to receive the IRQ from radio:

58s735:MW DEBUG: SEND REQUEST
60s381:MW IRQ radio process...

The ADR is enabled, but anyway I've tried to play with DF, setting it to 5 and turning the ADR but without success.

I plan to use this stuff for light the bulbs and drive the blinders and the 1.5 second for the transmission is a way to long.

Is there any way to speed things up? Has anybody the similar issue? What's even worse - if we are waiting a 1.5 second for the IRQ it may cause a lost of loot of energy in case of battery powered devices.

2 REPLIES 2

>>Is there any way to speed things up?

Make the message smaller?

Use a higher bandwidth setting?

Use a lower spreading factor?

 

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
AScha.3
Chief II

btw

1.5 sec -> How many bytes you transfer ? message + header + preamble + crc ?

check minimum needed time for your setting :

https://www.semtech.com/design-support/lora-calculator

What its telling ?

If you feel a post has answered your question, please click "Accept as Solution".