GUI-O Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Help on pairing mqtt for esp8266

    Scheduled Pinned Locked Moved
    Comments & Feedback
    2
    4
    239
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      Gemini cricket 0
      last edited by

      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

      K 1 Reply Last reply Reply Quote 0
      • K
        kl3m3n @Gemini cricket 0
        last edited by

        @Gemini-cricket-0 Hi.

        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

        G 1 Reply Last reply Reply Quote 0
        • G
          Gemini cricket 0 @kl3m3n
          last edited by

          @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

          K 1 Reply Last reply Reply Quote 0
          • K
            kl3m3n @Gemini cricket 0
            last edited by

            @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

            1 Reply Last reply Reply Quote 0
            • First post
              Last post