🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • Unable to burn firmware for Core device

    6
    1
    0 Votes
    6 Posts
    3k Views
    ajb2k3A
    @leo-ninja-turtle Have you installed USB drivers? Are you using a working sync cable?
  • The image is not displayed

    20
    0 Votes
    20 Posts
    15k Views
    B
    @navatek This works for me. You just save my day.
  • Just find out a way to convert UiFlow microPython codes into .bin file

    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • consumo de dados

    1
    0 Votes
    1 Posts
    767 Views
    No one has replied
  • Firmware WiFi Data usage

    4
    0 Votes
    4 Posts
    3k Views
    C
    @ajb2k3 said in Firmware WiFi Data usage: @cchakons is the packet sent increasing with each transmission? It could also be the buffer is not being emptied and it’s sending the buffer consisting of old and new data @ajb2k3 its actually consuming data even if I am just toggling the RGB LED. So, its all coming from the UiFlow firmware. @kuriko I have a pretty functional code already in MicroPython so it would be nice if the M5stack Team can provide a way to disable WiFi usage by their firmware. If not I'm going to have to migrate all my code to C.
  • Unable to adress 2 x Relay-4 on a PaHub 2

    3
    0 Votes
    3 Posts
    2k Views
    M
    Hello Felmue Thank you it works !!!!
  • Dial how to use touch?When my touch the screen,data is messy.

    4
    0 Votes
    4 Posts
    2k Views
    kurikoK
    @ajb2k3 said in Dial how to use touch?When my touch the screen,data is messy.: @kuriko What do you mean "data is messy"? @ajb2k3 you pinned the wrong person
  • Timer Callback for uiflow2?

    5
    0 Votes
    5 Posts
    4k Views
    M
    @robski i see. great! thanks for the info!
  • SDCard not working after UIFlow 1 -> UIFlow 2 upgrade ? (M5Stack Fire)

    2
    0 Votes
    2 Posts
    2k Views
    lbuqueL
    @rodrigob This issue has been fixed in uiflow 2.1.6.
  • No gyroscope data on Capsule - only acceleration - why?

    1
    0 Votes
    1 Posts
    931 Views
    No one has replied
  • how to store variables persistant M5 Dial

    2
    0 Votes
    2 Posts
    1k Views
    H
    Try with the "NVS" functions which stands for "non volatile storage" to write your values into the flash memory.
  • Who can walk me through UiFlow2 ESP-NOW usage?

    2
    1 Votes
    2 Posts
    1k Views
    kurikoK
    https://docs.espressif.com/projects/arduino-esp32/en/latest/api/espnow.html#examples Let ChatGPT help you explain Espressif's example
  • PWRCAN support

    3
    0 Votes
    3 Posts
    2k Views
    A
    @lbuque I cannot choose PWRCAN from module menu, because it absent there
  • Newbie uifl9w 2.0 help step by step video

    2
    0 Votes
    2 Posts
    2k Views
    robskiR
    @aiconnection I believe its something in relation to your other post here in this forum from days back, this post gives a bit more info on what you are trying to do but still lack of details, its hard to advice without knowing what type of hardware you want to use and how you planning to connect to it really.
  • Core S3 API Key

    3
    0 Votes
    3 Posts
    2k Views
    B
    @ajb2k3 Got it now thanks. I was trying to use the UIFlow 1.X example. Bipman
  • MiniJoyC support in UIFlow2

    12
    0 Votes
    12 Posts
    7k Views
    R
    @lbuque for some reason, the values in my unit were way off when I received it and it did not work. Resetting the values got the unit to work. Not sure what corrupted the values.
  • I2C support on UIFLOW 2.0

    3
    0 Votes
    3 Posts
    3k Views
    R
    @toothlessboots Here is an example program where I use I2C commands to talk to the MiniJoyC hat https://uiflow2.m5stack.com/?pkey=4b2548481e1644aa8a0ccc88ca8f7859
  • MiniJoyC with UIFlow 2.1.4 and MstickC Plus 2 not returning x or y values

    2
    0 Votes
    2 Posts
    1k Views
    R
    Turns out the calibration values stored on the MiniJoyC were all out of whack. I created programs to show and set the calibration values usin raw i2c commands Show: https://uiflow2.m5stack.com/?pkey=4b2548481e1644aa8a0ccc88ca8f7859 Set: https://uiflow2.m5stack.com/?pkey=165277eeb4364ab9be0d843ede823559
  • Logging Data coming in via USB Port? CoreS3

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Displaying images from SD on Cardputer causes reboot

    2
    0 Votes
    2 Posts
    2k Views
    lbuqueL
    @jasdo8120 drawImage currently only supports paths under the littlefs file system and does not support displaying images in SD.