Attiny Over Serial Configuration: Difference between revisions
Jump to navigation
Jump to search
(Created page with " =Overview= RPICT board using Attiny microcontroller can be configured over serial using a utility written in python. Current version allows changes of * Output format (csv...") |
No edit summary |
||
Line 11: | Line 11: | ||
* Vcal (Voltage calibration value | * Vcal (Voltage calibration value | ||
* Vest (estimated voltage for power estimate) | * Vest (estimated voltage for power estimate) | ||
=RPICT Configuration tool= | |||
The configuration tool can be downloaded directly from teh raspberrypi: | |||
$ wget lechacal.com/RPICT/lcl-rpict-config.py |
Revision as of 18:06, 14 April 2017
Overview
RPICT board using Attiny microcontroller can be configured over serial using a utility written in python.
Current version allows changes of
- Output format (csv or Emoncms)
- Nodeid (emoncms only)
- Polling (polling interval of data)
- Ical (current calibration value)
- Vcal (Voltage calibration value
- Vest (estimated voltage for power estimate)
RPICT Configuration tool
The configuration tool can be downloaded directly from teh raspberrypi:
$ wget lechacal.com/RPICT/lcl-rpict-config.py