CaCO3
|
304b9e0c32
|
Merge branch 'rolling' (#1559)
* Fix for securing wlan.ini (#1509)
* Fix for securing wlan.ini
* Fixing error with ' instead of "
* Changing to errorcode 403
* maybe strcmp instead of regular ==
Co-authored-by: Pär Hedberg <par.hedberg@nordicmedtest.se>
* Update Web-Installer
* solves #1530 (#1531)
* Refactor JSON (#1518)
* use correct log level
* corrected logging
* typo
* refactored JSON generagion: removed unused parameters, consolidated into singel function, added "pre"
* Wrapped 'rate' into double quotes, like all other JSON values
Co-authored-by: CaCO3 <caco@ruinelli.ch>
* Various corrections (#1519)
* use correct log level
* corrected logging
* typo
* add release to webinstaller
* changed logs, added INFO log of raw, value, error
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch>
* Prevent auto restart on cam framebuffer init error (#1522)
* use correct log level
* revert autorestart on camera framebuffer init error
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch>
* #1524 - ensure the recognized digit is less than 10 (#1525)
* fix kernel panic (vector out of range) in getReadoutRawString
* fix key of caches
* fix key of caches
* fix key caches
* fix cache keys
* fix cache keys
* move set variables to top
* debug
* fix key
* testing
* try fix changelog
* test
* Update Changelog.md for release
* Revert "Update Changelog.md for release"
This reverts commit 4f51ec7962.
* remove testing
* fix release creation
* testing
* Update Changelog.md for release
* test
* Revert "Merge branch 'master' of https://github.com/haverland/AI-on-the-edge-device"
This reverts commit f68695a4c0, reversing
changes made to a096cf7182.
* Revert "test"
This reverts commit a096cf7182.
* revert testing
* #1524 - ensure the result of ZeigerEvalHybridNeu is <10
* Fix late digit transition #1503
Co-authored-by: github-actions <github-actions@github.com>
* fix frozen time in datafile on error (#1534)
Co-authored-by: CaCO3 <caco@ruinelli.ch>
* log NTP server name (#1497)
* log NTP server name
* .
* .
* replace calls to /wasserzaehler.html with calls to /value (#1469)
Co-authored-by: CaCO3 <caco@ruinelli.ch>
* Fix cookie usage, use correct http response codes, add 404 page (#1495)
* replaced some HTTP response code with better matching codes
* add custom 404 page, add log entry for debugging
* fix cookie
* replace non-necessary whitespace
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch>
* Don't autofail if NTP server can't be reached during initalization (#1498)
This fixes an issue with a restricted network without internet access,
where the hardcoded ntp server can't be reached and thus the esp resets,
as it's not able to finish initalization.
* Update Changelog.md
* Update Changelog.md for release
* Fix for securing wlan.ini (#1509)
* Fix for securing wlan.ini
* Fixing error with ' instead of "
* Changing to errorcode 403
* maybe strcmp instead of regular ==
Co-authored-by: Pär Hedberg <par.hedberg@nordicmedtest.se>
* Update Web-Installer
* solves #1530 (#1531)
* Refactor JSON (#1518)
* use correct log level
* corrected logging
* typo
* refactored JSON generagion: removed unused parameters, consolidated into singel function, added "pre"
* Wrapped 'rate' into double quotes, like all other JSON values
Co-authored-by: CaCO3 <caco@ruinelli.ch>
* Various corrections (#1519)
* use correct log level
* corrected logging
* typo
* add release to webinstaller
* changed logs, added INFO log of raw, value, error
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch>
* Prevent auto restart on cam framebuffer init error (#1522)
* use correct log level
* revert autorestart on camera framebuffer init error
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch>
* #1524 - ensure the recognized digit is less than 10 (#1525)
* fix kernel panic (vector out of range) in getReadoutRawString
* fix key of caches
* fix key of caches
* fix key caches
* fix cache keys
* fix cache keys
* move set variables to top
* debug
* fix key
* testing
* try fix changelog
* test
* Update Changelog.md for release
* Revert "Update Changelog.md for release"
This reverts commit 4f51ec7962.
* remove testing
* fix release creation
* testing
* Update Changelog.md for release
* test
* Revert "Merge branch 'master' of https://github.com/haverland/AI-on-the-edge-device"
This reverts commit f68695a4c0, reversing
changes made to a096cf7182.
* Revert "test"
This reverts commit a096cf7182.
* revert testing
* #1524 - ensure the result of ZeigerEvalHybridNeu is <10
* Fix late digit transition #1503
Co-authored-by: github-actions <github-actions@github.com>
* only use sntp_getservername() after init sntp
* set default NTP server on dnew installations
Co-authored-by: CaCO3 <caco@ruinelli.ch>
Co-authored-by: Ralf Rachinger <git@ralfrachinger.de>
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: parhedberg <par.hedberg@gmail.com>
Co-authored-by: Pär Hedberg <par.hedberg@nordicmedtest.se>
Co-authored-by: Christopher Fenner <9592452+CFenner@users.noreply.github.com>
Co-authored-by: Frank Haverland <fspapaping@googlemail.com>
* Renamed variables and added debug log (#1537)
* add debug logs
* renamed variables
* renamed TAGs, added flow status logging
* .
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch>
* replaced printf usage in LogFile.WriteToFile()
* ENABLE_MQTT c++ macro definition (#1546)
* macro
* 2
* 2
* delete jomjol_mqtt from CMakeLists
* mqtt macro
* final
* ENABLE_INFLUXDB c++ macro definition (#1547)
* macro
* 2
* 2
* delete jomjol_mqtt from CMakeLists
* mqtt macro
* final
* ENABLE_INFLUXDB c++ macro definition
* Update Changelog.md
Co-authored-by: parhedberg <par.hedberg@gmail.com>
Co-authored-by: Pär Hedberg <par.hedberg@nordicmedtest.se>
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com>
Co-authored-by: Christopher Fenner <9592452+CFenner@users.noreply.github.com>
Co-authored-by: CaCO3 <caco@ruinelli.ch>
Co-authored-by: Frank Haverland <fspapaping@googlemail.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Ralf Rachinger <git@ralfrachinger.de>
Co-authored-by: Nicolas Liaudat <nliaudat@users.noreply.github.com>
|
2022-12-11 23:34:38 +01:00 |
|
jomjol
|
2707e8c9f4
|
Update tflite
|
2022-11-24 18:42:31 +01:00 |
|
Slider0007
|
66be09c98e
|
Add parameter to disable write data log (#1382)
|
2022-11-20 17:44:42 +01:00 |
|
jomjol
|
a53188e697
|
Update tflite, Readme.md
|
2022-11-18 21:46:22 +01:00 |
|
CaCO3
|
dd28859a9f
|
Updated setup mode (#1370)
* update config
* delete unused file
* added notes about not-needed reboot, added links to wiki and discussions
Co-authored-by: CaCO3 <caco@ruinelli.ch>
|
2022-11-18 06:54:19 +01:00 |
|
jomjol
|
9b8594c040
|
Change data to csv, harmonize REST API editflow
|
2022-11-05 19:56:09 +01:00 |
|
Frank Haverland
|
80cf89c9d5
|
added new version of dig-class100 (new heliowatt images)
|
2022-10-27 21:02:55 +02:00 |
|
Frank Haverland
|
be8598bcaa
|
read and save config for AnalogDigitalTransitionStart
|
2022-10-17 21:36:11 +02:00 |
|
jomjol
|
bb924531ef
|
v12.0.0
|
2022-09-29 19:07:18 +02:00 |
|
Frank Haverland
|
127135e1cb
|
new versions of dig-class100 and ana-class100
- new images and retraining
|
2022-09-03 16:54:08 +02:00 |
|
jomjol
|
5a31543538
|
Merge branch 'pr/952' into rolling
|
2022-08-31 19:58:04 +02:00 |
|
jomjol
|
c9b7a5f84c
|
v11.2.0
|
2022-08-28 19:52:51 +02:00 |
|
Anthony
|
29ae8cfa7f
|
updated config for CCW param, and roi to top aligm image when multiple number readings.
|
2022-08-27 18:50:11 -04:00 |
|
Frank Haverland
|
0d168f3445
|
Merge branch 'jomjol:rolling' into rolling
|
2022-08-13 15:38:57 +02:00 |
|
Frank Haverland
|
073e04a3cc
|
fix naming of models and new versions
|
2022-08-13 15:37:04 +02:00 |
|
jomjol
|
bfe8d3b37a
|
v11.0.0
|
2022-08-13 14:20:40 +02:00 |
|
Frank Haverland
|
b6341992f6
|
Version 1.0 of digital and analog categorical models
|
2022-07-16 21:29:56 +02:00 |
|
jomjol
|
5783e0f182
|
Rolling 20220107
|
2022-07-01 07:27:26 +02:00 |
|
jomjol
|
8939167a39
|
Rolling 20220618_v3
|
2022-06-18 16:01:25 +02:00 |
|
jomjol
|
dfeac0cb7f
|
Rolling 20220609
|
2022-06-09 21:16:05 +02:00 |
|
jomjol
|
cce812ff11
|
Rolling 20220417
|
2022-04-17 21:51:26 +02:00 |
|
jomjol
|
379f4585e3
|
Rolling 20220211
|
2022-02-11 21:38:40 +01:00 |
|
jomjol
|
11c33f81dd
|
Rolling 20220206
|
2022-02-06 19:50:47 +01:00 |
|
jomjol
|
887c704f63
|
Rolling 20220127
|
2022-01-27 21:43:54 +01:00 |
|
jomjol
|
3a4b11e4b3
|
v10.2.0
|
2022-01-14 21:03:38 +01:00 |
|
jomjol
|
24b46158de
|
v10.1.0
|
2022-01-09 09:43:22 +01:00 |
|
jomjol
|
63d336ba28
|
Rolling 20220104
|
2022-01-04 21:17:20 +01:00 |
|
jomjol
|
8dd3a92671
|
Rolling 20220103
|
2022-01-03 17:32:01 +01:00 |
|
jomjol
|
3b44adb6fa
|
Rolling 20211128
|
2021-11-28 09:09:24 +01:00 |
|
jomjol
|
58124d27bf
|
Rolling 2021-11-23
|
2021-11-23 17:57:07 +01:00 |
|
jomjol
|
020e93bca2
|
v9.0.0
|
2021-10-23 16:31:55 +02:00 |
|
jomjol
|
d0bf12f3d4
|
v8.5.0
|
2021-10-07 07:16:46 +02:00 |
|
jomjol
|
f15e5f060a
|
v8.4.0
|
2021-09-23 18:43:53 +02:00 |
|
jomjol
|
1e6eddca04
|
Rolling 20210913
|
2021-09-13 20:05:54 +02:00 |
|
jomjol
|
dd995ec28a
|
Rolling 20210910
|
2021-09-10 09:26:52 +02:00 |
|
jomjol
|
f6b1a41a0b
|
v12.0.0
|
2021-08-12 07:20:58 +02:00 |
|
jomjol
|
1bcaf09855
|
v8.0.4
|
2021-07-29 20:14:36 +02:00 |
|
jomjol
|
136186a526
|
rolling 20210713 BETA v8.0.0
|
2021-07-13 21:41:17 +02:00 |
|
jomjol
|
1f6b02a671
|
Rolling 20210712
|
2021-07-12 22:06:32 +02:00 |
|
jomjol
|
76a0518d52
|
Rolling 20210721 BugFix
|
2021-07-11 23:47:24 +02:00 |
|
Zwer2k
|
a7ced407f8
|
Update README.md
improve case if gpio is disabled
remove /test html route
|
2021-07-11 13:56:37 +02:00 |
|
Zwer2k
|
45a1e137d1
|
Merge branch 'rolling' of https://github.com/jomjol/AI-on-the-edge-device into rolling
|
2021-07-11 11:24:26 +02:00 |
|
Zwer2k
|
749fc6699c
|
Merge remote-tracking branch 'origin/gpio-handler' into rolling
|
2021-07-08 21:54:44 +02:00 |
|
jomjol
|
d7bb147a23
|
Rolling 20210708
|
2021-07-08 21:45:33 +02:00 |
|
jomjol
|
08b0b254f2
|
rolling 20210707
|
2021-07-07 21:57:59 +02:00 |
|
Zwer2k
|
7944ab329d
|
litle improvements on html and config.ini
|
2021-07-06 21:32:49 +02:00 |
|
Zwer2k
|
8ca14a434c
|
gpio handler works again
remove memory leak in FlowDigit
|
2021-07-06 01:25:20 +02:00 |
|
jomjol
|
e24ba68fec
|
rolling 20210705
|
2021-07-05 07:30:04 +02:00 |
|
jomjol
|
f243f4b8ea
|
Rolling 20210701
|
2021-07-01 19:47:44 +02:00 |
|
jomjol
|
a202a6abdc
|
Rolling 20210611
|
2021-06-11 07:31:06 +02:00 |
|