Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Luc3DSupplies
    L
    • Continue chat with Luc3DSupplies
    • Start new chat with Luc3DSupplies
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    Luc3DSupplies

    @Luc3DSupplies

    0
    Reputation
    2
    Posts
    324
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website htttps://www.3SSupplies.be Location Willebroek, Belgium Age 53

    Luc3DSupplies Follow

    Posts made by Luc3DSupplies

    • ESPNOW "add peer'' mac adress as vairable

      In the current UIFLow (offline version 1.0.18 of online version 1.10.1) it is impossible to add a ESPNow peer with the macaddress defined in a variable.
      0_1658781956576_cec6af96-2557-423a-9160-fae4842c53e4-image.png

      The goal is to be able to add peers by the mac address received from a broadcasted message.

      • M5Paper as server broadcasts a message to call for devices taht he might be able to 'command'
      • M5AtomLight as clients store the server address, add a peer directly to server and send their setup in a json towards the server
      • the server (m5paper) stiores the device in a dictionary and adds buttons to the touchscreen with devices functionalities

      when user presses any of those buttons on the touch e-ink, the correct command is send towards the correct client to let if process some functionality

      posted in Features Wish List
      L
      Luc3DSupplies
    • EspNow Add peer macaddress not possible with vairable

      In the current UIFLow (offline version 1.0.18 of online version 1.10.1) it is impossible to add a ESPNow peer with the macaddress defined in a variable.

      0_1658781634276_205b077e-d928-46ba-aa4b-93a783fb1c7c-image.png

      My goal is to dynamicly add peers, when de anounce themselfs to the 'server' after a broadcast.
      FLow :

      • Server sends out a broadcast with a Json telling what kind of server it is.
      • when a 'client' device receives an incomming message, the client directly gets the macaddress of the server in the "Receive mac_addre [addr] data [data]" method and thus should be able to stire the server macaddress and create a peer connection towards only that mac address, reserving this device for this server
      • when the client has reserved the server on his side, it responses towards the server to let the server know what kind of device the client is (json data), and what mac address is has.
      • this way, the server,n on his side, can comine the macadress with the device data to enable certain functions and know how to communicate (what json formats) with the client.

      My goal :

      • a M5Papaer as server
      • multiple Atom Lites as clients, all with different setups, predifined in the program

      So PLEASE, could you enable the 'macaddr' of the 'add peer' function as an variable and not yust a field that has to be fixated in code?

      posted in UIFlow
      L
      Luc3DSupplies