You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The examples are designed to run without external hardware, but they still seem to require pull-up resistors (which makes sense). At least I think this is what makes the difference. The only board I can get them to run on is part of a non-trivial test stand, so I can't be sure.
The solution here is to verify that pull-up resistors are actually what's missing (10 kOhm on the SCL and SDA pins should work) and either document that in the examples, or figure out if the built-in pull-up resistors can be configured in software (never tried that).