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
This project is designed to display CO2 levels using a [Panel ESP32-4848S040](https://homeding.github.io/boards/esp32s3/panel-4848S040.htm).<br>
8
-
It reads data from a Senseair S8 CO2 sensor and an SHT31 temperature and humidity sensor, displaying the real-time readings.
7
+
This is a [PlatformIO](https://platformio.org/) project designed to display CO<sub>2</sub> levels using a [Panel ESP32-4848S040](https://homeding.github.io/boards/esp32s3/panel-4848S040.htm).<br>
8
+
It reads data from a Senseair S8 CO<sub>2</sub> sensor and an SHT31 temperature and humidity sensor, displaying the real-time readings and the history of the last 2 hours.
9
9
10
-
Sensors are on separate sensor board and are read over websocket.<br>
11
-
This setup is chosen because the CO2 sensor uses over 300mA when reading and this made the tft screen flicker during the reading.<br>
10
+
Sensors are on separate sensor board and are retrieved over websocket.<br>
11
+
This setup is chosen because the SenseAir S8 CO<sub>2</sub> sensor uses up to 300mA when reading and this makes the tft screen flicker during reading.<br>
12
12
You can find the sensor code at the [SensorHub repo](https://github.com/CelliesProjects/SensorHub).
13
13
14
14
There is also weather forecast data shown which is retrieved from [visualcrossing.com](https://www.visualcrossing.com/).<br>
@@ -17,14 +17,14 @@ You can setup your free account [here](https://www.visualcrossing.com/weather-ap
17
17
18
18
### Installation
19
19
20
-
Assuming you already have the [SensorHub](https://github.com/CelliesProjects/SensorHub) and a [visualcrossing account](https://www.visualcrossing.com/weather-api) API key you can use these steps to install:
20
+
Assuming you already have the [SensorHub](https://github.com/CelliesProjects/SensorHub)running and a [visualcrossing account](https://www.visualcrossing.com/weather-api) API key you can use these steps to install:
0 commit comments