Connecting to Raspberry Pi#
- Connecting the Radio
from RPI RFM69
library
![]() |
Pin Guide Raspberry Pi to RFM69HCW (Adafruit and Spark Fun breakouts) #
PI Name | 3v3 | Ground | MOSI | MISO | SCLK | ID_SC | CE0 | |
---|---|---|---|---|---|---|---|---|
PI GPIO* | 10 | 9 | 11 | 8 | 5 | |||
PI Pin | 17 | 25 | 19 | 21 | 23 | 28 | 24 | 29 |
Adafruit | Vin | GND | MOSI | MISO | CLK | G0 | CS | RST |
Breakout Garden SPI | 3V3 | GND | MOSI | MISO | SCLK | GPIO | CS |
*
These numbers refer to the pin index when you could from top left to bottom right i.e. odd number on the left and evens on the right. These are not the GPIO numbers. pinout.xyz
is an amazingly helpful tool.

