Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 851 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 851 Bytes

Solar Tracer

CodeQL

Simple Java GUI application to log solar data from the "EPsolar Tracer 1215RN MPPT Solar Battery Charge Controller" using an arduino device to recieve serial data. The application uses a SQLite backend to store all data at a default rate of once per second. This software, gathers information from an arduino board using the arduino script found under... solartracer/src/main/resources/tracer.ino and aggrigates the data to an SQLite database and updates some visual graphs.

See Wiki for more information.