Question
How to measure 3phase L-L 440 volt using STM32 ADC?
i want to build circuit that can measure AC voltage 0-600V AC using STM32 it there any sample
circuit and example code of it..
i have try some circuit ...
- 1) 0-400v ac --> stepdown transformer --> 0-15v ac --> dc --> resistor divider --> adc pin MCU but in this case bridge rectifier drop some voltage(0.7v) so it can not measure lower voltage
- 2) 0-400v ac --> stepdown transformer --> 0-15v ac --> resistor divider --> add dc offset --> ADC pin MCU but in this case result is not very accurate compare to multi meter voltage
so how can i do this...?