Hello,
I just received two(2) QT Py RP2040 a few day ago. I update the Python 7.2.5. I download the BME_680 bundle and copied the library file and code.py to the QT PY RP2040. I continuously get this error:
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
Press any key to enter the REPL. Use CTRL-D to reload.
soft reboot
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Traceback (most recent call last):
File "code.py", line 9, in <module>
RuntimeError: No pull up found on SDA or SCL; check your wiring
Code done running.
Press any key to enter the REPL. Use CTRL-D to reload.
This occurs on both QT Py RP2040s. I tried different combination of BME-688 sensors and Stemma connectors. I tried installing a older version on python 7.2.4. & 7.3.0.rc2. Error remains.
Please help. TY
Alex J.