SOFTWARE
Software for this project will be in two parts: PIC Software and PC Software.
PIC
PIC software will read from the A-D Converters, convert the voltage and current readings to Power.
PIC will also count revolutions of the wheel & direction of travel. From this total mileage, minutes run and running speed will be calculated.
PIC will store the data to an EEPROM or SD Card.
When the PC is available, the PIC will communicate the readings to the PC.
PC
Software on the PC will do the majority of the work. Data will be read from the PIC and stored to a data file.
The PC will calculate a hourly, daily, weekly, monthly and yearly total, as well as creating a graph of each period.
The PC will create web pages using the Graphs it has created, and upload them to this website via FTP.