MQTT Client over BLE, possible using nrfConnect SDK?

Hello

I would like to build an application that will publish data to an MQTT broker.
I found the MQTT Client - Publisher Example, that shows how to build a BLE MQTT clients, but it is for the nRF5 SDK v16.0.0.

I would like to ask if it is possible using the nRF52840 processor, to build a BLE MQTT client that publish data using an external BLE enabled router.

So the setup would be, connect the nRF52840 using Bluetooth to a router (with an internet connection) and publish data to an MQTT Broker.

Thank you

Related