https://github.com/cnobile2012/voltagecurrentmeter
A TFT circuit for displaying voltage and current.
https://github.com/cnobile2012/voltagecurrentmeter
Last synced: 3 months ago
JSON representation
A TFT circuit for displaying voltage and current.
- Host: GitHub
- URL: https://github.com/cnobile2012/voltagecurrentmeter
- Owner: cnobile2012
- License: mit
- Created: 2021-09-12T21:39:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T18:51:33.000Z (over 3 years ago)
- Last Synced: 2024-12-27T22:56:00.282Z (5 months ago)
- Language: C
- Size: 1 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
*********************
Voltage Current Meter
*********************
The MIT License (MIT)A circuit to show voltage and current on a TFT display. Parts can be added
using a small array of mounting holes on the board, plus two daughter boards
can be plugged into female connectors. There is an on board 5V to 3.3V
regulator which powers all components.=====
KiCAD
=====KiCAD files of the schematic and PCB.
==================
Setup Instructions
==================1. J1 - J8 are JST 1.5mm 3-pin connectors and are for the analog inputs or
outputs of the 74HC4051 (8-Channel Analog Multiplexer/Demultiplexer).
2. J9 is a screw terminal block for the circuits supply voltage.
3. J10 is the Power Jumper. It allows the use of 5V on J9 or routes the
V-IN on J9 to a daughter board which can convert the voltage on J9 to 5V.
4. J11 is a 4 pin standard female socket for the optional Daughter Board 1.
This board can be used for external circuitry to convert any voltage to
the 5 volts needed by the 3.3V regulator.
5. J12 is a 12 pin standard female socket that provides the 2nd daughter
board with all the control pins from the 74HC4051. It also provides the
two pins not used on the Seeeduino XIAO plus ground and 3.3V power.==============
PCBs Version 1
=======================
Schematic
=========.. image:: images/VoltageCurrentMeter-V1.0.png
:width: 800
:alt: Schematic================
Arduino Sketches
================Below are the sketches that use this board.
--------------
BatteryCharger
--------------This sketch displays the set voltage and current limited values and the actual
values while charging Li-Ion batteries. The charging voltage is adjustable to
12.6V (3 cells), 16.8V (4 cells), or 21.0V (5 cells) depending on the number of
cells. The default current is limited to 1250mA or can be set to adjustable
using a potentiometer.Feel free to contact me at: carl dot nobile at gmail.com