-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
I think the pin mapping for the Pi Pico is incorrect.
Managed to figure out the pinout and got it working with the RFM95W.
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)
Metadata
Metadata
Assignees
Labels
No labels