Hi
I have developed a beacon scanner application.using nRF52 dongle as beacon and nRF52840 DK as scanner. whatever data which is being flashed by the beacon module gets scanned by the DK module.data which get scanned by DK is RSSI,beacon ID,and UUID
Now this data needs to be published to the gateway using MQTT which will be another nRF52840 DK and further gateway will post data to server
kindly guide me developing this nRF gateway module using MQTT broker service
if any one can provide the sample code for me it will be well and good for reference.