Skip to content
Snippets Groups Projects

Update sensor config from api; CO2 Sensor; Refactor & Tidy-Up

Merged Callum Inglis requested to merge update-sensor-config-from-api into DEV
1 file
+ 8
8
Compare changes
  • Side-by-side
  • Inline
+ 10
10
@@ -18,7 +18,7 @@
| RA-01 / RA-02 | £2.13 | 433MHz SX1278 LoRa Transceiver Modules | [Buy](https://www.aliexpress.com/item/32811847832.html) |
| PMS5003 | £10.33 | Plantower Laser Air/Partical/Dust Sensor | [Buy](https://www.aliexpress.com/item/32944660534.html) |
| SHT30 | £1.23 | Temperature / Humidity Sensor | [Buy](https://www.aliexpress.com/item/4001176687785.html) |
| S8-0024 S8-4B | £11.95 | SenseAir Infrared Co2 Sensor | [Buy](https://www.aliexpress.com/item/1005001398537365.html) |
| CCS811 | £8.60 | CO2 Sensor Module | [Buy](https://www.ebay.co.uk/itm/313603433731?hash=item490438a503:g:PMoAAOSwTdNfOt6n) |
| SSD1306 | 1.16 | 0.91" 128x32 Pixel Display | [Buy](https://www.aliexpress.com/item/32777216785.html) |
@@ -37,8 +37,8 @@
| GND | GND |
| 3.3V | VCC 3.3V |
| RST | D3 |
| D100 | D2 |
| NSS | D1 |
| D100 | D8 |
| NSS | D0 |
| MOSI | D7 |
| MISO | D6 |
| SCK | D5 |
@@ -53,14 +53,14 @@
| SDA | D2 |
**SenseAir S8-4B**
| SenseAir | D1 Mini |
**CCS811 Co2 Sensor**
| CCS811 | D1 Mini |
|----------|---------|
| VCC | VCC 3.3V|
| GND | GND |
| TX | |
| RX | |
| SCL | D1 |
| SDA | D2 |
| WAKE | GND |
**LCD SSD1306 128x32 i2c**
| LCD | D1 Mini |
@@ -75,8 +75,8 @@
| Board | Physical | Component |
|-------|-----------|-----------------------|
| D0 | 16 | NSS LoRa |
| D1 | 5 | SCL SHT |
| D2 | 4 | SDA SHT |
| D1 | 5 | SCL SHT, SCL CCS811 |
| D2 | 4 | SDA SHT SDA CCS811 |
| D3 | 0 | RST LoRa |
| D4 | 2 | TX Partical |
| D5 | 14 | SCK LoRa |
Loading