All Projects → pimoroni → Bme680 Python

pimoroni / Bme680 Python

Licence: mit
Python library for the BME680 gas, temperature, humidity and pressure sensor.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bme680 Python

Nexus433
433MHz temperature and humidity sensor receiver that integrates with home automation systems.
Stars: ✭ 137 (-17.96%)
Mutual labels:  raspberry-pi, sensor
Onewirehub
OneWire slave device emulator
Stars: ✭ 195 (+16.77%)
Mutual labels:  raspberry-pi, sensor
Home Assistant Config Fr
🏠Configuration de Home Assistant en français. 👨🏻‍💻 N'hésitez pas à ⭐ mon repo et à copier les bonnes idées ! 🇨🇵
Stars: ✭ 175 (+4.79%)
Mutual labels:  raspberry-pi, sensor
Home Assistant Config
🏠 Fully documented Home Assistant configuration for a smart-looking place. 😎 Be sure to ⭐️ my repo and copy ideas!
Stars: ✭ 258 (+54.49%)
Mutual labels:  raspberry-pi, sensor
Rpi Appliance Monitor
Device to monitor appliances that vibrate, such as clothes dryers or garage door openers
Stars: ✭ 360 (+115.57%)
Mutual labels:  raspberry-pi, sensor
Octoprint Enclosure
OctoPrint Enclosure Plugin
Stars: ✭ 267 (+59.88%)
Mutual labels:  raspberry-pi, sensor
Terrariumpi
Home automated terrarium/aquarium or other enclosed environment with a Raspberry Pi
Stars: ✭ 249 (+49.1%)
Mutual labels:  raspberry-pi, sensor
Kotihome
Home automation system based on Arduino with sensors, Raspberry Pi, Node.js and React
Stars: ✭ 32 (-80.84%)
Mutual labels:  raspberry-pi, sensor
Ha4iot
Open Source Home Automation system for .NET
Stars: ✭ 146 (-12.57%)
Mutual labels:  raspberry-pi, sensor
Robot
Simple library for controlling a raspberry pi based robot
Stars: ✭ 156 (-6.59%)
Mutual labels:  raspberry-pi
Repo 2018
Deep Learning Summer School + Tensorflow + OpenCV cascade training + YOLO + COCO + CycleGAN + AWS EC2 Setup + AWS IoT Project + AWS SageMaker + AWS API Gateway + Raspberry Pi3 Ubuntu Core
Stars: ✭ 163 (-2.4%)
Mutual labels:  raspberry-pi
Ofxgpio
Library C++ for raspberrypi and orangepi, GPIO interfaces compatible with openframeworks.
Stars: ✭ 155 (-7.19%)
Mutual labels:  raspberry-pi
Rpimotorlib
RpiMotorLib : Raspberry Pi Motor Library : A python 3 library for various motors and servos to connect to a raspberry pi
Stars: ✭ 156 (-6.59%)
Mutual labels:  raspberry-pi
Ansible Raspi Playbooks
Playbooks for setup and updating of raspberry pi projects.
Stars: ✭ 162 (-2.99%)
Mutual labels:  raspberry-pi
Piscope
Turn your Raspberry Pi into an Oscilloscope/XY Plotter with Python
Stars: ✭ 155 (-7.19%)
Mutual labels:  raspberry-pi
Pihole Unbound
Guide to setup Unbound recursive DNS resolver with Pi-Hole. With additional configs for speed and security!! 🚀🔒
Stars: ✭ 165 (-1.2%)
Mutual labels:  raspberry-pi
Micropython Raspberrypi
bare metal Raspberry Pi Zero / Zero W port of MicroPython
Stars: ✭ 153 (-8.38%)
Mutual labels:  raspberry-pi
Gymnasticon
Make obsolete and/or proprietary exercise bikes work with popular cycling training apps like Zwift, TrainerRoad, Rouvy and more.
Stars: ✭ 155 (-7.19%)
Mutual labels:  raspberry-pi
Audio Reactive Led Strip
🎵 🌈 Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
Stars: ✭ 2,217 (+1227.54%)
Mutual labels:  raspberry-pi
Raspipool
Swimming Pool Automation Systen with Raspberry Pi + Home Assistant
Stars: ✭ 165 (-1.2%)
Mutual labels:  raspberry-pi

BME680

Build Status Coverage Status PyPi Package Python Versions

https://shop.pimoroni.com/products/bme680

The state-of-the-art BME680 breakout lets you measure temperature, pressure, humidity, and indoor air quality.

Installing

Full install (recommended):

We've created an easy installation script that will install all pre-requisites and get your BME680 up and running with minimal efforts. To run it, fire up Terminal which you'll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop, as illustrated below:

Finding the terminal

In the new terminal window type the command exactly as it appears below (check for typos) and follow the on-screen instructions:

curl https://get.pimoroni.com/bme680 | bash

Manual install:

Library install for Python 3:

sudo pip3 install bme680

Library install for Python 2:

sudo pip2 install bme680

Development:

If you want to contribute, or like living on the edge of your seat by having the latest code, you should clone this repository, cd to the library directory, and run:

sudo python3 setup.py install

(or sudo python setup.py install whichever your primary Python environment may be)

In all cases you will have to enable the i2c bus.

Documentation & Support

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].