MQTT Publish from Simulink model to mosquitto broker

12 次查看(过去 30 天)
I want to publish MQTT messages from my model in Simulink to the mosquitto broker. So far I have been able to publish messages successfully from MATLAB script to the mosquitto broker using the MQTT in MATLAB toolbox. I would like to do the same through my Simulink model.
I understand that there is a MQTT Publish block in Simulink for Raspberry Pi that publishes message to a ThingSpeak broker. Is there a way to use this block for any other Simulink model (that does not use Raspberry Pi) and also for any other broker like mosquitto in my case?
If the MQTT Publish block cannot be used for this purpose, should I use a MATLAB function block and write the MATLAB code for MQTT in a .m file and include it in Simulink?
Is there any other way to implement MQTT Publish in Simulink models (without Raspberry Pi and for brokers other than ThingSpeak)?

回答(1 个)

Reeno Joseph
Reeno Joseph 2020-11-12
Hello Joyeeta ,
The MQTT blocks in the Raspberry Pi Simulink support package can work with other brokers as well.
You can configure the broker details within the model config setting.
Please refer to the image below and the doc for the same.
  2 个评论
Joyeeta Chatterjee
Joyeeta Chatterjee 2020-11-12
Thank you for your reply. I will try this in my model.
For now, I used the MQTT in MATLAB toolbox, wrote a MATLAB code for MQTT Publish and used it in the Simulink model in a MATLAB function block.
dhanavaradhan M
dhanavaradhan M 2021-2-16
can you say how u did that ( " I used the MQTT in MATLAB toolbox, wrote a MATLAB code for MQTT Publish and used it in the Simulink model in a MATLAB function block " )

请先登录,再进行评论。

社区

更多回答在  ThingSpeak Community

类别

Help CenterFile Exchange 中查找有关 Run on Target Hardware 的更多信息

产品


版本

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by