User Tools

Site Tools


python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
python [2016/03/06 09:59] – created michaelpython [2021/04/24 07:40] (current) – external edit 127.0.0.1
Line 1: Line 1:
-temperatur and humidity sensor+installing modules from github: 
 +   sudo python3 setup.py install  
 +   make shure to choose the python version you want the module to be installed for 
 + 
 +DHT11 temperatur and humidity sensor
 https://learn.adafruit.com/dht https://learn.adafruit.com/dht
 +
 BMP180 - barometric sensor BMP180 - barometric sensor
-https://www.adafruit.com/products/1603 +  https://www.adafruit.com/products/1603  
 +  wget https://github.com/adafruit/Adafruit_Python_BMP/archive/master.zip 
 +  sudo pip-3.2 install cffi 
 +  sudo pip-3.2 install smbus-cffi 
python.1457258362.txt.gz · Last modified: 2021/04/24 07:38 (external edit)