Navigation

    M5Stack Community

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

    RASBR

    @RASBR

    0
    Reputation
    8
    Posts
    162
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    RASBR Follow

    Posts made by RASBR

    • UIFLOW problems after opening a project file

      Hi,
      When I save my work to a file and come back the next day or even after a few hours and want to resume working I noticed the following (bugs I think) or at least I face the following problems:

      After loading/opening a saved project file:

      • MOST RECENT: all 'Start/Stop timer' blocks don't display the existing timers, jus the message 'Please create timer first...' although I tried to create a totally new timer yet the timer is not displayed in the drop-down list

      • When the file is finally open, all images are set back to default. I need to go and reselect images

      • Sometimes a lot of code blocks are missing!

      Currently I am working with v1.11.7 to program an M5stack Tough.

      I would appreciate any guidance you can offer.
      Regards,
      R.S

      posted in Bug Report
      R
      RASBR
    • RE: M5stack Tough Mac Address

      Hi @felmue .
      Thanks for the reply. I think I got the solution the same time you sent me yours. I did use the code in here as below:

      I did an 'Execute' Block:

       import ubinascii
       import network
       wlan_sta = network.WLAN(network.STA_IF)
       wlan_sta.active(True)
       wlan_mac = wlan_sta.config('mac')
       wlan_mac=ubinascii.hexlify(wlan_mac).decode().upper()
      

      0_1682625965698_76e881c1-37df-4e5b-94f1-c33c0da572aa-image.png

      then a Label Block:

      wlan_mac
      

      0_1682626008432_147bf674-2e3a-4ea5-84fc-41c072d1ce42-image.png

      Anyway, thanks for taking the time and effort to reply.
      Rami

      posted in UIFlow
      R
      RASBR
    • M5stack Tough Mac Address

      Hi,
      Is there anyway to get the WiFi Mac Address for an M5stack Tough via the M5BlockMaker. I need a unique ID for the device to write in a Database.
      I tried some code but always gets the devices hanging and not responding, the latest was:

      import ubinascii
      import network
      ubinascii.hexlify(network.WLAN(network.STA_IF)).decode()

      The above was obtained from: link text

      Thanks in advance

      posted in UIFlow
      R
      RASBR
    • RE: TOUGH - While saving all buttons change their loctions

      I have the same problem. UIflow 1.11.6 with M5stack TOUGH

      posted in Bug Report
      R
      RASBR
    • REMOTE+ issues

      Hi,
      Using REMOTE+ with my M5stack TOUGH is nice, but honestly I am having some issues (or I just don't know how to use the right way!):

      • Switch: Why can't I reflect the switch state to synch with the device? It is possible to do the other way around though to make a UI switch synch with REMOTE+ switch!.

      • Label: When setting the label value to string, it keeps showing the quotation marks! Is there anyway to not show them?

      • Text: Why can't I reflect the switch state to synch with the device? or EzData at least?

      Any advice?
      Thanks

      posted in UIFlow
      R
      RASBR
    • RE: I can't hide label with uiflow for M5 Tough

      Try having them in a function!

      This is working for me

      0_1681584691138_hide lables.jpg

      posted in UIFlow
      R
      RASBR
    • Wire maximum length (Ultrasonic sensor)

      Hi,
      Can someone advise how long can the Ultrasonic (I2C or I/O) wire be extended?

      on another note, any idea how to make AJ-SR04-M sensor work with M5stack Tough?

      Thank you in advance.
      R.S.

      posted in UIFlow
      R
      RASBR
    • Title Case not working

      Hi,
      In Text -> [to 'Title Case'] is not working and breaks the code. the 'UPPER CASE' and 'lower case' are working fine.

      Regards,

      posted in Bug Report
      R
      RASBR