You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: Panasonic via UART in ESP8266 maybe needs select in detection
31
+
NOTE:
32
+
Panasonic via UART in ESP8266 maybe needs select in detection.
32
33
33
34
### CO2 sensors
34
35
@@ -40,7 +41,6 @@ NOTE: Panasonic via UART in ESP8266 maybe needs select in detection
40
41
| CM1106 | Yes | --- | Select | STABLE |
41
42
| SenseAir S8 | Yes | --- | Select | STABLE |
42
43
43
-
44
44
### Environmental sensors
45
45
46
46
| Sensor model | Protocol | Detection mode | Status |
@@ -53,9 +53,11 @@ NOTE: Panasonic via UART in ESP8266 maybe needs select in detection
53
53
| BME680 | i2c | Auto | STABLE |
54
54
| DfRobot SEN0469 NH3 | i2c | Auto | TESTING |
55
55
| DFRobot SEN0466 CO | i2c | Auto | TESTING |
56
-
| DHTxx | TwoWire | Auto | DISABLED |
56
+
| Geiger CAJOE | GPIO | Select | TESTING |
57
+
| DHTxx | TwoWire | Select | DISABLED |
57
58
58
-
NOTE: DHT22 is supported but is not recommended. Please see the documentation.
59
+
NOTE:
60
+
DHT22 is supported but is not recommended. Please see the documentation.
59
61
60
62
### Platforms supported
61
63
@@ -282,12 +284,14 @@ For now we are using it only for DHT sensors in PIN 23. For more info please rev
282
284
283
285
### PlatformIO (recommended)
284
286
285
-
We recommended PlatformIO because is more easy than Arduino IDE. For this, please install first [PlatformIO](http://platformio.org/) and its command line tools (Windows, MacOs and Linux), **pio** command, then connect your compatible board to the USB and run the next command:
287
+
We recommended PlatformIO because is more easy than Arduino IDE. For that, please install first [PlatformIO](http://platformio.org/) and its command line tools (Windows, MacOs and Linux), **pio** command, then connect your compatible board to the USB and run the next command:
286
288
287
289
```python
288
290
pio run -e esp32 --target upload
289
291
```
290
292
293
+
Also you can see some examples than have `platformio.ini` files for your project.
294
+
291
295
### Arduino IDE
292
296
293
297
Only import the `ino` file of the sample and install the libraries listed on `library.json` and this library. Complete list of libraries used [here](https://github.com/kike-canaries/canairio_sensorlib/blob/master/unified-lib-deps.ini)
@@ -361,6 +365,7 @@ Also you can make a donation, be a patreon or buy a device:
0 commit comments