This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Making a gateway using nRF52840 module

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.

Parents
  • A diagram would help here!

    how does the "scanner" DK communicate with the "gateway" DK ?

    Do they really need to be 2 separate units?

    How does the "gateway" DK connect to the "server" ?

    kindly guide me developing this nRF gateway module using MQTT broker service

    What, exactly, do you need guidance on?

    What have you found so far?

    What have you tried?

    Where are you stuck?

  • 1.In our application whatever data which scanner is scanning should get posted to gateway

    2.Further gateway will connect to server using MQTT service

    process is as mentioned below

    For eg If there are 6 beacons sending data and 2 scanners are canning 3 each. the data which is scanned by two scanners scanner 1 and scanner 2 should get advertise to one single unit that is Dk52840 which will act as a gateway.and further this device will publish data on server

Reply
  • 1.In our application whatever data which scanner is scanning should get posted to gateway

    2.Further gateway will connect to server using MQTT service

    process is as mentioned below

    For eg If there are 6 beacons sending data and 2 scanners are canning 3 each. the data which is scanned by two scanners scanner 1 and scanner 2 should get advertise to one single unit that is Dk52840 which will act as a gateway.and further this device will publish data on server

Children
Related