FAQ 05
Contents
5. FAQ 05#
5.1. Q: What do I need to pay attention to when using IOTbit to link MQTT?#
A:Please follow the steps in the wiki documentation, link to the documentation:How to Apply with HiveMQ.
Points to note:
The
clientID
of the program in MakeCode is customizable, but it should be noted that it cannot be the same as theclientID
of the HiveMQ platform.The
port
of the program in MakeCode should be filled in as8883
.You need to cheek
SSL
on HiveMQ platform.