Replies: 7 comments 4 replies
-
I have managed to get a Pimoroni Qw/ST controller working on Qwiic2 in place of a Nunchuk, emulating the Kempston! I will tidy this up and share some forked code shortly. https://makertube.net/w/gyLyf5CoK4kzkoMaY5w6Co I've also managed to get the Pimoroni multisensor working, and detected in BASIC in the 48K. Having some issues with Qwiic1 though, it does not seem to want to play. |
Beta Was this translation helpful? Give feedback.
-
It's entirely possible there is an error somehwere on my side. Much of my testing was on QWIIC2 |
Beta Was this translation helpful? Give feedback.
-
OK. Disclaimer, I am not a Kicad expert! Based on what I think I see (?) in the schematic and in the firmware code:
Is that correct or am I misunderstanding something? |
Beta Was this translation helpful? Give feedback.
-
Yep - that’s correct. At the moment qwiic1 is not used by the firmware.
We could set things up so we try and detect the nunchuck (or any other
peripherals) on either qwiic1 or qwiic2.
…On Thu, 17 Jul 2025 at 22:15, Andy Piper ***@***.***> wrote:
OK. Disclaimer, I am not a Kicad expert!
Based on what I think I see (?) in the schematic and in the firmware code:
- Qwiic1 connects to GPIO 5/6 but is not referenced in the firmware
- Qwiic2 connects to TX/RX == GPIO 43/44 which is referenced as for
Nunchuk or Adafruit Seesaw in the firmware.
Is that correct or am I misunderstanding something?
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFMTAGLHXLAVFDMDJVXYQL3JAHA5AVCNFSM6AAAAACBROFOSCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZZHAYDKMI>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Could you use this for a DE9 connector and joystick support? |
Beta Was this translation helpful? Give feedback.
-
It would be nice if we could make the code "autodetect" the controller that's connected. I think this should be possible with I2C. |
Beta Was this translation helpful? Give feedback.
-
Just to note, i got some jst connectors from Ali but the wires are "wrong" green/yellow are power and black/red are i2c. So if you get something double check what's what. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Per the conversation here, QWIIC2 on the right side can handle a Wii Nunchuck as a Kempston joystick.
Is QWIIC1 set up for anything specific.
(can you tell I have not done any proper digging in the firmware code yet... PlatformIO can wait for later in the week!)
I guess the idea of the expansion header is that it is straightforward to solder on a header and play with the GPIO... I wonder how that could be interfaced with Speccy BASIC... 🤔
Beta Was this translation helpful? Give feedback.
All reactions