diff --git a/README.md b/README.md index 28d90878..2851f9ab 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# AI-on-the-edge-device \ No newline at end of file +# AI-on-the-edge-device + +This is an example of Artificial Intelligence (AI) calculations on a very cheap hardware. + +Details can be found on the Wiki pages. + +## Changelog - lastest version + +##### 0.1.0 (2020-08-07) + +* Inital Version + + + +## Know-Bugs + +* spontaneous reboot, especially in case of intensive web server access \ No newline at end of file diff --git a/firmware/bootloader.bin b/firmware/bootloader.bin index 727b1b0e..c4a46c65 100644 Binary files a/firmware/bootloader.bin and b/firmware/bootloader.bin differ diff --git a/firmware/firmware.bin b/firmware/firmware.bin index 9292fe67..6fd0e145 100644 Binary files a/firmware/firmware.bin and b/firmware/firmware.bin differ diff --git a/firmware/partitions.bin b/firmware/partitions.bin index ae86b635..31d08b2f 100644 Binary files a/firmware/partitions.bin and b/firmware/partitions.bin differ diff --git a/images/Flash_Settings.png b/images/Flash_Settings.png index 1908620a..ef6e418f 100644 Binary files a/images/Flash_Settings.png and b/images/Flash_Settings.png differ diff --git a/sd-card/config/analog.tfl b/sd-card/config/ana0622.tfl similarity index 100% rename from sd-card/config/analog.tfl rename to sd-card/config/ana0622.tfl diff --git a/sd-card/config/config.ini b/sd-card/config/config.ini index ef164d35..8e18577c 100644 --- a/sd-card/config/config.ini +++ b/sd-card/config/config.ini @@ -12,7 +12,7 @@ SearchFieldX = 20 SearchFieldY = 20 [Digits] -Model=/config/digits.tfl +Model=/config/dig0622.tfl ModelInputSize 20, 32 LogImageLocation = /log/digit digit1, 291, 97, 37, 67 @@ -20,7 +20,7 @@ digit2, 344, 97, 37, 67 digit3, 394, 97, 37, 67 [Analog] -Model=/config/analog.tfl +Model=/config/ana0622.tfl ModelInputSize 32, 32 LogImageLocation = /log/analog analog1, 433, 207, 99, 99 @@ -35,8 +35,9 @@ AllowNegativeRates = False MaxRateValue = 0.1 ErrorMessage = True + [AutoTimer] -AutoStart= true +AutoStart= True Intervall = 4.85 [Ende] \ No newline at end of file diff --git a/sd-card/config/digits.tfl b/sd-card/config/dig0622.tfl similarity index 100% rename from sd-card/config/digits.tfl rename to sd-card/config/dig0622.tfl diff --git a/sd-card/html/index.html b/sd-card/html/index.html new file mode 100644 index 00000000..0d742660 --- /dev/null +++ b/sd-card/html/index.html @@ -0,0 +1,127 @@ + + jomjol - AI on the edge + + + + + + + +

AI on the edge - an integrated water meter example

+ + +

+ +

+ +
+ + + + + + \ No newline at end of file diff --git a/sd-card/html/ota_page.html b/sd-card/html/ota_page.html new file mode 100644 index 00000000..578a0641 --- /dev/null +++ b/sd-card/html/ota_page.html @@ -0,0 +1,129 @@ + + jomjol - AI on the edge + + + + + + + + + + + +
+ + + + + + + + + + +
+ + + +
+ + + + + +
+
+ +
+ + + + + \ No newline at end of file diff --git a/sd-card/html/prevalue_set.html b/sd-card/html/prevalue_set.html new file mode 100644 index 00000000..72f22251 --- /dev/null +++ b/sd-card/html/prevalue_set.html @@ -0,0 +1,43 @@ + + jomjol - AI on the edge + + + + + + + + + Current Value:

+ +

+ + Input (Format = 123.456):

+ PreValue: + + +

+ + Result:

+ +

+ +
+ + + + \ No newline at end of file diff --git a/sd-card/html/reboot_page.html b/sd-card/html/reboot_page.html new file mode 100644 index 00000000..b78df68a --- /dev/null +++ b/sd-card/html/reboot_page.html @@ -0,0 +1,34 @@ + + jomjol - AI on the edge + + + + + + + + + + +
+ +
+ + + + + \ No newline at end of file diff --git a/sd-card/html/upload_script.html b/sd-card/html/upload_script.html new file mode 100644 index 00000000..758cbf76 --- /dev/null +++ b/sd-card/html/upload_script.html @@ -0,0 +1,101 @@ + + + + +
+

ESP32 File Server

+
+ + + + + + + + + + + + +
+ + + +
+ + + + + +
+
+ diff --git a/sd-card/html/wasserzaehler_roi.html b/sd-card/html/wasserzaehler_roi.html new file mode 100644 index 00000000..25182c6c --- /dev/null +++ b/sd-card/html/wasserzaehler_roi.html @@ -0,0 +1,99 @@ + + jomjol - AI on the edge + + + + + + + + + + + + +
ROI-Image + + + Raw Value:

+ +

+ + Corrected Value:

+ +

+
+
+ + \ No newline at end of file