Navigation

    M5Stack Community

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

    Javi

    @Javi

    2
    Reputation
    27
    Posts
    724
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Javi Follow

    Posts made by Javi

    • Problems with M5stick V

      Hi, I have received the training model from Vtraining but ti does not work.
      I am not even sure of what it should appear when the camera sees one of the objects i have trained. I have a good accuracy. Here is the boot.py I have, tell me what I can do to see if the camera is detecting something.
      0_1652092353205_2022-05-09 (4).png
      Thanks

      posted in M5Stick V
      J
      Javi
    • M5stack core2 variable

      Hi, is there any variable that identifies the device core2?
      In that case, how could I get that identifier in UiFlow?
      Thanks

      posted in Core 2
      J
      Javi
    • RE: IP in m5stack

      Thank you @felmue I´ll try to use that.

      posted in Core 2
      J
      Javi
    • RE: IP in m5stack

      hi again @felmue
      Do you think there is any sense in using this in python "wifiCfg.wlan_sta.ifconfig()" setting the ip parametres inside the parenthesis?

      posted in Core 2
      J
      Javi
    • RE: IP in m5stack

      hi @felmue
      but that example only works for Arduino connection? I would like to do it in python.

      posted in Core 2
      J
      Javi
    • IP in m5stack

      Hi,

      How can I set a static IP to the device when I connect it to a wifi network ?

      Thanks.

      posted in Core 2
      J
      Javi
    • Changing the screen when you turn on the M5stack core2

      Hi,
      Is there any way to change the image of the screen that appears when you turn the device on?
      It now shows a second of a uiflow logo and i would like to change it into my own logo. Any help?
      Thank you!

      posted in Core 2
      J
      Javi
    • RE: CORE2 HIVEMQ

      Maybe there is a parmeter left in the code because I´ve tried to connect to the public server with the code and it happens the same

      posted in Core 2
      J
      Javi
    • RE: CORE2 HIVEMQ

      Hi @ajb2k3 @felmue
      I have been working with the configuration you told me to connect with HiveMQ cloud with ssl. Now, using it I have seen an error. It does not subscribe to the topics a need to. See an easy example.
      0_1649840402752_2022-04-13 (2)_LI.jpg
      Here, when I press the button, the message "vamos" is send and it appears in the broker topic "hola" as it has to. But the button does not turn red. If I use the MQTT configuration block instead of the one that execute the code to connect it to a public server it all works properly, but I need to do the same in the private server with the ssl.
      Thanks for your help.

      posted in Core 2
      J
      Javi
    • MQTT and Json

      Hi,
      I am working with M%stack core2 and UiFlow and I am trying to work with the messages I receive from my MQTT server. From MQTT I receive a message like this {"itcrpc": "1.0", "user": "ITC-SCRIPT", "destination": "prueba", "method": "getStationStatus", "result": {'tag': 'Punto_A@00', 'type': 'STATION', 'status': {'sscc_occupation': None, 'occupation': True, 'dimensions': '1100;1250;1750', 'priority': 15, 'wait_replenish_pallet': False, 'replenish_pallet_type': 'euro', 'remove_pallet': False}}, "id": 1}.

      And I would like to access to 'occupation' but in UiFlow I do not know how to do it. This is what I got. Thanks for the help!.
      0_1649754382705_2022-04-12 (6)_LI.jpg

      posted in Core 2
      J
      Javi