sds-dust-sensors-arduino-library icon indicating copy to clipboard operation
sds-dust-sensors-arduino-library copied to clipboard

Library for Nova Fitness SDS dust sensors family (SDS011, SDS021)

Results 6 sds-dust-sensors-arduino-library issues
Sort by recently updated
recently updated
newest added

ESP32 boards support remapping of GPIO pins to Serial ports (UART0/1/2). This PR enhances API in Serial.h with an option to pass custom rxPin and txPin to HardwareSerial. It keeps...

Sensor board sometimes returns incorrect firmware version with status OK. Some of tested sds011 sensors returned 1.0.0 version [year.month.day]. Solution: version should be checked against possible ranges (at least month...

good first issue

Hey, i tried the custom timing mode and now the sensor kind of seems like its stuck in it. Ofc i tried to upload other programs like the quickstart but...

Hello, and first of all thanks for your great and useful library! By compiling code containing reference to "SdsDustSensor.h" on Arduino IDE 1.8.42.0 using card "Arduino Nano 33 BLE" I...

Hey, with the current version 5.2.2 for the esp8266 platform we have an api change in the library: https://github.com/plerup/espsoftwareserial/commit/2bbedb761670fed38ee3b3057843da2face7695c#diff-8d137b6230feb3539a63ba9284979346 1. move the Rx, Tx Pin to the begin() 2. maybe...

When I try to compile the example for a ES32 board, I get this error in the Arduino IDE. ``` Feinstaub:33:31: error: invalid initialization of non-const reference of type 'HardwareSerial&'...