Fetch bridge data on uart

Hello,

I am working on RTLS using MDEK kit. I am successfully able to achieve as per the quick start guideline and also the gateway part is successfully done.
Now , I want to send data from bridge to UART.
Kindly suggest.

Thanks
Asmita

Hi Asmita,

Do you mean to send data using MQTT to the bridge so the data could be received on the module’s Shell or UART API? If so then you can publish the downlink data to the bridge and use the documented API to observe/receive the data. Please refer to the API documentation.

This topic can help you with the downlink data publication

Cheers,
TDK