sps30
sps30 copied to clipboard
Sensirion SPS30 driver for ESP32, SODAQ, MEGA2560, UNO,UNO-R4 ESP8266, Particle-photon on UART OR I2C coummunication
Hello Paul, I've been trying to get the SPS30 to read PM values using an Heltec ESP32 LoRa WiFi board, ive tried i2c and UART, yet am experiencing this issue,...
When i try to complile example of this lib. scd30 sps30 basic program it gives an error. Multiple definition? What to do i do?help me asap. I am using esp32...
Hi. Using the library with canairio proyect, I found that some times the sensor show me some errors: ->[SLIB] attempt enable sensor : SPS30 -->[SLIB] SPS30 Serial number : 3D59CD669A90A7EB...
Hi Paul When I comment out `#define INCLUDE_UART 1` I get a compile error: _[...] /sps30.cpp:772:1: error: control reaches end of non-void function [-Werror=return-type] 772 | }_ I'm compiling for...
This is a suggested change to your code. I attached sensor to ESP8266 i2c using D1,D2 but also tested with D3/D4 and D5/D6. Its power is 5V and pullup is...
Made some changes to allow the code to compile under Arduino MKR WAN 1300 and Arduino MKR Zero.
## Overview The library fails with **ESP32C3** over Espressif 5.0.0 and also over Espressif 6.0.0. With other variants, like ESP32, 8266 and also `Atmelsam` works fine. ```cpp Compiling .pio/build/ESP32C3/lib658/S8_UART/utils.cpp.o .pio/libdeps/ESP32C3/sps30/src/sps30.cpp:...