https://github.com/gavinlyonsrepo/max471_pvi_meter
Arduino voltage and current meter using the MAX471 sensor
https://github.com/gavinlyonsrepo/max471_pvi_meter
arduino arduino-project atmega328p current current-meter erm19264 lcd-display max471 meter nano uc1609 uc1609c uno voltage voltage-meter
Last synced: about 1 month ago
JSON representation
Arduino voltage and current meter using the MAX471 sensor
- Host: GitHub
- URL: https://github.com/gavinlyonsrepo/max471_pvi_meter
- Owner: gavinlyonsrepo
- License: gpl-3.0
- Created: 2021-12-31T16:58:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T10:13:01.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T23:46:40.794Z (over 1 year ago)
- Topics: arduino, arduino-project, atmega328p, current, current-meter, erm19264, lcd-display, max471, meter, nano, uc1609, uc1609c, uno, voltage, voltage-meter
- Language: C++
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Table of contents
---------------------------
* [Overview](#overview)
* [Libraries](#libraries)
* [Output](#output)
* [Schematic](#schematic)
Overview
--------------------
* Name : MAX471_VI_Meter
* Title : Arduino Project , Voltage and current meter based on MAX471 sensor
* Description :
1. An Arduino Nano uses a MAX471 current and voltage sensor to measure a Load
and displays output to an ERM19264 UC1609 LCD
2. Current reading range 0-3 A
3. Voltage reading range 3-25 V
4. ATmega328 battery internal reference voltage used for analog measurements
5. Output to LCD and serial monitor
* Author: Gavin Lyons
* Arduino IDE: 1.8.16
* Copyright: GNU GPL v3
Libraries
------------------------
Libraries used , both written by Author and on github.
1. [MAX471](https://github.com/gavinlyonsrepo/MAX471)
2. [ERM19264_UC1609]( https://github.com/gavinlyonsrepo/ERM19264_UC1609)
Notes:
When using the LCD library fonts 1-3 must be enabled in font file and multi-buffer mode
selected. re MAX471 library, If deciding to use a different IC not based on ATmega328p the Vref would have to changed from VCC_BAT in constructor.
Output
--------------------------

Schematic
-------------------------------
