-
Notifications
You must be signed in to change notification settings - Fork 2
Folders and Files
This file shows the logic numbering for the GPIO pins
This file shows the physical numbering of the GPIO pins
This file shows the CAD Drawing of the meter
The ttyAMA0 port on the raspberry pi is usually used for Bluetooth. Whereas the ttyS0 port is used for serial reading. The designations for these ports are switched. The reasoning for this switch is given in the set up and specifications section of the wiki
These files show the original configurations of the TTY serial ports and the changed configuration of the TTY serial ports
Avrdude is a program used for programming microcontrollers. We use Avrdude to program the atmel 328p. This file is a configuration file for Avrdude
this is the main program. This program continuously collects data from the serial port
This python file takes whatever data the serial port is transmitting and then proceeds to graph that data.