Understanding MQTT using ESP-IDF: The Backbone of IoT Communication

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 14

  • @duyhoang7116
    @duyhoang7116 7 місяців тому +1

    So easy to understand how MQTT work, thanks !

  • @shanishah7131
    @shanishah7131 3 місяці тому

    can we use this example for pitching some sensor data and how? like if we want to send temperature sensor data.

  • @Sanketgadekar31
    @Sanketgadekar31 11 місяців тому

    Sir, will you please make a video of deployment and the frontend of the RASA chatbot on AWS..

    • @InnovateYourselfashu
      @InnovateYourselfashu  11 місяців тому

      Not at the moment but I'll try to make one in future. Thanks for suggesting 😊

    • @Sanketgadekar31
      @Sanketgadekar31 11 місяців тому

      @@InnovateYourselfashu ok thanks for the reply sir

  • @mimmolattari6229
    @mimmolattari6229 6 місяців тому

    How can I send different type of data from the esp through this example ?

    • @InnovateYourselfashu
      @InnovateYourselfashu  6 місяців тому

      What do you mean by different types of data? Can you elaborate a bit?

  • @roopasushmavanapalli3075
    @roopasushmavanapalli3075 Місяць тому

    Sir i didn't find the repository link
    Please help me sir😢

  • @MuhammadTayyab-j9z
    @MuhammadTayyab-j9z 10 місяців тому

    how to use your code from github please explain this.

    • @InnovateYourselfashu
      @InnovateYourselfashu  10 місяців тому

      Clone it to your system and follow the steps like it is shown in the video.

    • @MuhammadTayyab-j9z
      @MuhammadTayyab-j9z 10 місяців тому

      @@InnovateYourselfashu how to clone your code to my system please guide me.

    • @InnovateYourselfashu
      @InnovateYourselfashu  10 місяців тому +2

      You can download the code or you can use the git clone command to clone it to your system.
      Open terminal or CMD then type the below commands
      git clone
      cd my-project

    • @amirakbarwicaksono6690
      @amirakbarwicaksono6690 10 місяців тому

      Could you help explain how using qos 1/2 in mqtt for device esp32 on esp-idf