Is there a plank for these i2c connectors? Should be dead simple 4 pins (could add SAO and tildagon hexpansion too for a few more)
If somebody hasn’t already covered it, I can fire up kicad I guess
Is there a plank for these i2c connectors? Should be dead simple 4 pins (could add SAO and tildagon hexpansion too for a few more)
If somebody hasn’t already covered it, I can fire up kicad I guess
This is the first I’ve heard of a desire for such a plank.
I’ve a small pile of breakout boards with either grove or quiik 4 pin connectors on them - I can connect to them with jumpers but a plank would be faster.
I’ll put something together this week
I’m definitely interested. I have several Qwicc/Stemma QT adapter boards for my Raspberry Pi collection.
Great idea. I’d be happy to make one up. What are all the connectors types?
System | Type | Pitch | Pins | Pin order |
---|---|---|---|---|
Stemma-3 | JST PH | 2.0mm | 3 | 1.GND, VCC, DAT |
Stemma I2C | JST PH | 2.0mm | 4 | 1.GND, VCC, SDA, SCL |
Qwiic/Stemma QT | JST SH | 1.0mm | 4 | 1.GND, VCC, SDA, SCL |
Grove | HY2.0/A2008WR-S-4P | 2.0mm | 4 | 1.GND, VCC, SDA, SCL |
Gravity | JST PH | 2.0mm | 4 | 1.SDA, SCL, GND, VCC |
Breakout Garden | Edgeboard card connector | 2.54mm | 5 | 1.VCC, SDA, SCL, N/A, GND |
Does this seem right?
Included the STEMMA 3 on a pin with PWM and FREQ measurement. But if it is intended to be used with RGB LEDs, then IO0 is probably a better choice.
Should there be more than one connector for the popular standard like Qwiic/StemmaQT?
The breakout garden is a PCB edge connector. I’ll need to make a footprint for it.
The 5 Qwiic version is excellent, but what about reducing the Qwiic numbers by 1 or 2 and adding an extra Grove connector?
I’ll share my thoughts, respond to your questions, and also list some additional actionable feedback:
In case you waffle on inclusion of something, here’s my thoughts.
I’d appreciate feedback on
- Should there be multiple of the common connector (Qwiic)
- Worth including the Stemma 3P connector?
Yes, I would have multiple STEMMA QT (Qwiic) connectors. Many STEMMA QT boards have daisy-chain ports, but not all. Maybe reduce to three (or four) ports, to make it more finger-friendly? I imagine I’d have trouble getting all four connectors populated.
I’m abivalent about the STEMMA 3P connector. If it’s included, I’d give it a unique plank IO … not overload with SDA
(IO0
) / SCL
(IO1
). It’s useful for buttons and directly driven (PWM) LEDs, but … the value of a standard port is lower than for I2C.
IO6
and IO7
?Thank you for sharing your knowledge with us. I concur with all of your points. I’ve definitely learned something from your reply!