CaCO3
f6bdd48bca
Renamed digital to digit ( #3219 )
...
* renamed Digital to Digit
* added param migration
* Update .github/label-commenter-config.yaml
* renamed AnalogDigitTransition* to AnalogToDigitTransition*
---------
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2024-09-29 22:10:10 +02:00
CaCO3
141aea7fa7
Revert "Implemented late analog / digital transition ( #2778 )"
...
This reverts commit b5a4cfed96 .
2024-02-12 22:41:56 +01:00
Frank Haverland
4f3f3d9af2
Fix testings ( #2783 )
...
* fix all tests and more description
* The decimal point offset. -3 corresponds to x.yyy
---------
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com >
2023-12-31 14:43:08 +01:00
Martin Siggel
b5a4cfed96
Implemented late analog / digital transition ( #2778 )
...
* Implemented late transition
Complete rewrite of analog / digital transition
Two tests is still failing, which need to be discussed.
* Allow wider range of transition values to support late transition
* Added documentation
2023-12-31 12:04:09 +01:00
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
Frank Haverland
45d37ea957
fix testcase creation if analog has no pointers
2022-10-27 21:02:22 +02:00
Frank Haverland
f935c38571
fix test cases running in stackoverlfow
2022-10-27 20:14:26 +02:00
Frank Haverland
0e55fc7f7e
add @Plawasan test cases. Works now with setable analogdigitTransistionstart
2022-10-18 23:01:09 +02:00
Frank Haverland
f91f5e3cba
rewrite of ZeigerEvalAnalogToDigitNeu added explizit test-cases for it.
2022-10-17 20:29:35 +02:00
Frank Haverland
a871055d96
fix change for tollerance for extendedResolution. Added testcases for it
2022-10-16 21:12:52 +02:00
Frank Haverland
2c481c0d15
accept minor negative values if extendedResolution is enabled
2022-10-15 15:23:20 +02:00
Frank Haverland
8045e0bfaf
added testcases for #1143
...
cleanup the analogtodigit for better reading.
2022-10-14 23:20:05 +02:00
Frank Haverland
1ab135e989
fix hanging digits in transition
2022-10-14 19:53:04 +02:00
Frank Haverland
b0e7283d2b
added lokal test case
2022-10-13 22:40:33 +02:00
Frank Haverland
e341564eee
missing test cases from #1110 added
2022-10-13 22:15:08 +02:00
Frank Haverland
ea26a5722a
rewrite of analogtodigit, added new testcases
2022-10-13 21:41:40 +02:00
Frank Haverland
99e6243e25
test case description
2022-10-12 21:36:19 +02:00
Frank Haverland
0f6c767143
fix analogtodigital: remove rounding
2022-10-12 21:34:24 +02:00
jomjol
d807334141
Merge branch 'pr/1044' into rolling
2022-09-22 18:42:17 +02:00
Cristian
01337ddcbf
Few typing corrections and translations
2022-09-21 09:37:15 +02:00
Frank Haverland
78806c081b
Create special handling for fast foreward, because it's not at the beginning of the Transition
2022-09-18 17:56:56 +02:00
jomjol
10fbb610c3
Rolling 20220916
2022-09-16 17:56:51 +02:00
Frank Haverland
d7c7537aa9
#921 #994 - fix handling in DigitalUebergangsbereichVorgaenger, reduced DigitalUebergangsbereichVorgaenger =0.7
...
added serial-debug in postprocessing (not enabled by default)
added test-case for #994
fixed checkDigitConsistency (pre value before analog lost)
added debug to proof need of double for NUMBERS.Value (see testcase 32289.4198)
2022-09-11 22:44:35 +02:00
Frank Haverland
dd70aa8969
testcase for #921 (2022-09-10)
2022-09-10 17:06:23 +02:00
Frank Haverland
551743abec
add Testcase to #950
2022-09-06 21:02:58 +02:00
Frank Haverland
aa4e115f80
add test case for #921
...
https://github.com/jomjol/AI-on-the-edge-device/issues/921#issuecomment-1236119370
2022-09-03 16:23:01 +02:00
Frank Haverland
787f9362eb
#921 No zero trasition
2022-09-01 21:42:12 +02:00
Frank Haverland
4a71749d1c
add test case for #921 (79.99996)
2022-08-31 18:23:11 +02:00
Frank Haverland
cdf8663bd3
fix https://github.com/jomjol/AI-on-the-edge-device/issues/921#issuecomment-1229552041
2022-08-29 16:11:05 +02:00
jomjol
c9b7a5f84c
v11.2.0
2022-08-28 19:52:51 +02:00
jomjol
b2c510d73e
Rolling 20220827
2022-08-27 20:21:53 +02:00
Frank Haverland
f676f12e02
Testcases for https://github.com/jomjol/AI-on-the-edge-device/issues/942
2022-08-27 16:48:42 +02:00
jomjol
993fbfe5a8
Rolling 2022-08-26
2022-08-26 21:20:26 +02:00
Frank Haverland
ecc62a3ba9
add test case to reproduce
2022-08-22 21:01:44 +02:00
Frank Haverland
974044adf0
last analog result_float as Readout parameter, testcases for #921 , #919
2022-08-22 16:10:07 +02:00
Frank Haverland
b6bf8d992f
Test case for postprocessing
2022-08-22 10:31:25 +02:00