LoRa Disable Enable

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Kelmer
 
Posts: 24
Joined: Mon May 14, 2018 4:18 pm

LoRa Disable Enable

Post by Kelmer »

My setup consists of a feather MO with a LoRa module that has an Ethernet board stacked on top. The board seems to randomly freeze itself when working so I presumed the issue to be that I am not disabling the radio while the Ethernet board is communicating online. I have attempted to temporarily disable to LoRa module with the recommended pinmode(8, INPUT_PULLUP) but once I do this, I can't get the radio to work again. I have tried setting it to pinmode(8, INPUT), digitalwrite(8, HIGH), digitalwrite(8 LOW), and nothing seems to bring it back online once I have run the pull up code. How do I get this setup to work with the radio module running then stopping for the Ethernet module then resuming afterwards?
Thanks in advance for the help.

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

Return to “Feather - Adafruit's lightweight platform”