-
Notifications
You must be signed in to change notification settings - Fork 8
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
Sensor.py Remote I/O Error from Dust Sensor (Sharp GP2Y10 14 7218) #6
Comments
@samAlti What did you modify into the base Adafruit BME280 driver? do you remember? comparing them is too difficult there were too many changes. My idea is to use the Adafruit one, it seems you only use the read_temperature & read_humidity into it. What do you say? For the moment its crashing into the init sometimes & read_temperature for sure (from your bme_combo.py file) |
Increased counter between write & readbyte on dust sensor, but getting 15, 255 as data always, the produced results after your calculations seem false... |
seems that this person has same problem... https://forum.dexterindustries.com/t/interacting-with-a-sharp-gp2y1010-dust-sensor/1878 |
I/O Error disappeared so closing the issue, even if I don't know if the data are correct... |
@phgachoud thank for your update Thanks |
Opening the next issue, when calling Sensly.py It crashes on a readbyte, already tried to reset the GPIO before but does not solve the problem.
The text was updated successfully, but these errors were encountered: