Commit Graph

253 Commits

Author SHA1 Message Date
9722eda5fa Set bus clock for u8g2 to 100kHz for increased stability.
Changed SenseAir CO2 request code to 0X04 ...
2023-02-22 08:37:56 +07:00
253d8a6810 Updated outdoor example (removed HEX from Chip ID) 2023-01-13 08:27:48 +07:00
6101429d30 Updated outdoor example 2023-01-13 06:56:17 +07:00
47c55ae0dd Updated example sketches 2022-12-20 07:59:52 +07:00
0511f5430f Added Display Rotation on Config Button 2.3.0 2022-12-10 10:36:31 +07:00
5481bd51c8 Added Outdoor Code Example 2022-12-09 14:51:19 +07:00
7d717cc01c Added PM01 and PM10 2022-11-15 14:35:03 +07:00
05b47e6b3d Fixed humidity reading 2022-11-15 11:05:54 +07:00
77ee1de9c1 Added example for DIY V3.7 Board with Push Button 2022-11-14 07:27:27 +07:00
183f62daf7 Adding additional parameters for Plantower PM sensors 2022-11-10 16:25:01 +07:00
5dd8a8be32 Testing Sensirion SGP41 libraries with hum/temp compensation 2022-11-07 07:04:26 +07:00
98ec0c4d10 Improved example code DIY Basic 2022-11-06 19:21:28 +07:00
724d041684 Improved formatting 2022-11-03 13:51:29 +07:00
afd4d16866 Adding CO2 Baseline Calibration Example 2022-11-03 13:49:52 +07:00
dc1a070ee3 Adjusted examples to not send error codes (e.g. -1) to server 2.2.0 2022-11-01 14:04:41 +07:00
84fe9c2575 Test with datapos shifts on CO2 readings 2022-10-31 08:43:13 +07:00
90eee5d17f CO2 error handling in library
Small improvements in examples
2.1.0
2022-10-29 07:39:11 +07:00
d5c8af68a0 Fixed description 2.0.2 2022-10-02 07:59:36 +07:00
3c7180e642 Fixed display rotation and added example for SGP40 2022-10-02 07:38:44 +07:00
ee40b60aad updated documentations 2.0.0 2022-07-29 16:26:06 +02:00
b9a968ef7a added 90 degree rotation code 2022-07-29 11:11:39 +02:00
4bb434562f new examples 2022-06-11 16:18:21 +02:00
ab1f6c1ae7 corrected version number 1.4.2 2022-01-20 14:08:47 +07:00
63c7e9ca00 updated date and version number 2022-01-20 14:06:23 +07:00
0b8408ef13 improved CO2 code (details https://forum.airgradient.com/t/s8-co2-reading-of-1/69/15) 2022-01-20 08:26:27 +07:00
ff34d2c143 changed HTTP Post delay 2021-12-28 07:08:24 +07:00
73498894e4 added traffic light example 2021-12-10 11:12:26 +07:00
ed3b0ff53f corrected library version number 1.4.1 2021-12-08 10:11:45 +07:00
07e1b5e97a improved examples code 1.4.0 2021-12-08 09:59:32 +07:00
348ddba048 Merge pull request #4 from AlanBell/patch-1
Update AirGradient.cpp
2021-12-08 08:32:12 +07:00
a3c8054839 Merge pull request #8 from markasoftware/markasoftware/math-and-wificlient
correct math.h header and specify wificlient as per new http library requirement.
2021-12-08 08:31:26 +07:00
555693cda8 Merge pull request #12 from StrongholdIII/master
Added return to compile with platformIO
2021-12-08 08:30:14 +07:00
0a9f184946 added comment 2021-12-08 08:20:22 +07:00
7c02564ed4 Added return to compile with platformIO 2021-10-15 22:01:57 +02:00
c270cda600 Updated library to work with ESP8266 board manager version 3.0.0 1.3.5 2021-06-08 08:33:51 +07:00
0abc5629fc correct math.h header and specify wificlient as per new http library requirement 2021-05-29 00:04:15 -07:00
a40399d082 Update AirGradient.cpp
math.h should be lower case - otherwise won't compile on case sensitive platforms.
2021-01-02 16:18:36 +00:00
0753a4c9dd Updated example code 1.3.4 2020-08-14 16:25:09 +07:00
1a5ac64aa1 Updated version number. 1.3.3 2020-08-13 09:35:13 +07:00
f170404c03 Added Example for OLED and Wifi. Improved OLED code. 2020-08-13 09:34:05 +07:00
16a29b4646 Edited version code 1.3.2 2020-08-13 08:57:05 +07:00
bb3c57297e Refactored OLED code 2020-08-13 08:55:04 +07:00
89e1d35a49 Removed unused files, changed example names 1.3.1 2020-08-13 07:40:43 +07:00
4f8bd0dbee Updated Version Number 2020-08-13 07:36:35 +07:00
ccfe271f0d Updated Version Number 2020-08-13 07:33:38 +07:00
e6d886c00e v1.0.2
-Changed getCO2 to return a char and if sensor is non existent will return NULL
-Changed getPM2 to return a char and if sensor is non existent will return NULL
-Added a new function getPM2_Raw which will return the value of PM2 as an integer
-Added a new function getCO2_Raw which will return the value of CO2 as an integer
-Added 2 new variables in the TMP_Raw Struct:
1. t_Char
2. rh_Char
These variables will be used to store the corresponding values as char and if sensor is nonexistent should be NULL
1.1
2020-07-25 14:28:18 +08:00
3775be0034 v1.0.1
-Fixed getCO2 function
2020-07-25 14:22:48 +08:00
804cb69f6c Merge branch 'master' of https://github.com/airgradienthq/arduino 2020-07-25 13:05:42 +08:00
cdc9ab7cdd v1.0.1
-Fixed getCO2 function
2020-07-25 13:05:17 +08:00
c397d8a010 Add files via upload 2020-07-25 11:20:06 +07:00