Other Parts Discussed in Thread: TIDEP0084, LPSTK-CC1352R
Tool/software:
Hello!
I've successfully set up the TI 15.4-Stack Linux Gateway Sample Project, and I’m currently able to send temperature data to a local gateway (192.168.XX.XX:XXXX) using the host_collector application on my Raspberry Pi 4 Model B.
However, my goal is to send this data to a custom cloud server using the MQTT protocol.
I've looked into the TIDEP0084 Sub-1 GHz Sensor to Cloud Industrial IoT Gateway Reference Design for Linux Systems, but I'm not sure how to adapt it for my specific application.
Additionally, the MQTT credentials I have for connecting to the HiveMQ cloud server include:
- Cluster URL
- Port
- Username
- Password
- MQTT Topic
- Database Name
Here are my questions:
- How can I configure the Linux Gateway example to forward data to a custom cloud server using MQTT?
- Where can I find the file that contains the sensor data being sent to the Linux Gateway? I need to access this data so that I can extract it and forward it to the cloud server.
Any advice or guidance would be greatly appreciated!