Setting up MQTT Communication
- 29 Nov 2024
- Print
- PDF
Setting up MQTT Communication
- Updated on 29 Nov 2024
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
The camera can work with Node-RED and MQTT requests to communicate with other devices. The MQTT requests are used to get information, trigger the camera, or send information.
Note
The camera's IP address must be in the same range as the device it is communicating with.
Navigate to the IO Block to configure the Node-RED logic.
A communication port (mqtt in) must be opened, where we assign the port we want the camera to listen to.
Set up the Server the camera will be communicating with and the Topic.
To send a response to that port, use the mqtt out and set up the Server and Topic of the message.
Was this article helpful?