Bryan Mayland
TVWBB Hall of Fame
Those following git may have noticed I checked in changes yesterday to update the PID loop at 1 second intervals, down from 2 seconds. If you update your HeaterMeter firmware to 20120830B or greater, you will need to modify your PID "I" constant to compensate for the fact that updates come in twice as fast now.
The receiver code now has some adaptive update rate code which may seem a bit puzzling why the streaming updates in the web browser aren't updating every second. Streaming updates are sent at a rate of:
-- Once every 3 seconds if the data hasn't changed
-- Once every 2 seconds if the data has changed
-- Exception: an update is sent immediately if the data changes following a period of 3 seconds if inactivity
This procedure makes the unit seem more responsive (as the screen updates every second now), provides twice the resolution in SRTP (Long PID) mode, and provides a balance of load vs response in the underlying linkmeter structure. You can get the HeaterMeter firmware from the AVR Firmware online repository (on any browser except IE) and the new linkmeter package can be installed via
`opkg install http://capnbry.net/linkmeter/snapshots/trunk/packages/linkmeter_2_brcm47xx.ipk`
The receiver code now has some adaptive update rate code which may seem a bit puzzling why the streaming updates in the web browser aren't updating every second. Streaming updates are sent at a rate of:
-- Once every 3 seconds if the data hasn't changed
-- Once every 2 seconds if the data has changed
-- Exception: an update is sent immediately if the data changes following a period of 3 seconds if inactivity
This procedure makes the unit seem more responsive (as the screen updates every second now), provides twice the resolution in SRTP (Long PID) mode, and provides a balance of load vs response in the underlying linkmeter structure. You can get the HeaterMeter firmware from the AVR Firmware online repository (on any browser except IE) and the new linkmeter package can be installed via
`opkg install http://capnbry.net/linkmeter/snapshots/trunk/packages/linkmeter_2_brcm47xx.ipk`