Skip to main content
Associate III
March 7, 2024
Question

attempts to connect to the gateway

  • March 7, 2024
  • 2 replies
  • 1259 views

Good morning,
I am using an STM32 WL55JC1 starting from the end node example.
I am unable to figure out in the code how to set how long or how many tries it makes before it stops trying to connect to the gateawy.

Could you please point me to this information?

Thank you very much,
Roberto

2 replies

IngSerioAuthor
Associate III
March 12, 2024

Has anyone realized where they can manage this aspect?

 

Thank you,
Roberto

STTwo-32
Technical Moderator
March 29, 2024

Hello @IngSerio 

I suggest you take a look at the function on the joining context available on the lora_app.c of the LoRaWAN_End_Node example.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
IngSerioAuthor
Associate III
April 2, 2024

good morning, i have analyzed it but no solution to my question. i have reinserted a "forceRejoin" in case of connection failure but after a while anyway it stops trying.
If you could be more specific it would be helpful.

Thank u 

IngSerioAuthor
Associate III
April 2, 2024

@IngSerio wrote:

good morning, i have analyzed it but no solution to my question. i have reinserted a "forceRejoin" in case of connection failure but after a while anyway it stops trying.
If you could be more specific it would be helpful.

Thank u 


I stand corrected, the example I am starting from is.
"lorawan_end_node_FREERTOS" sorry for the inaccuracy

Roberto