Skip to content

roland-burke/indoor-air-quality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

indoor-air-quality

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Connections

The used protocol for communicating with the display is SPI.

Display - RaspberryPi (SPI)
GND  -->  GND
VDD  -->  3v3
SCK  -->  SPI_CLK (GPIO 11)
SDA  -->  SPI_MOSI (GPIO 10)
RES  -->  GPIO 19
DC   -->  GPIO 13
CS   -->  SPI_CE0_N (GPIO 08)

LDR - RaspberryPi
A    -->  3v3
B    -->  GPIO 4
B    -->  GND (with 15.1K resistance)

Active Buzzer - RaspberryPi
+    -->  GPIO 5
GND  -->  GND

CCS811 - RapberryPi (I²C)
VCC  -->  3v3
GND  -->  GND
SCL  -->  SCL (GPIO 03)
SDA  -->  SDA (GPIO 02)
WAK  -->  GND
RST  -->  3v3
ADD  -->  GND or 3v3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published