You are reading a single comment by @LorenzoG and its replies. Click here to read the full conversation.
  • The BG96 issue is solved by switching the RX and TX pins within Serial setup:

    Serial1.setup(115200,{tx:PINS.LTE_RXD, rx:PINS.LTE_TXD, cts:PINS.LTE_RTS});
    

    Now the BG96 get GPS positions and the http get request works on Rak5010!

About

Avatar for LorenzoG @LorenzoG started