dc-voltage-measurement

There are 2 repositories under dc-voltage-measurement topic.

  • aviantotiyo/PZEM017

    This project demonstrates how to read sensor data from a PZEM-017 power meter using an Arduino Mega. The data includes voltage, current, power, and energy measurements, which are displayed on an I2C LCD screen and sent to the Serial Monitor.

    Language:C++00
  • usmana5809/Aurdino-Volt-LCD

    This Arduino project involves measuring both AC and DC voltages using the ZMPT101B voltage sensor and an analog pin, respectively. The AC voltage is read from the ZMPT101B sensor connected to pin A0, while the DC voltage is read from an analog pin (A1). The measured values are displayed on a 16x2 LCD screen with I2C communication and printed via Se

    Language:C++0100