🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Add Arduino code to app made with UIFlow....

    Arduino
    2
    3
    4.3k
    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.
    • J
      jimbol
      last edited by

      Hi there,

      I am new to M5Stack, and am trying to find my way. I'm trying to do a project with UI flow, and want to add to it an MQTT broker, which I have found ESP32 code for here: https://github.com/hsaturn/TinyMqtt

      I want to build the functionality and the display elements in UIflow, and add the MQTT broker from the github code - how can I make this code work with the UIflow components?

      Just looking for a high level view of where to start to make the two work together... Thx!

      1 Reply Last reply Reply Quote 0
      • ajb2k3A
        ajb2k3
        last edited by

        You can't directly as Arduino is written in a version of C and UIFlow is written in MicroPython.

        You would need to learn how to port the Arduino commands into Micropython commands.

        UIFlow, so easy an adult can learn it!
        If I don't know it, be patient!
        I've ether not learned it or am too drunk to remember it!
        Author of the WIP UIFlow Handbook!
        M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

        1 Reply Last reply Reply Quote 0
        • J
          jimbol
          last edited by

          OK, I'm learning... So I don't just need ESP32 code, it needs to be Micropython. So let's say I can find an MQTT broker written in MicroPython, how will I go about adding this into a UI flow project? I want to use UI Flow to do the user interface components, and include an MQTT broker. UIFlow already has an MQTT Client, but it does not look like there is a broker.

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