pimoroni / EnviroPlus-FeatherWing

CircuitPython library for the Enviro+ FeatherWing
https://shop.pimoroni.com/products/enviro-plus-featherwing
MIT License
10 stars 11 forks source link

Enviro+ FeatherWing

Buy Enviro+ FeatherWing here.

Care about air with Enviro+ FeatherWing. It's packed full of environmental sensors that'll get you started in the world of citizen science. Monitor weather, light level, noise pollution, and air quality, in your local area and contribute your data to better understand trends in air pollution.

Quick start

If you know what you're doing, follow the instructions below.

If you need a bit more detail, then follow our detailed Getting Started guide

Recommended hardware

We recommend using the following hardware:

Recommended software

We recommend using Mu editor, as it has built-in support for CircuitPython devices.

Dependencies

Warning

The following examples will not work on the M0 boards, due to their limited RAM compared to other CircuitPython Feather boards:

Development

To clone the repository, please use git clone with the option --recurse-submodules, otherwise not all the libraries will be downloaded. Do not download the zip as this will not contain all the libraries either.

Example: git clone https://github.com/pimoroni/EnviroPlus-FeatherWing --recurse-submodules

When cloning, the symlinks set up for library building only seem to work on Linux. You may also need to make sure this config option hasn't been set to False: git config --get core.symlinks