Hello everyone,
I am currently working on a MangOH Yellow connected to Octave using the Orange LTE network in France. I am trying to lower the power consumption as much as possible
I measured the current consumption of the board for several use cases. The lowest configurations I found are the 2 presented below.
Configuration 1
For this configuration, I did the following:
- Disable all Edge Actions
- Disable all sensors (Location, IMU, Battery state, Light)
- Disable Developer Mode
- Disable “Heartbeat on empty”
- Disconnect the 2 USB ports of the MangOH
- Use LTE with the following command on the mangOH:
$ cm radio rat LTE
The results look like this:
Average current consumption is 147 mA with ~240 mA spikes.
If I zoom on this graph, I can see the consumption profile more clearly:
A 240 mA spike appears every 1.28 seconds (which corresponds to a normal paging cycle for LTE without PSM, according to this website).
As you can see, the device alternates between an activity period (~200 mA) and the floor level (125 mA) with a periodicity of ~2 seconds.
I suspect this is caused by the action manager of the mangOH, but I am not sure about that.
Configuration 2
For this configuration, I did the following:
- Disable all Edge Actions
- Disable all sensors (Location, IMU, Battery state, Light)
- Disable Developer Mode
- Disable “Heartbeat on empty”
- Disconnect the 2 USB ports of the MangOH
- Disable LTE and GSM connection using this command on the board:
$ cm radio off
The results look like this:
Average current consumption is 130 mA with ~160 mA spikes.
I don’t know what the 2 big spikes of 220 mA (appearing at 1 min and at the very end) corresponds to, as the board was not supposed to send anything to Octave. If anyone has a clue about this, I’m interested.
Again, if I zoom on the profile I get this:
The floor level went down to 118 mA, and as we could expect the periodic spikes are gone as radio communication is disabled.
The device still alternates between an activity period (~140 mA) and the floor level (125 mA) with a periodicity of ~2 seconds.
However, the power consumption is still very high, that is why I am asking the following questions:
- Q1 : Is there a way to get the power consumption any lower using Octave ?
- Q2 : Can I manage to use the LTE-M rather then the LTE to benefit from PSM ? (Knowing that I am using the Orange network in France)
- Q3 : What is your target power on mangOH Yellow + Octave ?
I Hope someone can help me with this.
Have a good day !