https://github.com/gavinlyonsrepo/sensors_pico
Combined Sensors library. A SDK C++ library for Raspberry PI PICO's. Supported list : BMP280 LM35 LM75A DHT11 AHTXX
https://github.com/gavinlyonsrepo/sensors_pico
aht10 aht15 aht20 bmp280 dht11 humidity library lm35 lm75 lm75a pico-sdk raspberry-pi raspberry-pi-pico raspberrypi raspberrypi-pico rpi rpi-pico sdk sensor temperature-sensor
Last synced: 2 months ago
JSON representation
Combined Sensors library. A SDK C++ library for Raspberry PI PICO's. Supported list : BMP280 LM35 LM75A DHT11 AHTXX
- Host: GitHub
- URL: https://github.com/gavinlyonsrepo/sensors_pico
- Owner: gavinlyonsrepo
- License: gpl-3.0
- Created: 2022-09-13T22:14:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T12:24:44.000Z (5 months ago)
- Last Synced: 2025-06-22T07:07:12.508Z (4 months ago)
- Topics: aht10, aht15, aht20, bmp280, dht11, humidity, library, lm35, lm75, lm75a, pico-sdk, raspberry-pi, raspberry-pi-pico, raspberrypi, raspberrypi-pico, rpi, rpi-pico, sdk, sensor, temperature-sensor
- Language: C++
- Homepage: https://gavinlyonsrepo.github.io/
- Size: 291 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gavinlyonsrepo.github.io/) [](https://gavinlyonsrepo.github.io//feed.xml) [](https://www.paypal.com/paypalme/whitelight976)
# Sensor Library for Raspberry PI PICO
## Table of contents
* [Overview](#overview)
* [Documentation](#documentation)
* [Supported devices](#supported-devices)## Overview
* Name : Sensors_PICO
* Description :C++ Library to support sensors for the Raspberry PI PICO. [URL project github link](https://github.com/gavinlyonsrepo/sensors_PICO)
* Author: Gavin Lyons
* Developed on Toolchain:
1. Raspberry pi PICO RP2040
2. SDK(1.4.0) C++20
3. compiler G++ for arm-none-eabi((15:10.3-2021.07-4)
4. CMAKE(VERSION 3.20) , VScode(1.84.2)
5. Linux Mint 22.1## Documentation
### Supported devices
| Component name | Type | Interface | Readme URL link |
| -------- | ---------- | --------- | ---------- |
|LM35|Temperature | ADC | [Readme](extra/doc/lm35/README.md)|
|LM75A|Temperature | I2C | [Readme](extra/doc/lm75/README.md)|
|DHT11| Humidity | GPIO | [Readme](extra/doc/dht11/README.md)|
|AHT10| Humidity | I2C | [Readme](extra/doc/ahtxx/README.md)|
|BMP280 | Pressure | SPI or I2C | [Readme](extra/doc/bmp280/README.md)|