SDS011 icon indicating copy to clipboard operation
SDS011 copied to clipboard

Compatibility with esp32

Open DavidAriza opened this issue 7 years ago • 2 comments

Hey, i want to know if this library is compatible with ESP32

DavidAriza avatar Aug 20 '18 17:08 DavidAriza

I managed it by commenting out the software serial stuff.

Frickelpiet avatar Aug 20 '18 18:08 Frickelpiet

The lib should work even without commenting out the software serial stuff (but SoftwareSerial needs to be available/installed). Try the SDS011_HardwareSerial example. There you can define one of 3 possible HardwareSerials and use this for the SDS011.

ricki-z avatar Aug 21 '18 04:08 ricki-z