Replies: 1 comment 2 replies
-
Hi, thank you for sharing your thoughts and experience! Your issue may be related to the "I2C read issue" point discussed in Tested platforms and known issues. There you can find some references to similar issues discussions. Are you experiencing the issue after a soft reset or a hard reset? Did you write your main.py such that you're sure that a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Thank you for your work on this great library. It runs really well for me!
However, I wanted to know how to reset the sensor without having to restart the whole microcontroller.
When I launch my main.py for the first time, everything runs fine. Yet, if I start it a second time, I get this error:
With the previous version of the library, the error was actually
Cannot find sensor on the I2C bus.
. I'm sure I am doing something wrong but i don't know what. Do you have an idea on how to avoid this error in the sensor setup when restarting a script?I'm running on an ESP32 Devkit 1.
Beta Was this translation helpful? Give feedback.
All reactions