-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sleep and wakeup command #8
Comments
Could you please look at the example? In the example this would be used like this: |
Ok. |
The SDS011 will go down to < 4mA in sleep mode. For more see https://inovafitness.de/wp-content/uploads/2018/02/SDS011laserPM2.5sensorspecification-V1.3.pdf |
OK, thanks. |
Really? This should be a simple task if you think you can write own software. |
Hi, I'm working on a Arduino Ethernet weather station which uses SDS011. Sensor is reading pm25 and pm10 values just fine, however I'm unable to put it into sleep mode. Even using premade schetches from SDS011 library in Arduino 1.8.5 I get the same results ( the fan is still spinnig and sensor doesn't go down to 4 mA). Do you know what I might be doing wrong? Thanks for reply. |
@rogalskj92 please check your connections between the Arduino and the SDS011. The sensor can be read even if no command can be send. This may be caused by a wrong connection between the RX pin on the SDS011 and the TX pin on the Arduino. |
Hi,
how does the sleep and wakeup command shall be used?
thanks for reply
The text was updated successfully, but these errors were encountered: