2024-04-03 07:48 AM
Would appreciate pointer and insignt on learning how to do battery minimum energy LoRa on (a) half a dozen of sleep modes (b) example sequencer C coding with power saving (c) reading list on application/tech notes, etc. TIA
Solved! Go to Solution.
2024-04-26 10:11 AM
Hello @David_
For the best Electriques performance on the LoRa communication, I suggest you as i've done before to test the same behavior modifying the parameters and implementing the best Low power mode depending on your needs.
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.
2024-04-26 10:11 AM
Hello @David_
For the best Electriques performance on the LoRa communication, I suggest you as i've done before to test the same behavior modifying the parameters and implementing the best Low power mode depending on your needs.
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.
2024-04-26 11:10 AM
for (a), STOP2 with RTC mode look promising on STM32WLE5JC. RTC, interrupt can wake the MCU. (b) From replies in this forum, Sequencer is documented in more words in WB (bluetooth) than WL (Lora) (same function, just less word description).