Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@gigapod gigapod released this 15 Nov 11:52
· 239 commits to main since this release

Features in support of DataLogger IoT release version 1.1.0

New Features

  • Support for the Arduino IoT Cloud, enabling data posting to this IoT platform natively from a DataLogger IoT.
  • Support for the SparkFun Indoor Air Quality Sensor - ENS160
  • Support for the SparkFun Photoacoustic Spectroscopy CO2 Sensor - PASCO2V01
  • Support for the SparkFun Human Presence and Motion Sensor - STHS34PF80
  • Support for the SparkFun Tristimulus Color Sensor - OPT4048DTSR
  • Support for the SparkFun Triad Spectroscopy Sensor - AS7265x

Enhancements

  • Update to reference clock management - Timezone support is at the clock level, not tied to NTP
  • The JSON output buffer size is now user configurable via the settings menu
  • The ADS1015 driver now has configurable output data types.
  • Device address values can now be added to a device name if desired.
  • The ability to include board information to the output log stream

Bug Fixes

  • Incorporated fix of the RV8803 RTC Clock Arduino library that forced time shifts based timezone offset during clock updates.
  • Improved runtime memory (ram) management.
  • Resolved issue with device name collision. Now, if a device name already exists, the address of the new devices is added to its name, providing a unique name value.
  • Save/Restore of settings to a JSON file could overflow the internal JSON buffer. The JSON data buffer for fallback settings save/restore is now user settable.
  • Improvements to the JSON document posted to Machinechat servers.