NUCLEO-L073RZ LoRa end node application
Hello. I'm working on a Lora project using the NUCLEO-L073RZ and the end-node application. I've a gateway that receives lora messages and transmits them to a network server. I've seen that the End node application sends periodically a lora message, (with a period of about ten seconds) and after about 6 minutes it stops to transmit. I can't understand how the application work and If I can unmount the timer server utility from the lora stack. My aim is to create an end node application that sends only when an interrupt arrives.
Thanks in advance for the help
#lora-nucleo-l073rz #lora #end-node-application