-
Notifications
You must be signed in to change notification settings - Fork 9
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
Reading 0.00 #3
Comments
maybe some additional info, the sensor is a SDP610-125Pa and I use it with a nodemcu |
Hi, I hope that helps. Let me know how you get on. |
Hi Tony, The scanner does return 0x40. |
Hi Vercruysse, |
Hi Tony, I get: Pressure Differential (Pa): :readSensor-data: 0.00 0.00-10000000.00 Pressure Differential (Pa): :readSensor-data: 0.00 0.000.00 Pressure Differential (Pa): :readSensor-data: 0.00 0.000.00 Pressure Differential (Pa): :readSensor-data: 0.00 0.00-10000000.00 Pressure Differential (Pa): :readSensor-data: 0.00 0.000.00` As far as I know, wifi is in 'sleep' by default and i'm not using it. I'll try to find a way to disable it. |
Also, an other i2c sensor (sht31, address 0x44)) gives me the the values that i want. |
Hi Serial.begin(115200); Wire.begin(D2, D1); // sda, scl Wire.setClockStretchLimit(40000); }` Pieter |
Hi Pieter, |
Hi Tony, |
Hi all, |
Hi Egyras, |
I have included ClockStrechLimit, all fine here as I get readings. I2C scanner gets device without issues. |
Ok cool. Sounds like I might have copied the scale factor from the sensirion manual incorrectly. |
I have checked scale factor, also changed in SDP6x.cpp to 60.0 which is corect for SDP600-500 according Sensirion documentation. I was just blowing air to one sensor port ;) |
:) |
Its possible to test :) |
:-) |
@vercruysse maybe had a chance to verify ? you have 125Pa version ? |
Hi, |
@Egyras readings seamed to be ok |
I will buy 125 version because 500 is too big for me and problem will be solved, thanks for feedback. |
@vercruysse maybe you already tested 125Pa version with calibrated tool ? Any feedback ? :) |
Clock stretching explicitly tells the NodeMCU/ESP8266 to slow down because the sensor is slow. FYI my esp12e has a clock frequency of 80MHz, the SDP611 sensor is normally operating on 100kHz, 400kHz max. I appreciate the tip on stretchlimit adjusting. I was having same issue. |
Hi, thanks for the library
I think I hooked up everyting ok..
Also the reading looks good..
Somethimes it reads :Pressure Differential (Pa): -10000000.00
but most of the time it just reads (Pa): 0.00
I don't get it.. i tried blowing (from far) to the sensor, but it did'nt do anything.
Could you point me in the right direction?
thanks
The text was updated successfully, but these errors were encountered: