Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Distributed Off-Grid Monitoring - Sensor Firmware and Gateway Consumers
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CS408 Environmental Monitoring Independent of Existing Infrastructure
Distributed Off-Grid Monitoring - Sensor Firmware and Gateway Consumers
Merge requests
!6
Update sensor config from api; CO2 Sensor; Refactor & Tidy-Up
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update sensor config from api; CO2 Sensor; Refactor & Tidy-Up
update-sensor-config-from-api
into
DEV
Overview
0
Commits
7
Pipelines
0
Changes
6
Merged
Callum Inglis
requested to merge
update-sensor-config-from-api
into
DEV
3 years ago
Overview
0
Commits
7
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Viewing commit
0bb8ba06
Prev
Next
Show latest version
6 files
+
922
−
64
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
0bb8ba06
Add support for Co2 sensor on ESP
· 0bb8ba06
Callum Inglis
authored
3 years ago
README.md
+
10
−
10
Options
@@ -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 Co
2 Sensor |
[
Buy
](
https://www.
aliexpress.com
/it
e
m/
1005001398537365.html
)
|
|
CCS811 | £8.60 | CO
2 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 | D
2
|
| NSS | D
1
|
| D100 | D
8
|
| NSS | D
0
|
| 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