LR1110MB1XXS with STM32L476, sleep mode settings #1572
Replies: 3 comments 8 replies
-
My main function looks like this after I deleted the portion of interfacing the Accelerometer and GPS
In function |
Beta Was this translation helpful? Give feedback.
-
Is is hard to help you figure out why such high power consumption is observed. There are multiple reasons to have such behaviors. The only thing we can do is to provide some clues on what you should look at. Things to verify related to your custom board:
Debugging why one observes a higher power consumption than expected is a hard task and very time consuming. In the future it would be nice if you could post this kind of questions on the project Discussions tab. It is a better place to engage discussions and then we can agree if it is an issue or not. |
Beta Was this translation helpful? Give feedback.
-
@mluis1 I am still unable to figure out the problem, now I am only testing the sleep functionality with the LoRaWAN code all commented
My BoardInitMcu function looks like the below
The program blinks LED once and goes to sleep forever, I want to know which part of the code is handling the wakeup from sleep using RTC. Is there any relation of macro |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I am using a custom board for a LoRaWAN-based solution and using this stack for the development.
I'm using the below settings.
I have included a GPS over UART in the project and used some GPIOs for LEDs and Buzzer. I am using AWS IoT Core for Uplink/Downlinks which is working perfectly fine. Periodic time for sending uplink is 1min.
My system is not going into sleep mode or any low-power mode using the default while(1) loop.
I am measuring the current using a power profiler and the system current is around 50-60mA, I am unable to go into any sleep mode.
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions