This shows you the differences between two versions of the page.
iothings:proiecte:2021:airqualitymonitoringsystem [2022/01/27 21:43] mihaela.florescu |
iothings:proiecte:2021:airqualitymonitoringsystem [2022/01/27 22:05] (current) mihaela.florescu |
||
---|---|---|---|
Line 20: | Line 20: | ||
ESP32 specifications: | ESP32 specifications: | ||
- | * Single or Dual-Core 32-bit LX6 Microprocessor with clock frequency up to 240 MHz. | + | * Single or Dual-Core 32-bit LX6 Microprocessor with clock frequency up to 240MHz. |
* 520 KB of SRAM, 448 KB of ROM and 16 KB of RTC SRAM. | * 520 KB of SRAM, 448 KB of ROM and 16 KB of RTC SRAM. | ||
* Supports 802.11 b/g/n Wi-Fi connectivity with speeds up to 150 Mbps. | * Supports 802.11 b/g/n Wi-Fi connectivity with speeds up to 150 Mbps. | ||
Line 82: | Line 82: | ||
* **Adafruit_BMP085.h** - it is used to initialise the BMP180 sensor and read the temperature, pressure, humidity parameters. For reading these parameters, the following methods from this library have been used: **readTemperature()**, **readPresure()**, **readHumidity**. | * **Adafruit_BMP085.h** - it is used to initialise the BMP180 sensor and read the temperature, pressure, humidity parameters. For reading these parameters, the following methods from this library have been used: **readTemperature()**, **readPresure()**, **readHumidity**. | ||
- | <code> #include <WiFi.h> | + | <code>#include <WiFi.h> |
#include <Adafruit_BMP085.h> | #include <Adafruit_BMP085.h> | ||
</code> | </code> |