GPS and LoRaWAN Modules together



  • I'm trying to use the LoRaWAN module to send GPS coordinates to my server. I've got the LoRaWAN functionality working as well as the GPS, but when I try to put them together the LoRaWAN stops working. I've followed the instructions related to changing the pins on the GPS board by cutting and soldering but when I initialize the GPS (using 'Init With Custom Pin'), the LoRaWAN module is only able to get it's UART response one time. Any ideas?

    Update: FYI, I've put the flow on GitHub here.