cancel
Showing results for 
Search instead for 
Did you mean: 

send a message to HiveMQ

QuangIoT
Associate II

 

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.
1 ACCEPTED SOLUTION

Accepted Solutions

@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/

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

View solution in original post

6 REPLIES 6
QuangIoT
Associate II

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?

 

 

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?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
mƎALLEm
ST Employee

Hi @QuangIoT ,

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

Review our tips on posting here.

Thank you

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

@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

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
 
 

@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/

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.