jfedor2 / hid-remapper

USB input remapping dongle
Other
762 stars 105 forks source link

Waveshare RP2040-Zero pinouts #113

Open davewongillies opened 4 months ago

davewongillies commented 4 months ago

I'm attempting to use a Waveshare RP2040-Zero with hid-remapper and wanted to double check the pin outs when using it with hid-remapper as when I connect anything to my RP2040-Zero I don't see anything when I'm on the Monitor tab of https://www.jfedor.org/hid-remapper-config/

Looking at the docs it says:

D+ to GPIO0 (pin 1), D- to GPIO1 (pin 2), VBUS to VBUS (pin 40) and GND to GND (pin 38)

Looking at the Waveshare RP2040-Zero I think that would that map to?

D+ to GPIO0 (pin 0), D- to GPIO1 (pin 1), VBUS to VBUS (5V) and GND to GND (GND)

image

I've checked continuity from the cable that I've soldered to those pins and that's good. I've tried using the remapper_waveshare_rp2040_pizero.uf2 firmware file from the last two releases.

jfedor2 commented 4 months ago

Try the regular remapper.uf2 file if you're using pins 0 and 1, the remapper_waveshare_rp2040_pizero.uf2 firmware is for a different board (yeah, their naming is confusing).

bjlaur commented 3 months ago

I can confirm the remapper.uf2 works with the Waveshare RP2040-Zero when using pins 0 and 1.

MrMennens-tech commented 1 month ago

I can confirm the remapper.uf2 works with the Waveshare RP2040-Zero when using pins 0 and 1.

Thanks! Will try this out also!