Σχόλια σε: Feather RP2040 και I2C https://picockpit.com/raspberry-pi/el/circuitpython-adafruit-feather-rp2040-and-i2c/ Τρί, 19 Σεπτεμβρίου 2023 14:37:58 +0000 ωριαία 1 https://wordpress.org/?v=7.0.3 Από: Johnstone https://picockpit.com/raspberry-pi/el/circuitpython-adafruit-feather-rp2040-and-i2c/#comment-13081 Τρί, 27 Ιούνιος 2023 14:43:03 +0000 https://picockpit.com/raspberry-pi/?p=1207#comment-13081 Thank you for this article.
I’m migrating from Raspberry Pi Pico and have been looking for something like this!
Awesome!

]]>
Από: raspi berry https://picockpit.com/raspberry-pi/el/circuitpython-adafruit-feather-rp2040-and-i2c/#comment-7244 Σαβ, 04 Φεβ 2023 11:47:50 +0000 https://picockpit.com/raspberry-pi/?p=1207#comment-7244 Σε απάντηση στο Rob.

Thank you for your thoughtful comment, Rob! Loose wires are like the “is it powered?” of the computer support world 🙂 Better to check than to spend hours debugging

]]>
Από: Rob https://picockpit.com/raspberry-pi/el/circuitpython-adafruit-feather-rp2040-and-i2c/#comment-6328 Δευτέρα, 23 Ιαν 2023 16:45:24 +0000 https://picockpit.com/raspberry-pi/?p=1207#comment-6328 Thank you for a helpful article! I have two suggestions:

1) One cause for the “no pull up found” error (which is what brought me here) can also be caused by a dumb mistake: having a loose wire! This happens to me all too often because I am using Stemma connectors which are a little finniky.

2) I think your example code is a little confusing, in that I think it could/should have started with the simplest case wherein you use the two available I2C controllers, such as

i2c = busio.I2C(board.SCL, board.SDA)

si2c = busio.I2C(board.A9, board.A6)

The methods you use after that are of course still valid and useful!

/rob

]]>