Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

20 lines (18 loc) · 1.12 KB

Blinker_AQI_Detector

Blinker AQI Detector example, detect PM1.0 PM2.5 PM10 HCHO Humidity Temperature. Support Arduino, ESP8266, ESP32.

Prerequisites

You should have the following ready before beginning with any board:

  • Arduino boards, ESP8266, ESP32
  • Plantower PMSX003ST sensor
  • 12864(controller SSD1306) monochrome OLED
  • Install the blinker-library library via the Arduino Library Manager
  • Install the Blinker_PMSX003ST library via the Arduino Library Manager
  • Install the U8g2 library via the Arduino Library Manager

准备工作

开始使用前你需要做好如下准备:

  • Arduino boards, ESP8266, ESP32
  • 攀藤 PMSX003ST 传感器
  • 12864(SSD1306) 单色 OLED
  • 使用 Arduino IDE 的库管理器安装 blinker-library
  • 使用 Arduino IDE 的库管理器安装 Blinker_PMSX003ST
  • 使用 Arduino IDE 的库管理器安装 U8g2