معرفی شرکت ها


bme68x-1.0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python interface for BME68X sensor and BSEC
ویژگی مقدار
سیستم عامل -
نام فایل bme68x-1.0.4
نام bme68x
نسخه کتابخانه 1.0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Nathan
ایمیل نویسنده nathan@pi3g.com
آدرس صفحه اصلی https://github.com/pi3g/bme68x-python-library
آدرس اینترنتی https://pypi.org/project/bme68x/
مجوز MIT
# BME68X and BSEC2.0 for Python by pi3g This Python extension enables you to read measurement data by the BME68X sensor and the BSEC2.0 library from BOSCH.<br> The BME68X sensors by BOSCH Sensortec measure temperature, pressure and humidity.<br> Most importantly the sensor estimates the air pollution by recording the amount of VOCs (Volatile Organic Compounds).<br> With use of the (licensed) BSEC library from BOSCH, this allows for measuring the IAQ (Indoor Air Quality).<br> ### How to install the extension without BSEC ```bash pip3 install bme68x ``` ### How to install the extension with BSEC - clone [this repo](https://github.com/pi3g/bme68x-python-library) to a desired location on you hard drive - download the licensed BSEC2.0 library [from BOSCH](https://www.bosch-sensortec.com/software-tools/software/bme688-software/)<br> - unzip it into the *bme68x-python-library-main* folder, next to this *README.md* - open a new terminal window inside the *bme68x-python-library-main* folder ```bash sudo python3 setup.py install ``` ### How to use the extension - to import in Python ```python import bme68x ``` or ```python from bme68x import BME68X ``` - see PythonDocumentation.md for reference - to test the installation make sure you connected your BME68X sensor via I2C - run the following code in a Python3 interpreter ```python from bme68x import BME68X # Replace I2C_ADDR with the I2C address of your sensor # Either 0x76 (default for BME680) or 0x77 (default for BME688) BME68X(I2C_ADDR, 0).get_data() ``` #### For documentation and examples please refer to our [GitHub](https://github.com/pi3g/bme68x-python-library)<br> #### For feedback, bug reports or functionality requests send an E-mail to nathan@pi3g.com<br> ![pi3g logo](https://pi3g.com/wp-content/uploads/2015/06/pi3g-150px-only-transparent-e1622110450400.png)<br> pi3g is an official approved Raspberry Pi reseller, and a Coral Machine Learning Platform (from Google) distribution partner.<br> We take care of all your Raspberry Pi and Coral related hardware and software development, sourcing, accessory and consulting needs!<br> Check out [our homepage](https://pi3g.com) and file your personal software or hardware request.<br> Also visit [our shop](https://buyzero.de).<br>


نحوه نصب


نصب پکیج whl bme68x-1.0.4:

    pip install bme68x-1.0.4.whl


نصب پکیج tar.gz bme68x-1.0.4:

    pip install bme68x-1.0.4.tar.gz