Skip to content

Releases: insighio/insighioNode

v2.13.0

17 Dec 12:13
Compare
Choose a tag to compare

New Features

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

03 Dec 13:08
Compare
Choose a tag to compare

New feature

  • support calibration functions for sensor: Meter Teros 12

Enhancement

  • sdi12 measurement naming: added physical port number in name

v2.12.0

22 Oct 11:25
Compare
Choose a tag to compare

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

12 Sep 04:35
Compare
Choose a tag to compare

Fixes

  • in sdi12 measurements adapt number of expeced digits for generic "C" commands
  • in webui, step 6, timing, fix calculation of measurement upload period.

v2.11.5

10 Jul 08:17
Compare
Choose a tag to compare

Fixes

  • pulse counting: fix case of power off/on with saved data from previous boot.
  • pulse counting: change "pcnt formula" to "pcnt multiplier"
  • Web UI, Alias setup step: fix runtime error because of missing check
  • minor log printing fixes

v2.11.4

11 Jun 08:59
Compare
Choose a tag to compare

Enhancements

  • unify usage of flag files
  • search ota_applied_flag in both partitions to allow force uplaod of sw info after new flash

v2.11.3

10 Jun 14:52
Compare
Choose a tag to compare

Enhancements

  • Updated insighioNode payload encoding protocol
  • applied 0.6mA offset to current measurements to correct hardware measurements
  • renamed generic sdi12 measurements to start with "sdi12" instead of "gen"

v2.11.2

31 May 12:34
Compare
Choose a tag to compare

Enhancements

  • updated default values of Cellular, APN to iot.1nce.net and Technology to NBIoT

Fixes

  • revert 4-20 measurement naming to keep rule of using '_' for name part separation (4-20_1_current -> name_position_measurement)

v2.11.1

31 May 09:45
Compare
Choose a tag to compare

Enhancements

  • add tooltip in lora for the default APP_EUI

Fixes

  • fix configuration reading in case of None string

v2.11.0

30 May 12:43
Compare
Choose a tag to compare

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