Skip to main content

Library for the Pimoroni mics6814 breakout-garden breakout

Project description

MICS6814 Breakout Garden Breakout

Build Status Coverage Status PyPi Package Python Versions

Installing

Pre-requisites

You must enable i2c:

  • i2c: sudo raspi-config nonint do_i2c 0

You can optionally run sudo raspi-config or the graphical Raspberry Pi Configuration UI to enable interfaces.

Full install (recommended):

We've created an easy installation script that will install all pre-requisites and get your BH1745 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:

Stable library and dependencies from GitHub:

  • git clone https://github.com/pimoroni/mics6814-python
  • cd mics6814-python
  • sudo ./install.sh

Latest/development library and dependencies from GitHub:

  • git clone https://github.com/pimoroni/mics6814-python
  • cd mics6814-python
  • sudo ./install.sh --unstable

Note Libraries will be installed in the "pimoroni" virtual environment, you will need to activate it to run examples:

source ~/.virtualenvs/pimoroni/bin/activate

Stable (library only) from PyPi:

  • In your Python Virtual Environment, run pip install pimoroni-mics6814

1.0.0

  • Port to hatch/pyproject.toml
  • Bump to ioexpander >= 1.0.0

0.0.2

  • Swap Oxidizing/Reducing pins so readings are correct

0.0.1

  • Initial Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pimoroni_mics6814-1.0.0.tar.gz (12.9 kB view hashes)

Uploaded Source

Built Distribution

pimoroni_mics6814-1.0.0-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page