Kommentarer på: CircuitPython, Adafruit Feather RP2040 och I2C https://picockpit.com/raspberry-pi/sv/circuitpython-adafruit-feather-rp2040-and-i2c/ Tis, 19 Sep 2023 14:37:58 +0000 per timme 1 https://wordpress.org/?v=6.8.1 Av: Edward M Johnstone https://picockpit.com/raspberry-pi/sv/circuitpython-adafruit-feather-rp2040-and-i2c/#comment-13081 Tis, 27 Jun 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!

]]>
Av: raspi berry https://picockpit.com/raspberry-pi/sv/circuitpython-adafruit-feather-rp2040-and-i2c/#comment-7244 lör, 04 feb 2023 11:47:50 +0000 https://picockpit.com/raspberry-pi/?p=1207#comment-7244 Som svar på 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

]]>
Av: Rob https://picockpit.com/raspberry-pi/sv/circuitpython-adafruit-feather-rp2040-and-i2c/#comment-6328 Mon, 23 Jan 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

]]>