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

Temperature in nRF Mesh netwrok

Hi,

       Scenario: 1 Thingy52 device and nRF52 Development kit is in a mesh network, where Development kit is connected to PC via usb cable and also connected to J-Link application on PC

       Query: Is it possible to transfer the temperature data of Thingy device from thingy to development kit and read/display it on the J-Link Application? Also I want to know the Mesh capability and limitations.

Best Regards,

Parents
  • Hi,

    In general, yes, it is possible to send messages from a Thingy device, receive those messages from a DK device, and send it from the DK to a PC.

    What kind of pc side application are you using? Is it e.g. the nRF5 SDK for Mesh Serial example? Or are you simply using RTT or UART logging from the DK? Depending on the situation, an "as simple as possible protocol" over UART or USB is probably best, where you decide on what messages need to get passed, and implement that.

    Regards,
    Terje

Reply
  • Hi,

    In general, yes, it is possible to send messages from a Thingy device, receive those messages from a DK device, and send it from the DK to a PC.

    What kind of pc side application are you using? Is it e.g. the nRF5 SDK for Mesh Serial example? Or are you simply using RTT or UART logging from the DK? Depending on the situation, an "as simple as possible protocol" over UART or USB is probably best, where you decide on what messages need to get passed, and implement that.

    Regards,
    Terje

Children
Related