Releases: insighio/insighioNode
Releases · insighio/insighioNode
v2.13.0
New Features
- when timestamping, if system time is not updated, mark relative system time, and calculate generation_elapsed_ms
- added running stats module (from: https://github.com/liyanage/python-modules/blob/master/running_stats.py)
- support accelerometer shield
- support bootstrap operation with console.insigh.io
Enhancements
- during boot, change default behaviour of voltage checks. Enable by default the check of charging state. If charging, bypass checks and continue with execution, if not charging check voltage level.
- changed "always-on" settings to "light sleep on". Backward compatibility for old configurations is supported. The current configuration will be updated during the next Web configuration execution.
- on BQ charger, deactivate unused OTG
Fixes
- modem RAK3172: fix termination condition for send operation
v2.12.1
v2.12.0
Enhancements
- updated microsdi12 from v0.5.0 to v0.6.1
- parse Meter at41g2 measurements as generic sdi12 measurements
- parse IN-SITU AT400/AT500 measurements as generic sdi12 measurements
- updated lora custom encoder to include sdi12 connection port
Fixes
- RAK3172: add 10ms delay after each AT command to bypass timing conflicts
v2.11.6
v2.11.5
v2.11.4
v2.11.3
v2.11.2
v2.11.1
v2.11.0
New Features
- on boot, check for module loading performance and restore if needed to bypass lfs2 behavior of slowing down execution (micropython/micropython#13209)
- RGB light will be flashing multiple colors while optimizing (~ 1 minute duration)
Enhancements
- ULP optimizations
- in Lora, if APP_EUI is not defined, use default: "0000000000000001"
- removed obsolete use of sensor ground for internal sensors
Fixes
- Updated pins for Basic analog/digital shield (https://docs.insigh.io/hardware/shields/sensor-board/insighio-shield-base-adc-i2c/)