Releases¶
v0.7.0¶
Fixed BLE data format when sensor is not available. When data is invalid send 0xffff in the ble payload to indicate that.
Updated dependencies to latest versions.
Fixed battery reading setup
Added meta data to mDNS broadcast (app, version, id), used by GravityMon Gateway to map device id towards name when using BLE.
Updated code to use NAN instead of -273 as invalid temperature
Split hardware view into hardware and sensor view for better clarity.
Updated file view to improve display of device files
Added 3d model for a case that fits my PCB.
v0.6.0¶
New features¶
Added format templates for second pressure sensor
Added support for 0.96” OLED display connected to first I2C bus or connector on ESP32C3-PICO.
Enabled support for second pressure sensor on I2C bus #2
Enabled analog sensor support using an external ADS1115 ADC chip. This should be conneected to the first I2C bus.
Fixed LED enable on c3 pico board
Bugs fixed¶
Fixed conversion to kPa on device.
v0.5.0¶
Version based on the new hardware design for testing and evaulation.
New features¶
Support for XIDIBEI digital I2C sensors and external temperature sensor DS18B20.
New userinterface based on VueJS.
Shared codebase with Gravitymon for easier maintenance.
Format editor will now validate json payloads for http post and mqtt when selecting preview.
Bugs fixed¶
None