Skip to content

Releases: golioth/thingy91-golioth

v1.4.0

20 Dec 15:45
Compare
Choose a tag to compare

Added

  • Support for Thingy91x

Changed

Known issues

  • Thingy91x: The BME68x environment sensor sometimes shows repeated, unchanging values for IAQ/VOC/CO2 readings. The same behavior is present in the factory sample from Nordic and believed to be an issue with the upstream driver.

v1.3.0

01 Oct 00:09
Compare
Choose a tag to compare

Added

  • Pipeline example

Changed

Release v1.2.0

03 Jun 18:48
Compare
Choose a tag to compare

Changed

  • Merge changes from golioth/reference-design-template@template_v2.2.1. This targets Golioth Firmware SDK v0.13.1.
  • The count of the sensor reads (both up and down) which are recorded using LightDB State will now wrap around when reaching max/min value.
  • LightDB State observations are received as JSON replies from the server instead of CBOR.
  • Turn off unused shells (ADXL372, FLASH, SENSOR) to reduce binary size.

Release 1.1.0

08 Feb 05:38
Compare
Choose a tag to compare

Added

Fixed

  • Fix some checkpatch and formatting issues.

Changed

  • Minor general app cleanup.

Removed

  • Remove unsupported board overlays.
  • Remove Aludel Mini-specific battery monitor code.
  • Remove references to Ostentus.

Initial Release

02 May 21:40
Compare
Choose a tag to compare

This is the first release of the thingy91-golioth repo.

Binaries include:

  • A PDF guide to programming your Thingy91 using nRF Connect for Desktop tools
  • An Thingy91_Golioth_Example_vX.X.X.hex initial binary image that you will program over USB
  • An app_update_thingy91_vX.X.X.bin that you should upload to the cloud as your "rollback" image
  • An app_update_thingy91_vX.X.Y.bin (where Y = X + 1)

To execute an Over-the-Air update, follow the directions on the Golioth docs: Docs link