From 62a2d567b111684bde2331ef5bee28ea9a32156f Mon Sep 17 00:00:00 2001 From: Christopher Mendez <49886387+mcmchris@users.noreply.github.com> Date: Thu, 3 Nov 2022 11:14:54 -0400 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e05150..3db18e2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -# mcm-grove-voltage-sensor +# MCM AC Voltage Sensor AC analog voltage sensor module for energy monitoring. + +### Designed to work with this Grove AC Voltage Sensor: + + + +### Features: +- Adjustable gain to avoid ADC saturation. +- Supports 120 VAC or 240 VAC (or any value below that). +- Manual calibration for custom adjustments. +- Power supply range: 3.3v - 5v + +## Works with: + +- Arduino Boards. +- ESP32 boards. +- Wio Terminal Dev Board. +- Easy to adapt to any other architecture.