Full Arduino Mini LoraWAN below 1uA Sleep Mode

And the higher consumption is ?

I can’t reach 1.3µA either, I get at most 0.7µA…

:roll_eyes:

1 Like

“Allows to power” yes, but this thread is about ultra low power (titled “… below 1uA Sleep Mode”). Keeping the LED operational and keeping the voltage regulator in place will still eat current from your power budget unnecessarily. The power LED being the most worse (in mA range), but the voltage regulator will also draw quescent/leakage current which can easily take 6 uA up to tens of uA (depending on the type of regulator used).

Thank you for this answer, to be more precise my question is about the RFM95 module not the arduino part. this is the one consuming the uA I’m trying to save.

Please share when you find it. :slightly_smiling_face:

I’m actually 75uA

So the RFM95 is using 75uA when the MCU is in deep sleep (current for the Arduino board not included)?
What current does your Arduino board draw in deep sleep (RFM95 not included)?

What board(s) are you using?

I recall some older post about deep sleep and using external pull-up resistors for (part? of) the RFM95’s interface lines to prevent them from floating during deep sleep (the floating caused additional current draw on the MCU or RFM95). But cannot find it back and do not remember if this was related to AVR (ATmega328xxx) and it may as well have been related to STM32 (blue pill board) instead.

And your sure its the RFM95, as in when the board is in deep sleep and you remove the RFM95 the 75uA dissapears ?

There are issues with the ESP32, when in deep sleep some of the IO pins are disconnected and float, which does increase sleep current of the LoRa device.

An ATMega 328/1284 keeps the pins active in deep sleep and no additional pullups are needed. Although a pullup on the NSS pin is always a good idea.

With the LoRa device configured for sleep mode, current is normally circa 0.1uA, data sheet quotes 0.2uA typical to 1uA max.

Ok, thanks. So that was related to ESP32 after all.

Yep.

I would add, and this applies to ATMega boards too, it can be very difficult indeed to troubleshoot high sleep current on a finished design.

Far far better to start with bare bones devices on a breadboard so that when you add stuff, such as a regulator or LoRa device, you can see exactly what affect adding a component does have on sleep current.

Yes, that is so true.

Putting a ‘bare’ (3.3V) ATmega, ESP8266 or STM32 on a breadboard is doable (although for ESP8266 there are very few options) because there are rather basic boards available for these MCU’s that are breadboard friendly and require only the voltage regulator and one or more LED’s to be removed for low power / reliable measurements.

For ESP32 I still have not been able to find a suitable board that is breadboard friendly and does not have a USB to serial chip and not have battery charging support integrated on the board.
For boards that have USB to serial and battery charging support integrated, these components are (very) difficult to remove and often require a microscope to do the job.

  • For (3.3V) ATmega328 an Arduino Pro Mini is the most practical.
  • For STM32 a basic ‘blue pill’ board (STM32F103C8) can be used.
  • For ESP8266 there are very few options (such boards) available. I use this one: ESP8266 SMD Adapter Board R2 [version] - ElectroDragon
    (it’s voltage regulator has a quescent current of up to 90uA so worth removing for low power).
  • For ESP32 I have not found any similar option which fits a normal breadboard (and which has pull-ups/downs and 2 switches required for normal operation already included).
1 Like

That is a real nice charger with an informative display. In addition to Liitokala Lii-402 the Folomov-A4 also has 250mA and 3A charging modes and it can charge 4 cells with 2A at the same time (and costs almost 3 times as much).
Good reviews of the LiFeSO4 suitable A4 and Lii-402 chargers:
Folomov-A4: Review of Charger Folomov A4
Liitokala Lii-402: Review of Charger LiitoKala Lii-402

1 Like

I did one, PM sent.

I will add the details in the ESP32 thread if you think there is a general interest. Its a DIY, but not many components.

Nice, thanks. See my PM response.

There nothing more than a ATMEGA328P and a RFM95. I unfortunately can’t remove it as it is soldered on the board (LoRa Radio Node)

Can you provide a picture of the actual board ?

Maybe this one:

1 Like

Nice, thanks!

Unfortunately a schematic diagram for what is on the board seems not (yet) available.

you can find the board here : https://www.tindie.com/products/IOTMCU/lora-radio-node-v10/ version 868mhz.
Before you ask, the DCDC converter is not the reason. I also make measure on the 3.3V directly with a 3.3V source.