🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • M5Stack Fire - Error when selecting the way to program it

    9
    0 Votes
    9 Posts
    14k Views
    world101W
    @carles-b Great. Glad you got it sorted out and can begin enjoying M5Stack 😀
  • Import error("no module named 'uiflow' ", ) displayed on the M5Stack

    6
    0 Votes
    6 Posts
    15k Views
    C
    @sodoku Thanks a lot. That solved my problem. Seems my Core came with a very old software image. In the M5Flow Menu there's a very helpful video on how to flash. It took me 10 minutes and now I'm having fun with my core.
  • M5Stack Fire - inside 2-pol connector

    3
    0 Votes
    3 Posts
    6k Views
    R
    Oh - interesting ! If it's for battery, then I think a 3,7 V akku will work - the same they are using in the moduls. Thank you. K.D.
  • How do i get to link M5stack and Blynk together on UiFlow

    2
    1
    0 Votes
    2 Posts
    5k Views
    world101W
    @adcse Just program it with WiFi or USB and then set up the BLE connection within the Blynk app (via the BLE widget). The configuration (hardware device to app) for Blynk within uiFlow is only BLE (i.e. no option for WiFi), so it's not relevant for the actual programming of your M5Stack Fire via WiFi or USB.
  • M5Stack Fire does not start with LoRa868 modules

    fire
    2
    0 Votes
    2 Posts
    6k Views
    felmueF
    Hello @sysLINK I understand you've installed UIFlow 1.7.1-fire firmware on your M5Stack Fire, correct? I do not have the LoRA868 module myself so my conclusion could be wrong. But looking at the spec sheet of the LoRA868 module I don't see UIFlow mentioned, so I don't think this module has UIFlow integration. Have you tried the Arduino example? Thanks Felix
  • Noisy while running

    8
    0 Votes
    8 Posts
    14k Views
    mathiasM
    @world101 Ah, thx. Will have a look.
  • Startup problems with LoRa868 modules

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • UART communication problem

    4
    0 Votes
    4 Posts
    8k Views
    sodokuS
    Sorry, that I don't know.
  • M5Stack FIRE not returning any data from Gyro or Accel with MPU 6886

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    19 Views
    No one has replied
  • Communication between two Fire devices

    6
    0 Votes
    6 Posts
    9k Views
    sodokuS
    No, ESPnow doesn't work with an access point. It behaves a bit more like Bluetooth. From https://www.espressif.com/en/products/software/esp-now/overview : "ESP-NOW is yet another protocol developed by Espressif, which enables multiple devices to communicate with one another without using Wi-Fi. The protocol is similar to the low-power 2.4GHz wireless connectivity that is often deployed in wireless mouses. So, the pairing between devices is needed prior to their communication. After the pairing is done, the connection is safe and peer-to-peer, with no handshake being required."
  • Is there a deep sleep mode for Fire?

    4
    0 Votes
    4 Posts
    9k Views
    felmueF
    Hello @houkensjtu ok, I see. In UI-FLOW you could use an Execute code block and add something like this for deep sleep: import machine #sleep for 10 seconds machine.deepsleep(10000) or light sleep: import machine #sleep for 10 seconds machine.lightsleep(10000) BTW: I found a nice tutorial about MicroPython and sleep modes here. Cheers Felix
  • Fire fried?

    2
    0 Votes
    2 Posts
    4k Views
    felmueF
    Hello @michaelblight sorry to hear. There is a fuse (labelled T200) in the M5Core Fire which might be the only thing that blew. Thanks Felix
  • [Solved] Poweroff M5Stack using uiflow?

    5
    0 Votes
    5 Posts
    16k Views
    S
    Thanks! My son is beta testing it now, he picked purple and yellow as the colours for the Leds =). I've added some extra's so we can set the timer manually (increments by 5) and added some extra's like a basic battery indicator. I'll post it on the Community platforms when we reach a stable, working feature.
  • M5 Fire "get battery level" block

    11
    0 Votes
    11 Posts
    17k Views
    F
    I did erase, and M5Burner did never complain but it didn't solve the problem I don't know why but as I tried again and again, it worked...pretty weird...
  • Two cores broken?!

    29
    0 Votes
    29 Posts
    95k Views
    felmueF
    Hi @m5stack thank you for confirming - I appreciate it. Cheers Felix
  • M5Flow Blockly Screen rotate issue

    7
    1
    0 Votes
    7 Posts
    13k Views
    R
    Just calling the screenrotate function will not rotate the already drawn screen contents. Just after using this function, the rest of the graphic functions will draw on the screen in a different orientation. So it seems to me that where this instruction does not need to be right at the beginning of the program.
  • 0 Votes
    1 Posts
    4k Views
    No one has replied
  • 0 Votes
    2 Posts
    3k Views
    m5stackM
    @miku reflash the firmware then try again. if still not work , just contact the store
  • M5Stack FIre Wifi can not connect

    10
    0 Votes
    10 Posts
    21k Views
    S
    I did a test with a Pycom WiPy 3.0 - it will also not connecting on the Vodafone Station :( It seems that some routers have issues, when connecting an ESP32. In the next days I am testing an Arduino sketch, instead of MicroPython.