Hi, I am attempting to connect my nRF5340dk to an online kapua server using MQTT.
I managed to use qemu to successfully connect to the server using protobufs.
My end goal is to use a separate GSM module to gain internet access, but If it wouldn't be too difficult, I would like to connect my nRF5340dk to an external network using my PC internet connection, via slip (USB) or any other approach. I know it's possible with RIOT-OS, but I'm new to Zephyr so I don't know how to go about implementing it