Update README.md

This commit is contained in:
Kris-Sekula 2017-03-10 11:53:09 +00:00 committed by GitHub
parent 07137df660
commit 7d78426a06
1 changed files with 7 additions and 0 deletions

View File

@ -37,3 +37,10 @@ Here is where you can source the HW from:
The code that controls the gadget is written in python and the main monitoring script (monitor.py) is called on boot of the raspberry pi. I'm not a python guru so don't expect amazing code :) It's a good starting point for experiments with the API built into ACI.
Full instructions on how to setup from blank image are included in setup_pi_monitor file
### New Features.
#### IP address display.
The code now includes ability to display the ip address(es) of the raspberry pi during boot. For now this is done in binary, so you will need to decode, see the picture below:
![alt text](https://github.com/Kris-Sekula/ACI-Health/blob/master/Scores_IP.png "What is my IP?")