Skip to content

Releases: insighio/insighioNode

v1.3.0

26 Apr 07:16
Compare
Choose a tag to compare

New features:

  • device configuration over HTTP for Quectel BG600 based boards
  • Enable configurable ADC value transformation formula
  • Support Neopixel LED
  • Support SHT20/SHT40 sensors
  • Support of ESP32S2
  • Support of multi-shield insigh.io boards (Generic Analog Shield & SDI12 shield)
  • Support contant key-value pairs defined during device configuration
  • Keep a backup of the old configuration when reconfigurating the device

Bug fixes:

  • fixed modem selection condition for Quectel BG600
  • fixed OTA for Quectel BG600
  • fixed error case of PPP for Quectel MC60

v.1.2.0

17 Jan 13:09
Compare
Choose a tag to compare

Introduce saving key-value pairs to NV storage:

  • store timezone offset to be used to calculate GMT time from RTC value (for message timestamping when batch upload messages is enabled)
  • NV storage is cleared after each configuration or OTA

v.1.1.2

28 Dec 14:24
Compare
Choose a tag to compare

Bug fix:

  • make modem model detection more resilient

v1.1.1

28 Dec 11:00
Compare
Choose a tag to compare

Bug Fixes:

  • in configurator, add modem pins when ins_esp_gen_1 device is selected regardless the network technology used

Enhancements:

  • in confugurator, refactoring of common configurations across all board types

v1.1

27 Dec 14:09
Compare
Choose a tag to compare

New Features:

  • support for Sensair Sunrise CO2 sensor
  • added reset_case value in measurements
  • support of scheduled execution in specific timestamps of a day, instead of executing periodically
  • support of remote configuration through console.insigh.io

Bug fixes

  • Restored support for Pycom devices

Enhancements:

  • For cellular connections, do not execute connect procedure if no SIM card
  • Allow GPS usage when under WiFi/LoRA connection
  • Stability fixes

v1.0

19 Oct 10:45
Compare
Choose a tag to compare

First stable release of production esp32-based insigh.io node code that is fully compatible with console.insigh.io platform.
Supports:

  • Multi-sensor readings
  • Multi-network stack (Cellular/WiFi)
  • GPS
  • OTA
  • on device web client for configuration (Web UI)
  • message buffering and batch upload