MQTT in MATLAB | Realtime Data Plotting

In this tutorial of MQTT, we will learn how to use MQTT in MATLAB. We will start with basics like making connections with MQTT broker, Publish and subscribe and then we will plot real-time data coming from ESP8266 over MQTT. ----------------- Blog and code----------------- ----------------- Chapters ----------------- 00:00 Introduction 02:51 Installing MQTT in MATLAB toolbox 03:43 How to publish data in MATLAB 06:40 How to subscribe to a topic in MATLAB 08:24 Adding callback function to receive MQTT messages 09:50 Writing code for Real-time plotting 13:45 Testing
Back to Top