Raspberry Pi as a MQTT Broker | Cheap MQTT Broker

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

КОМЕНТАРІ • 42

  • @taqwalosta7403
    @taqwalosta7403 2 роки тому +5

    I follow steps one by one but when i try to connect from mqtt explorer I can’t
    (Disconnected from server)

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

      i also have the same issue.. any one can help to resolve...

  • @augurelite
    @augurelite 2 роки тому +1

    This playlist is awesome! Super easy to understand. Thank you!

  • @vedantjoshi1487
    @vedantjoshi1487 2 роки тому +3

    Hi, the MQTT explorer application does not connect to my pi IP address (done everything as per your procedure)....can you tell what I am doing wrong?

    • @HighVoltages
      @HighVoltages  2 роки тому

      There is a mqtt broker running on Pi ?

    • @Winkeltje84
      @Winkeltje84 Рік тому

      @@HighVoltages I have the same issue. smqtt broker is running on the Raspberry Pi and is on the same network as the laptop. When trying to connect I keep getting "Disconnected from server". Fyi: I am using a Windows machine.

  • @surendramaharjan3129
    @surendramaharjan3129 Рік тому +1

    4:49 I can ping my raspberry pi from ubuntu machine but I cant connect using mqtt explorer. port i am using is 1883 in mqtt explorer. I am doing exactly what you are saying.

    • @noone7692
      @noone7692 4 місяці тому

      did you get any solution to it?

  • @wajdibrahem7617
    @wajdibrahem7617 3 роки тому +1

    Starting in local only mode. Connections will only be possible from clients running on this machine.
    any help plz i wanna connect with external client like ESP8266 !! plz help

  • @fellpower
    @fellpower Місяць тому +1

    u can use the esp32 itself as broker. much cheaper ^^

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

      thanks for the tip. I have made a video on it :)

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

    I follow steps one by one but when i try to connect from mqtt explorer I can’t
    (Disconnected from server).

  • @dangthanhthienan
    @dangthanhthienan 4 роки тому +2

    It's really easy to follow!
    Hope you do more videos about this MQTT topic.
    It would be great if you make a tutorial setting up Raspberry Pi as web server to monitor and control devices through MQTT protocol.

    • @HighVoltages
      @HighVoltages  4 роки тому

      Thank you for appreciation. Yes, that is my plan, i will be making a complete Mqtt series in which i will cover webservers, gui and android app. Also later in this series we will be using esp8266, raspberry pi, arduino and other development boards.

  • @wajdibrahem7617
    @wajdibrahem7617 3 роки тому +1

    can i use my RPI as a MQTT broker with KALI LINUX as operating system ?

  • @WORLD_PEPITES
    @WORLD_PEPITES 2 роки тому

    have you a méthod to make a distant broker , not localy ?

  • @konradskolimowski2677
    @konradskolimowski2677 2 роки тому +1

    Can i install mqtt Explorer on raspberry?

    • @HighVoltages
      @HighVoltages  2 роки тому

      I am not sure if they have the Linux version, but you will find others.

  • @terryphan1775
    @terryphan1775 4 роки тому +1

    Will this work on Raspian lite?

  • @abbas5550
    @abbas5550 4 роки тому +1

    Awesome! 🙂

  • @sohrabsheykhmohammadi1909
    @sohrabsheykhmohammadi1909 3 роки тому

    please write mqtt in java and connect it to cloud

  • @boopeshkumarprabhakaran
    @boopeshkumarprabhakaran 3 роки тому +1

    can i use Raspberry Pi Pico?

  • @manikshekhar7520
    @manikshekhar7520 3 роки тому

    why we used -y flag? what it means?

    • @HighVoltages
      @HighVoltages  Рік тому

      when you install a library , it asks you again to write y or n for whether you want to continue or not , if we put -y it automatically take yes as our answer.

  • @namilo8863
    @namilo8863 4 роки тому +1

    how to create more MQTT user ?

    • @HighVoltages
      @HighVoltages  4 роки тому

      Like we created one user , we can create multiple users. By typing "mosquitto_passwd -c passwordfile " then type password and confirm it.

    • @namilo8863
      @namilo8863 4 роки тому +1

      @@HighVoltages No no, I was do it. I can't login account first and just login success with account second. I hope you create tutorial about this

    • @HighVoltages
      @HighVoltages  4 роки тому +1

      ok i will check that and let you know.

    • @namilo8863
      @namilo8863 4 роки тому

      @@HighVoltages how's it going ?

  • @aarriikknn33ll
    @aarriikknn33ll 3 роки тому

    Thanks!

  • @ishdemon_
    @ishdemon_ 3 роки тому

    Can you tell what is the minimum Ram I need to run the mosquito broker? Will the 1 GB pi4 be good for this?

  • @mahwashmirza7064
    @mahwashmirza7064 4 роки тому +2

    Thanks for making it simple to learn.