CircuitSetup / Split-Single-Phase-Energy-Meter

Split Single-phase Energy Meter
https://www.crowdsupply.com/circuitsetup/split-single-phase-energy-meter
MIT License
261 stars 57 forks source link

Voltage measurement under load? #63

Closed Cat-Ion closed 2 years ago

Cat-Ion commented 2 years ago

I saw that the AC voltage input is also used to power the board. Is that wise? From what I've seen, ESP32s can use on the order of 1W while doing stuff with the wifi, which will affect the transformer's output quite a bit, since those aren't regulated. You can probably alleviate that somewhat by getting a transformer with a higher rated current, but it seems wiser to just... not load the measured voltage?

CircuitSetup commented 2 years ago

This was the trade off for having one thing plugged into the wall. The esp32 uses about 400mA when broadcasting an AP. Luckily, this is usually only done when setting things up.

Regardless, charging the large capacitor puts a small dent in the voltage waveform. However, it doesn't effect it enough to change any readings in a significant way.