adafruit / RadioHead

A github'ified version of http://www.airspayce.com/mikem/arduino/RadioHead/
Other
186 stars 115 forks source link

RPI Pico program crash when using interrupt? (RFM95 client) #70

Open dirksavage88 opened 1 year ago

dirksavage88 commented 1 year ago

Has anyone else tried to run RFM95 simple client on a pico? I can't seem to get past the 'send' function, and it most likely hangs on that or waitpacketsent. I have yet to debug, but wondering if anything specific is required to get interrupts to work on the pico, since as soon as I connect the interrupt gpio and pass it into rfm95 init, the program crashes. Without the gpio connected, it just hangs on send / waitpacketsent