-
Notifications
You must be signed in to change notification settings - Fork 0
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
I2C line broke for non-powered external sensor #3
Comments
Phantom Power : https://forum.arduino.cc/index.php?topic=642971.0 |
Is there a way to disconnect only the VCC line to the sensor, but keeping it grounded? Would that fix the issue? |
It looks like isolating the i2c bus will be necessary. This one is an updated version of the one recommended on the discussion board posted above: |
This issue is not resolved yet. The buffer require some more space that the current Hypnos V2 does not have. Requested feature will be postponed to later version. |
For now, the system is still unstable if the all of the I2C devices are not powered before communicating with the RTC. The I2C Multiplexer can be not powered, and system will still work. |
The RTC Ds3231 is all way powered, via 3V3 and via its own battery. With the code test for the RTC DS3231, the I2C communication to the RTC would fail if there is external I2C sensor that connected to SDA and SCL without being power (disconnected Vcc and GND).
The text was updated successfully, but these errors were encountered: