Offgrid Battery Monitor
Zakary Timson
a2f50f0a24
Some checks failed
Build Website / Build NPM Project (push) Failing after 21s
|
||
---|---|---|
.github/workflows | ||
battery | ||
pictures | ||
website | ||
.gitignore | ||
LICENSE | ||
README.md |
Table of Contents
About
After obtaining 4 Tesla battery modules, I was contracted to build a device to record battery voltages & temperatures. This was accomplished using some custom circutry and an arduino. These input values were then read by a Raspberry Pi & published to a web UI for remote viewing.
Later on the arduino was removed and the raspberry pi was directly interfaced with an upgraded Battery Charging Module which was able to read values directly from the batteries onboard computer.
The code is split into two pieces:
- Website for viewing data
- Arduino & Raspberry Pi code to collect & publish battery data
Built With
Setup
Development
Prerequisites
Instructions
- Install the dependencies:
npm install
- Start the Angular server:
npm run start
- Open http://localhost:4200
License
Copyright © 2023 Zakary Timson | All Rights Reserved
See the license for more information.