From 59643a8d520377321f8a441f2ef72186c154db82 Mon Sep 17 00:00:00 2001 From: jomjol <30766535+jomjol@users.noreply.github.com> Date: Sun, 21 Mar 2021 11:44:46 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d9e4e73..fc7fecaa 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ If you would like to support the developer with a cup of coffee you can do that ##### 6.4.0 Image Processing in Memory - (2021-03-20) * Additional alignment marks for settings the ROIs (analog and digit) +* Upgrade analog CNN to v7.0.0 (added new type of pointer) ##### 6.3.1 Image Processing in Memory - (2021-03-16) From f4075f0a51384d7c9384d127a77e10477f612a04 Mon Sep 17 00:00:00 2001 From: jomjol <30766535+jomjol@users.noreply.github.com> Date: Sun, 21 Mar 2021 12:39:28 +0100 Subject: [PATCH 2/5] Create FeatureRequest.md --- FeatureRequest.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 FeatureRequest.md diff --git a/FeatureRequest.md b/FeatureRequest.md new file mode 100644 index 00000000..997330e0 --- /dev/null +++ b/FeatureRequest.md @@ -0,0 +1,56 @@ +## Feature Requests + +**There are a lot of ideas for further improvements, but only limited capacity on side of the developer. **Therefore I have created this page as a collection of ideas. + +1. Who ever has a new idea can put it here, so it that it is not forgotten. +2. Who ever has time, capacity and passion to support, can take any of the ideas and implement them. + I will support and help where ever I can! + + + +#### #3 Allow grouping of digits to multiple reading values + +* https://github.com/jomjol/AI-on-the-edge-device/issues/123 + +Implementation of two different independent readouts in one setup + +To do: + +* Extend the configuration, setting and processing flow for two independend readouts + + +#### + +https://github.com/jomjol/AI-on-the-edge-device/issues/123 + + + +#### #2 MQTT-controll with callback +* https://github.com/jomjol/AI-on-the-edge-device/issues/105 + +Extend the MQTT client to also enable callbacks for configuration setting + +To do: + +* implement callback for receiving information and override `config.ini` settings + +* change configuration management to handle online updates (currently changes need a restart) + +* think about the startup, as there the default config is loaded + + + + + +#### #1 Optional GPIO for external flash/lighting + +* https://github.com/jomjol/AI-on-the-edge-device/issues/133 + +Implementation of an an extrnal flash / lightning through GPIOs. +* available GPIOs: 12 & 13 (currently in use for html switching) + +To do: + +* Implementation of a software module for external light source (e.g. WS8132 LED controller, ...) +* Update of the camera module to use the external light instead of the internal flash light +* Adopt the configuration algorithm with a configurable light source \ No newline at end of file From 3aaa31950507f80d2009731e2ab3921984bb7fc2 Mon Sep 17 00:00:00 2001 From: jomjol <30766535+jomjol@users.noreply.github.com> Date: Sun, 21 Mar 2021 12:45:03 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fc7fecaa..ca74aa4a 100644 --- a/README.md +++ b/README.md @@ -81,24 +81,25 @@ If you would like to support the developer with a cup of coffee you can do that * **Major change**: image processing fully in memory - no need of SD card buffer anymore * Need to limit camera resolution to VGA (due to memory limits) - * MQTT: Last Will Testament (LWT) implemented: "connection lost" in case of connection lost to `TopicError` - * Disabled `CheckDigitIncreaseConsistency` in default configuration - must now be explicit enabled if needed - * Update digital CNN to v7.2.1 (additional digital images trained) - * Setting of arbitrary time server in `config.ini` - * Option for fixed IP-, DNS-Settings in `wlan.ini` - * Increased stability (internal image and camera handling) - * Bug fixing: edit digits, handling PreValue, html-bugs +## Additional ideas + +There are some ideas and feature request, which are not followed currently - mainly due to capacity reasons on side of the developer. They are collected here: [FeatureRequests.md](FeatureRequests.md) + + + +------ + ## History ##### 5.0.0 Setup Modus - (2020-12-06) From 7d2f86b72ed24e4ac61e2f273b8a6151fd300df0 Mon Sep 17 00:00:00 2001 From: jomjol <30766535+jomjol@users.noreply.github.com> Date: Sun, 21 Mar 2021 12:45:52 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca74aa4a..d5788fff 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ If you would like to support the developer with a cup of coffee you can do that ## Additional ideas -There are some ideas and feature request, which are not followed currently - mainly due to capacity reasons on side of the developer. They are collected here: [FeatureRequests.md](FeatureRequests.md) +There are some ideas and feature request, which are not followed currently - mainly due to capacity reasons on side of the developer. They are collected here: [FeatureRequest.md](FeatureRequest.md) From 7a3038ecebc5e98045bc8aa7ed32d56040c5fc70 Mon Sep 17 00:00:00 2001 From: jomjol <30766535+jomjol@users.noreply.github.com> Date: Sun, 21 Mar 2021 12:49:23 +0100 Subject: [PATCH 5/5] Update FeatureRequest.md --- FeatureRequest.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/FeatureRequest.md b/FeatureRequest.md index 997330e0..ebfd6c06 100644 --- a/FeatureRequest.md +++ b/FeatureRequest.md @@ -3,10 +3,13 @@ **There are a lot of ideas for further improvements, but only limited capacity on side of the developer. **Therefore I have created this page as a collection of ideas. 1. Who ever has a new idea can put it here, so it that it is not forgotten. + 2. Who ever has time, capacity and passion to support, can take any of the ideas and implement them. I will support and help where ever I can! + + - +____ #### #3 Allow grouping of digits to multiple reading values @@ -25,6 +28,8 @@ https://github.com/jomjol/AI-on-the-edge-device/issues/123 +____ + #### #2 MQTT-controll with callback * https://github.com/jomjol/AI-on-the-edge-device/issues/105 @@ -38,9 +43,9 @@ To do: * think about the startup, as there the default config is loaded + - - +____ #### #1 Optional GPIO for external flash/lighting