openrowingmonitor/app
Jaap van Ekris 47e71ea5ef
Drag poising bugfix (#44)
* Bugfix for dragfilter poisoning prevention

Implementation of a more refined version of the dragfactor calculation to prevent the dragfactor being stuck at certain values after pauses, etc.

* Addition of new settings

Implementation of a more refined version of the dragfactor calculation to prevent the dragfactor being stuck at certain values after pauses, etc.

Two changes:
* Made the smoothing function of the dragfactor configurable from the config-file (dampingConstantSmoothing) instead of hardcoded. as it should have been from day one
* Implementation of a new filter to prevent dragfactor poisoning by noisy data, based on another setting (dampingConstantMaxChange). The new filter will not get stuck but will follow the direction of the change but is limited to the setting..
2022-01-10 21:41:21 +01:00
..
ant fixes a problem, that caused ANT+ not to work wit newer ANT+ usb sticks 2021-04-24 10:51:21 +02:00
ble More refined session state (#33) 2022-01-09 12:09:02 +01:00
client updates some dependencies 2021-10-17 11:24:12 +02:00
engine Drag poising bugfix (#44) 2022-01-10 21:41:21 +01:00
gpio adds more settings, adds auto adjust for damping 2021-05-05 12:16:04 +02:00
tools extracts merge function into a helper module 2021-05-27 09:36:03 +02:00
WebServer.js updates websocket library to version 8 2021-10-17 11:40:03 +02:00
server.js adds documentation on the physics model (#25) 2021-11-08 11:32:08 +01:00