Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Pi Pico pinout #58

Open
jarleven opened this issue Jan 24, 2024 · 2 comments
Open

Wrong Pi Pico pinout #58

jarleven opened this issue Jan 24, 2024 · 2 comments

Comments

@jarleven
Copy link

I think the pin mapping for the Pi Pico is incorrect.
Managed to figure out the pinout and got it working with the RFM95W.
pico

I believe this pin mapping is correct:

 *                SCK   <――――――――――>  18   (SCK)      (PIN_SPI_SCK)
 *                MOSI  <――――――――――>  19   (MOSI)     (PIN_SPI_MOSI)
 *                MISO  <――――――――――>  16   (MISO)     (PIN_SPI_MISO)
 *                NSS   <――――――――――>  17   (SS)       (PIN_SPI_SS)
@s00500
Copy link

s00500 commented Jul 4, 2024

THANKS SO MUCH, I can very much confirm that this is an issue

@s00500
Copy link

s00500 commented Jul 4, 2024

(and that it works fine with the pinout you are documenting here)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants