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

Поделиться
HTML-код
  • Опубликовано: 28 ноя 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