Skip to content

Releases: ostaquet/Arduino-MQ131-driver

1.5.2

19 May 10:21
fdbff3f
Compare
Choose a tag to compare
  • Fix environmental correction ratio (issue #41). There was an exchange between the equation of 85% humidity and 30% humidity correction. Thanks to @JosephJohnZ for noticing this!

1.5.1

05 Nov 08:37
Compare
Choose a tag to compare
  • Fix compiling issue coming from the last patch

1.5.0

01 Nov 15:03
328c51c
Compare
Choose a tag to compare
  • Add support for MQ131 low concentration version SnO2; thanks to @Kesavaram !

1.4.4

01 Nov 14:48
c990e69
Compare
Choose a tag to compare
  • Fix valueRL as uint32_t in place of uint16_t. Thanks to @ferreiradiego to notice it.

1.4.3

19 Jul 07:17
defb973
Compare
Choose a tag to compare
  • Update library.properties to update Arduino Library repository

1.4.2

19 Jul 06:44
4fffaa0
Compare
Choose a tag to compare
  • Go back to previous equations to calculate the concentration because there are aligned with 0ppm/ppb even if the R^2 is a bit lower...

1.4.1

07 Jul 12:39
Compare
Choose a tag to compare
  • Fix the environmental adjustment based on data sheet

1.4.0

18 Jun 05:09
01c06c6
Compare
Choose a tag to compare
  • Some changes in the documentation
  • Fixes in the environmental correction
  • Improve the conversion functions (Rs to PPM values)
  • Add Python scripts to compute the conversion functions
  • Bug fixing

1.3.1

04 May 11:43
ad6995b
Compare
Choose a tag to compare
  • Update library.properties

1.3.0

01 May 19:17
Compare
Choose a tag to compare
  • Cleanup the code with standard type
  • Add examples
  • Setup the defaults with 1MOhms load resistance as defined in the datasheet
  • Change the schematics to use MOSFET N-channel
  • Add Fritzing file
  • Add optional debugging feature during calibration
  • Prepare to comply with Arduino library format
  • Add keywords for Arduino IDE