Releases: mp-se/pressuremon
0.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.7.0 beta2
- Optimize UI for size and update dependecies
- Rename binaries
- Added feature api for better customization of UI
- Added support for Arduino 3
- Fixed battery reading
0.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 connected to the first I2C bus.
- Fixed LED enable on c3 pico board
Bugs fixed
- Fixed conversion to kPa on device.
0.5.0 First release
First release of Pressuremon
Bugs fixed:
- Fixed force config startup
Flashing can be done using https://www.gravitymon.com/flasher/index.html?beta which also will help with wifi setup.
0.5.0-beta4: Merge pull request #11 from mp-se/dev
Fixed startup issue after fresh install.
Flashing can be done using https://www.gravitymon.com/flasher/index.html?beta which also will help with wifi setup.
0.5.0 - beta 3
New minor adjustments and checked with latest pcb prototype.
Flashing can be done using https://www.gravitymon.com/flasher/index.html?beta which also will help with wifi setup.
0.5.0 - beta 1
First version of the pressuremon software for testing.
This is now rewritten and codebase is shared with gravitymon for a solid base.
Documentation is work in progress and can be found here; https://mp-se.github.io/pressuremon/
Flashing can be done using the web flasher here: https://gravitymon.com/flasher/test.html?beta
Verification of hardware design is ongoing.