Skip to content
Snippets Groups Projects
Commit e133d7c4 authored by Callum Inglis's avatar Callum Inglis
Browse files

Update Readme for CCS811 Pinout

parent aab6fca8
No related branches found
No related tags found
3 merge requests!12CO2 Sensor, Refactoring, CAD Files, Update Config from API,!7Update sensor config from api; CO2 Sensor; Refactor & Tidy-Up,!6Update sensor config from api; CO2 Sensor; Refactor & Tidy-Up
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
| RA-01 / RA-02 | £2.13 | 433MHz SX1278 LoRa Transceiver Modules | [Buy](https://www.aliexpress.com/item/32811847832.html) | | 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) | | 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) | | 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) | | SSD1306 | 1.16 | 0.91" 128x32 Pixel Display | [Buy](https://www.aliexpress.com/item/32777216785.html) |
...@@ -53,14 +53,14 @@ ...@@ -53,14 +53,14 @@
| SDA | D2 | | SDA | D2 |
**SenseAir S8-4B** **CCS811 Co2 Sensor**
| SenseAir | D1 Mini | | CCS811 | D1 Mini |
|----------|---------| |----------|---------|
| VCC | VCC 3.3V| | VCC | VCC 3.3V|
| GND | GND | | GND | GND |
| TX | | | SCL | D1 |
| RX | | | SDA | D2 |
| WAKE | GND |
**LCD SSD1306 128x32 i2c** **LCD SSD1306 128x32 i2c**
| LCD | D1 Mini | | LCD | D1 Mini |
...@@ -75,8 +75,8 @@ ...@@ -75,8 +75,8 @@
| Board | Physical | Component | | Board | Physical | Component |
|-------|-----------|-----------------------| |-------|-----------|-----------------------|
| D0 | 16 | NSS LoRa | | D0 | 16 | NSS LoRa |
| D1 | 5 | SCL SHT | | D1 | 5 | SCL SHT, SCL CCS811 |
| D2 | 4 | SDA SHT | | D2 | 4 | SDA SHT SDA CCS811 |
| D3 | 0 | RST LoRa | | D3 | 0 | RST LoRa |
| D4 | 2 | TX Partical | | D4 | 2 | TX Partical |
| D5 | 14 | SCK LoRa | | D5 | 14 | SCK LoRa |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment