Thanks Bernd,
I’m having some really frustrating issues. Its probably my lack of knowledge.
All I want to do is read from a GPS module, using Software serial and pus that data into a queue, then in another thread, that handles the BG77 module, if there are GPS coords int eh queue, send them via MQTT.
However, I am havign all sorts of issues.
You helped me setup another thread using hte RAK5860 BG77 module. I have this working now, connecting and sending via MQTT. However, the response form the Serial1 is strange, sometimes it works great other times, the message is garbled. For example, when I send a an AT cmd:
AT+QMTPUBEX=0,1,1,1,“rtk/AR00001/GPS”,"{‘id’:1, 'Device… JSON truncated}"
And then wait for the success, sometimes it comes back great with +QMTPUB: 0,1,1,1 so then I can move on, other times, its missing characters. I can’t figure out why not.
And then, suddenly the app_event_handler dosnt get called anymore.
I’m really thinking about just ditching wisblock-API.
Question, does the RAK1910 GNSS module use a different serial uart to the RAK5860?
I was hoping to save a UART for future sattelite comms, but I will have to figure something else out.