arduino-sps icon indicating copy to clipboard operation
arduino-sps copied to clipboard

Arduino library for Sensirion SPS30

Results 8 arduino-sps issues
Sort by recently updated
recently updated
newest added

Could you provide a working example of using the sps30_sleep() function? Here is what I tried to do: ``` #include #include #include void setup() { int16_t ret; uint8_t auto_clean_days =...

MegaAvr architectures (https://github.com/arduino/ArduinoCore-megaavr) set the ``__AVR__`` define, but use different register names than the ATMega328P, and as such the internal I2C library fails to compile. Additionally, the platform appears to...

Hi, The use of MACRO for NO_ERROR conflict with other librarie wich define it as enum. Exemple https://github.com/Seeed-Studio/Seeed_PM2_5_sensor_HM3301

bug

Currently, this library returns very limited error status, only `STATUS_OK` or `STATUS_FAIL`. It would be convenient if some additional codes would be returned (i.e. `STATUS_NO_ACK`, or `STATUS_CRC_FAIL` or `STATUS_SHORT_READ` etc.)....

enhancement

On some boards, such as STM32 boards (and probably SAMD boards too), there are multiple I²C controllers available, typically named `Wire`, `Wire1`, etc. Currently, this library always uses `Wire` hardcoded,...

enhancement

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....

good first issue

Bump Version after 1.1.0 release