Skip to content

Releases: mutkuensert/Arduino-air-quality-monitor-esp32

v3.0

31 May 20:21
Compare
Choose a tag to compare

Periodic foreground coroutine requests and work manager implementation for background requests.
Periodic foreground coroutine request interval and particle threshold values can be set.

v2.3

29 May 16:22
Compare
Choose a tag to compare

Sleep and work interval work properly.
PmResult and Sds011SensorHandler classes are in separate files.

Existing bugs:
First bytes come from arduino are received broken at esp32 side.

v2.2

29 May 11:40
Compare
Choose a tag to compare

Json data page has been fixed.
Data is transferred as bytes.
Credentials file has been created.

Existing bugs:
First bytes come from arduino are received broken at esp32 side.

Technical Depts:
PmResult and Sds011SensorHandler classes will be put in a separate file.

v2.1

28 May 20:15
b845689
Compare
Choose a tag to compare

Lines in data are distributed into an array

v2.0

28 May 11:17
6db4ed4
Compare
Choose a tag to compare

Code has been refactored with oop principles. Also sensor is working in time interval utilizing commands.

v1.0

28 May 11:10
8615fc0
Compare
Choose a tag to compare
fix: add delay to fix broken data bug