Setting up MQTT Communication
  • 29 Nov 2024
  • DF

Setting up MQTT Communication

  • DF

The content is currently unavailable in Spanish (Mexico). You are viewing the default English version.
Resumen del artículo

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.

  1. Navigate to the IO Block to configure the Node-RED logic.

  2. A communication port (mqtt in) must be opened, where we assign the port we want the camera to listen to.


  3. Set up the Server the camera will be communicating with and the Topic.

  4. To send a response to that port, use the mqtt out and set up the Server and Topic of the message.


¿Fue útil este artículo?