Skip to main content
Visitor II
October 21, 2024
Solved

send a message to HiveMQ

  • October 21, 2024
  • 3 replies
  • 2034 views

 

Tôi hy vọng mọi người có thể giúp đỡ. Nếu tôi chưa cung cấp đủ thông tin, vui lòng yêu cầu thêm.
    This topic has been closed for replies.
    Best answer by Andrew Neil

    @QuangIoT wrote:

    I am not particularly concerned about HiveMQ ... My issue is wanting to modify the username, password, port, and URL


    But those details will be entirely specific to HiveMQ and how you are using it - cloud? local server? etc ...

     

    https://www.hivemq.com/resources/

    https://www.hivemq.com/webinars/

    https://www.hivemq.com/community/

    3 replies

    QuangIoTAuthor
    Visitor II
    October 21, 2024

    How to connect STM32F429ZI to MQTT HiveMQ? What is the connection principle, and what is the connection command? What are the steps to connect STM32F429ZI to HiveMQ?

     

     

    Super User
    October 21, 2024

    @QuangIoT wrote:

    How to connect STM32F429ZI to MQTT HiveMQ? What is the connection principle, and what is the connection command? What are the steps to connect STM32F429ZI to HiveMQ?


    HiveMQTT neither knows nor cares what microcontroller you use - these things would all be the same irrespective of your platform.

    I suggest you start by reviewing these basic principles in the HiveMQ documentation, and general MQTT documentation, tutorials, etc.

    https://docs.hivemq.com/hivemq/latest/user-guide/index.html

    https://mqtt.org/

    https://en.wikipedia.org/wiki/MQTT

    https://www.emqx.com/en/blog/the-easiest-guide-to-getting-started-with-mqtt

     

    QuangIoTAuthor
    Visitor II
    October 21, 2024
     
     
    Super User
    October 21, 2024

    Please see the posting tips for how to properly post source code - not as images:

    https://community.st.com/t5/community-guidelines/how-to-write-your-question-to-maximize-your-chances-to-find-a/ta-p/575228

     

    Do you have basic TCP/IP working?

    Technical Moderator
    October 21, 2024

    Hi @QuangIoT ,

    Please paste your code using </> button instead of sharing screenshots of it.

    Review our tips on posting here.

    Thank you