Skip to main content

Limited Support

Not all sensors and modules of the senseBox can currently be used with CircuitPython.
For many, libraries already exist, while for others support is still missing. New libraries are gradually being developed by the community or directly for the senseBox.
You can find an overview of the supported hardware and sensors in the table below.

Supported Components

ComponentLibrary availableLinkNotes
BME680 Environmental SensorYeshttps://github.com/adafruit/Adafruit_CircuitPython_BME680Adjustment of I2C address required
SCD30 CO2 SensorYeshttps://github.com/adafruit/Adafruit_CircuitPython_SCD30Adjustments to example code required (see GitHub examples)
BMP280Yeshttps://github.com/adafruit/Adafruit_CircuitPython_BMP280
HDC1080Yeshttps://github.com/sensebox/CircuitPython_HDC1080/
SPS30Yeshttps://github.com/sensebox/Adafruit_CircuitPython_SPS30
VEML6075 UV SensorYeshttps://github.com/adafruit/Adafruit_CircuitPython_VEML6070/
ToF SensorYeshttps://github.com/sensebox/CircuitPython_VL53LxCX
DPS310Yeshttps://github.com/adafruit/Adafruit_CircuitPython_DPS310/Adjustment of I2C address required
MPU6050 GyroscopeYeshttps://github.com/adafruit/Adafruit_CircuitPython_MPU6050Sensor only available for MCU-S2.1 and adjustments to example code required (see GitHub examples)
ICM-20948 GyroscopeYeshttps://github.com/adafruit/Adafruit_CircuitPython_ICM20X/Sensor only available for MCU-S2.2 and adjustments to example code required (see GitHub examples)
OLED DisplayYeshttps://github.com/adafruit/Adafruit_CircuitPython_SSD1306
SD-BeeYes
LoRa-Bee//
Bluetooth-Bee//

To use the libraries, you can download the release from the right-hand side of the GitHub repositories.
Make sure to download the file named "10.x-mpy_.zip".
Then unzip the file and copy the included .mpy files into the lib folder on the CIRCUITPY drive.
For more information, see here.