2022-04-11 09:50 AM
In STM\STM32Cube_FW_WL_V1.2.0\Projects\NUCLEO-WL55JC\Applications\LoRaWAN\LoRaWAN_End_Node\LoRaWAN I cannot find an explanation for the NUCLEO-WL55C1 LEDS GREEN, BLUE, RED meanings. In lora_app.c I found: AppLedStateOn = appData->Buffer[0] & 0x01; that toggles the RED LED There is nothing in the DOCS, README, PDF files and the source is not commented to the programmers intentions, must be real obvious but I'm missing it.
Solved! Go to Solution.
2022-04-14 03:37 AM
Hello KevinA,
I have also was not able to find it in the documentation, but I think there is nothing complicated and maybe that is the reason why is not anywhere described. All changes to the LED in this project are in lora_app.c file. I will try to summarize the functioning of the led for you:
So after joining the network the RED led stops blinking a is reset or set depending an received data and blue/green blinking is signalizing receiving/sending frames.
Please click on Select as Best if my reply answered your question. This will help other users with the same problem to find the solution faster!
2022-04-14 03:37 AM
Hello KevinA,
I have also was not able to find it in the documentation, but I think there is nothing complicated and maybe that is the reason why is not anywhere described. All changes to the LED in this project are in lora_app.c file. I will try to summarize the functioning of the led for you:
So after joining the network the RED led stops blinking a is reset or set depending an received data and blue/green blinking is signalizing receiving/sending frames.
Please click on Select as Best if my reply answered your question. This will help other users with the same problem to find the solution faster!