Close

Weather Station schematics

A project log for Long Range Weather Station (65€)

A cheap but precise Weather Station (Lora transmission)

jp-gleyzesJP Gleyzes 06/24/2023 at 07:550 Comments

The trickiest part of this electronics is the power management...

The first schematics was quite simple:

And here came the first problems... This Mosfet was working rather well and, as expected,  allowed to switch off most of the sensors during deepSleep.

But, when switching On, the current flow added to the ESP32's voltage regulator was too high (from time to time) for this weak voltage reg ... VCC and 3.3V dropped and ESP32 started to stall (best case) and even to reboot in worst conditions.

Looking at the ESP32 lolin board schematics I found the culprit : ME6211C33M5G regulator is limited to 500mA output current...

So I had to modify a little the board to add a second voltage regulator which will be used only for powering the sensors.

The idea was to keep a ME6211 to take benefit of the "Enable" pin of this chip. So that it would replace the P-Mosfet of the first schematics and allow to "deepSleep" the sensors.

R7 resistor acts to pull down the enable pin, when PWR signal is floating (ESP32 into deepsleep) then the VREG1 chip is off. When PWR pin is at "high" state then the VREG1 outputs 3.3V --> nice !

This has been tested on the first version of my PCb's after a quick and dirty patch...

This patch has proven to work. But the V1 PCB was now "ugly"... So I asked PCBWay to help me once more !

And here is the final schematics:

The rest of this schematics is self explainatory and is the same between V1 and V2. However you should be careful with the following details:

Discussions