Help on pairing mqtt for esp8266
-
hello
I tried to use the GUI-O code for an ESP8266, I am a beginner and starting to be interested in Arduino and others. the iot connections work as it should on PairingMQTT-Android for esp8266, but however I don't know what to do in the pairingmqttesp8266 code to allow me to create widgets on Android. After 'void loop' and program-}loop'() what should we do?
Thanks a lot for your help
-
In the example, the ESP8266 board acts as a bridge between your microcontroller and MQTT broker.
Connect your microcontroller Tx / Rx pin to the Rx / Tx pin of the ESP8266. Then send the commands from your microcontroller to the ESP8266, which will forward them to the Android device. All interaction on the Android device side will be received by the ESP8266 and sent to your microcontroller, where you can handle them appropriately.Best regards,
Kl3m3n -
@kl3m3n Hello
Thanks a lot for your help, I will try following your advice as soon as I have some time. Have a great day.
Best regards
-
@Gemini-cricket-0 said in Help on pairing mqtt for esp8266:
@kl3m3n Hello
Thanks a lot for your help, I will try following your advice as soon as I have some time. Have a great day.
Best regards
If you have any issues, please let me know.
Regards,
Kl3m3n