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
I have a number of Qwiic & StemmaQT boards that I'd be interested in getting working with Tinygo. I've not built any drivers before, but I may try and build them if I can't find them!
I'll update this issue with what I find as I go, but I'd appreciate pointers to drivers that already exist, or new Qwiic/StemmaQT boards that you already know work.
(If you'd also like a driver for one of these boards, please just 👍 on this issue, rather than post a comment 😊)
Hello, I like this, nice initiative, I might be able to help if I get some of the boards.
Qwiic & StemmaQT is just the connector for I2C, you need to look for the specific chip on those boards.
Rotary encoder is using the adafruit's seesaw firmware -Adafruit seesaw is a near-universal converter framework- , there's already a driver for it ( tinygo.org/x/drivers/seesaw ), some modification might be needed to work with the rotary encoder
Thanks @conejoninja! I've added your information into my table, and created a column for the I2C chip driving each of these boards (great pointer) — hopefully I'll get some time over the next week or two to try out the rotary encoder & the qwiic button (which seems simple enough it should be a great starter driver project for me!)
I have a number of Qwiic & StemmaQT boards that I'd be interested in getting working with Tinygo. I've not built any drivers before, but I may try and build them if I can't find them!
I'll update this issue with what I find as I go, but I'd appreciate pointers to drivers that already exist, or new Qwiic/StemmaQT boards that you already know work.
(If you'd also like a driver for one of these boards, please just 👍 on this issue, rather than post a comment 😊)
I'm testing with a QT Py RP2040.
(Places I've looked: Official drivers, Periph drivers — code & issues/PRs, Github & searching the internet.)
(Ideally this would be a Github Discussion thread, but they don't seem to be enabled here!)
The text was updated successfully, but these errors were encountered: