You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to connect an RFM69 to a Raspberry Zero. It already is connected to an ePaper Hat, which uses the same SPI pins.
I appreciate that the Interrupt pin can be changed
"You can change the interrupt pin (GPIO24) in the class init."
but how can I change the Chip Select (NSS/CE) pin to make these two SPI modules work?
Thank you.
The text was updated successfully, but these errors were encountered:
so set spiDevice to the CE you would like to use. Here's an example pinout https://pinout.xyz/pinout/spi you can set device to 0 or 1 which would be pins 24 or 26.
Hello,
I'm trying to connect an RFM69 to a Raspberry Zero. It already is connected to an ePaper Hat, which uses the same SPI pins.
I appreciate that the Interrupt pin can be changed
"You can change the interrupt pin (GPIO24) in the class init."
but how can I change the Chip Select (NSS/CE) pin to make these two SPI modules work?
Thank you.
The text was updated successfully, but these errors were encountered: