RFM69 433 MHz and 900 MHz Featherwings used at Same time

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
chickpeas75
 
Posts: 1
Joined: Thu Jul 29, 2021 7:23 pm

RFM69 433 MHz and 900 MHz Featherwings used at Same time

Post by chickpeas75 »

Hello,

I have a project where I need both a 433 MHz and a 900 MHz Featherwing RFM69 Radio listening at the same time.
I know using SPI I can allow one of the radios to communicate to my Feather Huzzah-32 ESP32 if the other radio has its SS or CS pin set to HIGH, but how do I account for the case where I need to toggle between radios based on when each radio receives a signal? Is there a way to set HIGH quickly to the other radio's SS/CS pin when one radio receives a packet?

Thanks

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”