diff --git a/README.md b/README.md index 86e117c..fa8c0fc 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ I started this project out of curiosity for how a motion sensor is working and s After 6 months of testing I believe this is working as planned. It give accurate readings same as the orginal iSpindel software. Version history +* v0.5 Added support for creating formula on device + bug fixes. * v0.4 First official version with 5+ brews on record. Lower priority @@ -127,11 +128,19 @@ http://192.168.1.1/firmware/gravmon/ Contents version.json ``` -{ "project":"gravmon", "version":"0.3.0" } +{ "project":"gravmon", "version":"0.5.0" } ```  +### Calibration page + +http://gravmon.local/calibration.htm + +The device page is used to enter gravity + angle/tilt into the device in order to create a formula. Data will be saved on the device and a formula will be checked against the entered numbers for accuracy. Support currently up to 5 values and the more readings the more accurate the formula will be. Its prefeered to use at least 3 values. + + + # Building a device See the iSpindle documentation for building a device. diff --git a/html/calibration.htm b/html/calibration.htm new file mode 100644 index 0000000..84d978b --- /dev/null +++ b/html/calibration.htm @@ -0,0 +1,243 @@ + + +
+ + + +