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!
@LorenzoG started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The BG96 issue is solved by switching the RX and TX pins within Serial setup:
Now the BG96 get GPS positions and the http get request works on Rak5010!