nicholas-gs / NV7-Battery-Monitoring-System

Nanyang Venture 7 battery temperature monitoring dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NV7 Battery Monitoring System

Monitor the thermistor array of the NV7 vehicle battery pack

Overview

Uses the PyQt5 library.

Program takes in serial data through the COM port. Change the following code in SerialHelper.py appropriately depending on COM port, baud rate and device.

    self.serArduino = serial.Serial("/dev/ttyACM0", 9600, timeout=1)     # Raspberry Pi
    self.ser = serial.Serial("COM4", 9600)                               # PC

Run main.py to run the program.

Screenshot

Capture

About

Nanyang Venture 7 battery temperature monitoring dashboard


Languages

Language:Python 99.8%Language:C++ 0.2%