Skip to content

julianhu1979/pySensors_SSD1306

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pySensors_SSD1306

Raspberry Pi 3B read DHT22 and PMSA003's data with python3,then write MongoDB and display on SSD1306.

Install dependency

git clone https://github.com/ccloli/Adafruit_Python_SSD1306.git  
cd Adafruit_Python_SSD1306  
python setup.py install

git clone https://github.com/ccloli/Adafruit_Python_DHT.git  
cd Adafruit_Python_DHT  
python setup.py install

requirements

pymongo  
Adafruit_GPIO  
pyserial  
Pillow

About

DHT22 + PMSA003 + SSD1306 on Raspberry Pi 3B

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages