Communication with SCD41 (ESP8266) #672
XXXmathevXXX
started this conversation in
General
Replies: 1 comment
-
After some additive hours of testing, I found out that: But I still don't understand WHY. If I connect +3,3 V of the sensor to one GPIO and manually restart it, IT doesn't work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I cannot solve my problem getting data from SDC41 using ES8266-RTOS-SDK and this library. Physically, I have everything connected correctly (including 4k7 pull-up resistors). I get the communication error
![image](https://private-user-images.githubusercontent.com/79116453/406435252-54aed20e-2768-498d-a4d3-a97f97e5cc62.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTA1MjgsIm5iZiI6MTczODg1MDIyOCwicGF0aCI6Ii83OTExNjQ1My80MDY0MzUyNTItNTRhZWQyMGUtMjc2OC00OThkLWE0ZDMtYTk3Zjk3ZTVjYzYyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDEzNTcwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTljNDY3NzU3MzRhODc5ZDEzMzJmY2E5OTk4ZWIzY2ZkYWY4MGZhZWQ4MzBlNmU3Nzk4NjBjODg1NDQ5MmFjMjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8LlEWYBzQr4h6xUKG3Tczs1zYV3BksZK21nF1YZcclw)
![image](https://private-user-images.githubusercontent.com/79116453/406435349-b6668efa-ccc4-4900-9d5d-69c8a18b79d3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTA1MjgsIm5iZiI6MTczODg1MDIyOCwicGF0aCI6Ii83OTExNjQ1My80MDY0MzUzNDktYjY2NjhlZmEtY2NjNC00OTAwLTlkNWQtNjljOGExOGI3OWQzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDEzNTcwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA1NmFlYTAyNTcwYjM1MzRjMzM3YWIyMTg2OTIxYzNmM2NjZDgwMzg1MmU4ZDZiMGQ1NGUzNjc4NGFjNWExYzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-_L-sgDzyMQIagcj2VVNBLKLUDFuCJkIpLw27Te-pe8)
I tried using the example code here in the repository.
Nothing else is on the I2C bus now.
I also tried one test to see if the sensor was working. I tried using the Arduino platform, and it worked immediately.
Would you have some tips, or should I try another library? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions