How to create Gateway using nrf52840 for BLE mesh

Objective: Develop a BLE mesh application with nRF52840 as a sensor node. The sensor captures various parameters ( Temp, dissolved Oxygen etc.) and communicates them to relay nodes. The ultimate aim is to design a gateway to collect data from these relay nodes and forward it to a server. (I already implemented the sensor server client example. )

Queries:

  1. Gateway Development with nRF52840:

    • Background: I've had some experience with basic examples provided by NRF Connect Desktop, including the BLE mesh chat and light dimmer.
    • Question: Could you guide me on the structured approach to building a gateway using the nRF52840? What are the key considerations and parameters I should be aware of? and what example should I look into to get a basic framework around which I can create this gateway using nrf52840.
  2. Integration with GSM for Cloud Communication:

    • Background: The intention is to forward the data collected by the gateway to a server. A GSM module seems appropriate for this data-forwarding task.
    • Question: How can I integrate the nRF52840-based gateway with a GSM module for data transmission to the server? Could you provide an outline or framework for this integration?

      Thank you for your guidance! I'm still learning in this field, so I appreciate your patience with any basic questions I might have
Parents Reply
  • Hello Omkar,

    so sorry about the wait. Last week was a bit busy.

    Question: Could you guide me on the structured approach to building a gateway using the nRF52840? What are the key considerations and parameters I should be aware of? and what example should I look into to get a basic framework around which I can create this gateway using nrf52840.

    We have some documentation about various Mesh topics, but I do not think we have any general ones on starting the development.

    Could you expand a bit on your network and what this gateway is supposed to do?

    Integration with GSM for Cloud Communication:

    You can have a look at this. This is gateway solution between normal BLE and Cellular IoT network. We do not have solution for BLE mesh directly, but should be similar.

    Regards,

    Elfving

Children
Related