๐Ÿค–Have you ever tried Chat.M5Stack.com before asking??๐Ÿ˜Ž

Subcategories

  • You can discuss ESPHome related issues here, share your yaml and projects.

    22 Topics
    35 Posts
    C
    Hi everyone, I am new here. hopefully i can get this dial working with my home assistant. I have a M5 stack dial that is a S3A. While installing this M5 do i need to do anything different than the S3? thanks in advance cue340
  • Squareline Studio and LVGL Discussion

    6 Topics
    19 Posts
    S
    @ไฟบใŒใ‚ฌใƒณใƒ€ใƒ ใ  said in LVGL performance problem: I applied LVGL on stickc-plus2๏ผŒwith TFT_eSPI's st7789v2 driver.But the refreshing rate is very low (while doing "load screen anim").I know stickc had good performance on drawing screen (by watching the video of M5stick T-Lite Thermal tutorial). And the LVGL also has a good performance through Dial-ESP32-S3 and Din-Meter demonstration video. So what is the reason of such low performance. Cound it be the TFT_eSPI library? Iโ€™ve seen similar issues on the StickC-Plus2. It could be due to TFT_eSPI settings, try increasing the SPI frequency or enabling DMA. Also, check your LVGL buffer config; full buffering helps with performance.
  • Discuss all things UIFlow here. Bugs, Improvements, Guides etc...

    1k Topics
    4k Posts
    C
    Im trying to run uiflow, but getting api error. im trying to login but credentials are failing. reset pw takes me to M5. what do i do?
  • M5Stack is programmable with the Arduino IDE. Here you can troubleshoot your issues and share Arduino code and libraries

    469 Topics
    2k Posts
    felmueF
    Hello @Shipbrook M5Unified uses Wire1 for internal I2C and Wire for external I2C. The example for SHT40 incorrectly uses Wire which causes issues as soon as other internal I2C communication is required, e.g. reading battery status. The quick way to fix this is replacing Wire with Wire1 in below line: //if(!sht4.begin(&Wire, SHT40_I2C_ADDR_44, SHT_SDA_PIN, SHT_SCL_PIN, 400000U)) if(!sht4.begin(&Wire1, SHT40_I2C_ADDR_44, SHT_SDA_PIN, SHT_SCL_PIN, 400000U)) The better way is to get the actual port used by M5Unified for internal I2C and the use that information: i2c_port_t PortIn = M5.In_I2C.getPort(); TwoWire * WireIn = (PortIn == 1) ? &Wire1 : &Wire; if(!sht4.begin(WireIn, SHT40_I2C_ADDR_44, SHT_SDA_PIN, SHT_SCL_PIN, 400000U)) Thanks Felix
  • Discuss all things Micropython here. Get help, Recommend Libraries, Report Bugs and Improvements

    218 Topics
    898 Posts
    J
    @pabou try using uiflow to generate the code, then peek copy from there.
  • For discussion and assistance with M5EZ.

    13 Topics
    62 Posts
    J
    using the mentioned changes hello_world example did compile and got uploaded to my core2. However , nothing is shown on screen, screen remains black.
  • Discuss all things related to ESP - IDF, Espressifs IoT Development Framework

    29 Topics
    101 Posts
    felmueF
    Hello @daniyyel ah, ok. So the correct documentation is here. Have a look at the code examples in Quick Start Guide to see how the M5IOE1 needs to be programmed to turn on power etc. The function is called SIM7028_EN() and first turns on power then resets the modem. Thanks Felix
  • UiFlow 2.0 related issues discussion.

    366 Topics
    2k Posts
    I attempted to burn the firmware for each version of UIFlow 2.0 Stick Plus on my stickC Plus, but after each firmware was burned, the device failed to boot up and did not respond to any key press.
  • VSCode extension error: "Saving code, don't close the window."

    2
    0 Votes
    2 Posts
    4k Views
    T
    I'm sorry, but it started to save edited filed back to /flash normally despite the fact that the warning remained. Could you advise me how to copy files back from /flash to PC without switching to "app mode" and disconnecting VSCode?
  • m5burner gotcha

    6
    1
    0 Votes
    6 Posts
    11k Views
    world101W
    Beta version (v2.0.0 for Mac) looks nice. Thanks @m5stack.
  • m5burner error ImportError: No module named serial.tools.list_ports

    10
    0 Votes
    10 Posts
    19k Views
    ajb2k3A
    Opps, yes, Python need to be installed as super user (su) in order to work properly.
  • sketch to mount M5Stack sd like a card reader do

    12
    0 Votes
    12 Posts
    21k Views
    C
    @crami25 M5Stack_AP_SD_Uploader
  • Experiencing Multiple Firmware Issues

    8
    0 Votes
    8 Posts
    16k Views
    lukasmaximusL
    see my suggestion in your other post, last time i tested I could use vscode with m5stack plugin to transfer files to the atom on linux os. Be aware it must be in usb mode, this video explains how to get into USB mode https://www.youtube.com/watch?v=4dr5Y5ssQTk
  • M5Atom Linking Problem

    3
    0 Votes
    3 Posts
    7k Views
    E
    @Grey good to see that I'm not the only one having that issue. For now I switched to just using Micropython which works fine. Still it would be nice to also be able to deploy C programs to the Atom.
  • M5Atom Pixel Tool

    7
    1
    0 Votes
    7 Posts
    15k Views
    sysdl132S
    The yellow bar means: This threat has been removed and no further action is required. [image: 1582783835633-31a2efff-ff86-4813-b700-210414a3d561-image-resized.png] You can exit your antivirus when you are downloading.
  • WebServer and running code parallel

    3
    0 Votes
    3 Posts
    7k Views
    M5StickFreaklerM
    look also here: http://community.m5stack.com/topic/1722/tiny-webserver-crashes-after-some-hours
  • Power management issue M5GO & USB host

    5
    0 Votes
    5 Posts
    10k Views
    m5stackM
    When you stack USB modules, the current will change slightly, which may cause some effects. Also related to your configuration of IP5306
  • UIFlow-Desktop-IDE Linux

    2
    0 Votes
    2 Posts
    5k Views
    lukasmaximusL
    check out this video https://www.youtube.com/watch?v=ZZdTl0400uM most info should still be relevant. Come back here if you get stuck
  • Wish for a new subcategory ESP-IDF

    3
    0 Votes
    3 Posts
    6k Views
    S
    @lukasmaximus Thank you for the new subcategory. I will write an article next week.
  • m5Stack Fire. UIflow. Simple program

    8
    1
    0 Votes
    8 Posts
    17k Views
    OyczEO
    @almeribot said in m5Stack Fire. UIflow. Simple program: @m5stack Of course, I use USB Mode Hi there, in some case small debug session is req, please download the program and then close the Offline ueflow. connect the Fire to usb and check what you have on console after connecting via for example putty to Fire COM. In past in my case i was able to see the error, it was one variable missing. please show the console output here this will be a way to see what is wrong.
  • for(int i=0; i>=100; i++) {

    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • Main screen

    2
    0 Votes
    2 Posts
    5k Views
    ajb2k3A
    you need to erase the gameboy firmware and reinstall the uiflow firmware using uiflow.
  • [Solved] M5 Burner Firmware Option Update

    69
    0 Votes
    69 Posts
    434k Views
    J
    @gachapo Thanks for persevering with this as I got my M5 to day and was getting confused lol. Without this link I would never have got it up and running so thanks for the link as that has kept me from throwing it out of the window.
  • 0 Votes
    2 Posts
    4k Views
    lukasmaximusL
    Have you tried connecting to a mobile phone hotspot? and does your wifi password contain spaces or any special characters?
  • M5Stack Capacitive TouchScreen

    13
    0 Votes
    13 Posts
    31k Views
    ajb2k3A
    @jroever said in M5Stack Capacitive TouchScreen: I am very tempted to buy this product - especially if it had a touch screen interface! But in case it doesn't - what is meant by "10x capacitive touch interface" which is clearly stated as one of the features on https://docs.m5stack.com/#/en/core/fire ?!? The esp32's pins can act as capacitive touch sensors however not much is know about this function. The M5Tough which features the capacitive touch screen may be out by the end of the month.
  • M5Stack Fire LCD Issues

    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • Save current screen content to image file (SD card)...

    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • M5burner on windows7 cannot flash

    28
    0 Votes
    28 Posts
    102k Views
    Ariane98A
    @ariane98 It works now, after some minor changes Thanx again