Skip to content

Releases: mp-se/pressuremon

0.7.0

28 Dec 16:54
a609427

Choose a tag to compare

  • 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

26 Oct 16:14
58a10c0

Choose a tag to compare

v0.7.0 beta2 Pre-release
Pre-release
  • 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

15 Jun 19:33
78a8118

Choose a tag to compare

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

23 May 19:02
3d2b32a

Choose a tag to compare

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

16 May 14:55
20c8968

Choose a tag to compare

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

12 May 18:53
0b45955

Choose a tag to compare

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

15 Apr 06:40
5e0c3fc

Choose a tag to compare

0.5.0 - beta 1 Pre-release
Pre-release

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.