#
sps30
Here are 24 public repositories matching this topic...
Embedded i2c Driver for Sensirion Particulate Matter Sensors - Download the Zip Package from the Release Page
embedded
i2c
sensor
driver
particulate-matter
particulates-sensors
sensirion
sps30
sensirion-embedded-drivers
-
Updated
Dec 14, 2020 - C
SPS30 PM Sensor I2C Driver for Python3
-
Updated
Dec 27, 2019 - Python
SPS30 connected to Raspberry Pi
-
Updated
Jun 20, 2021 - C++
ioBroker IoT Framework (based on NodeMCU ESP8266)
weather
iot
esp8266
nodemcu
temperature
particle
pressure
sensors
iobroker
humidity
bme280
anemometer
bme680
co2-sensor
scd30
sps30
aqi-monitor
bsec
iaq-monitor
particle-matter
-
Updated
Jul 6, 2021 - C++
Air Quality Sensor using ESP32 with sensors SPS30, BME680 and OLED SSH1106 output + DashBoard WebServer + Logging to ThingSpeak
-
Updated
Nov 12, 2019 - HTML
Python-based driver for Sensirion SPS30 particulate matter sensor. Tested on Raspberry Pi Zero/Zero W/3B+/4B.
-
Updated
Mar 26, 2022 - Python
Linux Kernel Driver for Sensirion SPS30. External module based on the upstream sps30 driver that is backported to older kernels
-
Updated
Apr 8, 2020 - C
SPS30 with Feather Lora 32U4 connected to TTN & Luftdaten
lorawan
forwarder
bme280
ttn
lorawan-application
luftdaten
sensirion
sps30
feather-32u4
feather-lora
-
Updated
Mar 16, 2020 - C++
A firmware for a remote environmental sensor node over LoRaWAN, based on the TTGO T-Beam 1.1 board
-
Updated
Jan 27, 2022 - C++
This sketch uses three independent sensors to measure the indoor climate and air quality with a high level of precision. The data will be sent to iobroker for further processing and visualization.
iot
esp8266
nodemcu
temperature
iobroker
humidity
co2
iaq
sps30
epaper-displays
be280
be680
iobroker-iot-framework
-
Updated
Dec 11, 2020 - C++
Different programs for SODAQ AFF/SARA
ublox
dht11
dht22
ds18b20
temperature-sensor
bme280
sara
sodaq
luftdaten
nb-iot
allthingstalk
co2-sensor
scd30
sps30
r410m
-
Updated
Sep 6, 2020 - C++
CircuitPython code for our "dust" weather station
-
Updated
Jul 15, 2022
A shield for the TTGO TBeam 1.1 to connect several environmental sensors. Made with KiCad
-
Updated
Mar 30, 2021
Improve this page
Add a description, image, and links to the sps30 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sps30 topic, visit your repo's landing page and select "manage topics."
On some arduino architectures the current implementation causes compiler warnings as there is no implementation for
uint8_t requestFrom(uint8_t address, uint16_t size) in the wire library.
Example is the esp32 architecture.
I think it is save to change it to uint8_t to avoid these warnings.
Signed-off-by: Volker 15142022+moeskerv@users.noreply.github.com