🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • External Battery cap on Headers

    8
    1 Votes
    8 Posts
    14k Views
    ajb2k3A
    @joao-tragtenberg Based on my limited knowledge, the BAT pin is only an out pin. To increase the running time you should be appling power to the 5V< pin.
  • Entry UIFlow Logo

    6
    0 Votes
    6 Posts
    11k Views
    lukasmaximusL
    Did you try to flash with the burner included with UIFlow Desktop IDE software? I had very mixed results using that burner with my StickC. Things that worked for me. I turned off my stickC and booted it just as the flashing process is about to happen. Use the old fashioned way, flashing with esptool. Download the latest firmware from our engineers github page https://github.com/EeeeBin/UIFlow-Firmware/tree/beta and get esptool from espressifs github page https://github.com/espressif/esptool It will tell you there how to install esptool and pyserial which are necessary for flashing. Once installed, open a terminal and go to the folder of the firmware you downloaded. enter the stick c firmware folder and there will be a flash.sh file, this script will flash the firmware to your device, but you need to make sure it has the correct usb device name written in the script or it will fail. By default it will have written USB_SLABtoUART, but stickc usually has a different named com port. Give it a go, any issues come back here and ask
  • Can't identify m5stickC in Win7

    7
    0 Votes
    7 Posts
    13k Views
    lukasmaximusL
    I heard one windows 7 user fixed his connectivity issues by installing FTDI driver, here are other forum posts related to this issue, maybe you will find some answers there. http://forum.m5stack.com/topic/1266/unable-to-run-uiflow-or-m5burner-on-win10 http://forum.m5stack.com/topic/1336/m5stickc-usb-driver-not-working/4
  • CAD file for M5StickC

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • I2C sensor to G26 and G36?

    3
    0 Votes
    3 Posts
    6k Views
    W
    @ajb2k3 Thanks for the info. Can I use the upper port to get 3.3 Volt?
  • Pin G26 G36

    2
    1 Votes
    2 Posts
    8k Views
    V
    You should use 0,26 pins : Wire.begin(0,26)
  • "Download", and now I cannot connect to M5StickC

    6
    0 Votes
    6 Posts
    9k Views
    ajb2k3A
    @thrasher I wouldn’t worry to much as I keep forgetting the sequence
  • M5StickC & Sensor SHT 31

    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • How to use Custom fonts with M5StickC

    2
    0 Votes
    2 Posts
    4k Views
    ajb2k3A
    @bborncr in UIFlow - add a label to the screen and then click on the label you just added to get the labels preferences up. there is an option to set it in that panel. There is also a dedicated block for setting fonts.
  • M5StickC - Timed out waiting for packet header on Mac OS Catalina FIX

    4
    0 Votes
    4 Posts
    9k Views
    o.coplestonO
    @lukasmaximus Ah thanks for that. I think there are some links that need to be updated across the m5stack website if I ended up there then.
  • Rfid module RC522 on M5stickC

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    lukasmaximusL
    Please do not double post. check your other post in general
  • Issues M5stick and spectral sensor

    5
    0 Votes
    5 Posts
    11k Views
    C
    Hi @vany5921 I´m trying the way you said to me and I got an issue maybe for the pins I am using. I also tried with the Ucglib and I got a problem "ucg' was not declared in this scope" and I´m serching on the internet and it is a library issue. So I don´t really know how to do it :(
  • Mic StickC UIFlow?

    8
    0 Votes
    8 Posts
    14k Views
    OyczEO
    @ajb2k3 not yet, now i have other project on desk. Simple sensors plus API ueFlow talk via p2p and Remote testing. So far i was able to launch Ueflow downloaded SW and with small hack i am able to hold com with P2P via m5cloud.
  • M5StickC Hall Sensor not working

    4
    0 Votes
    4 Posts
    11k Views
    M
    It's simple, fill in the code from the example, hold the magnet to the M5stickC and you will see that the readings will change significantly! The magnet is needed strong enough, because The sensor is far away in the device.
  • M5 Mini Development Kit ESP32

    3
    0 Votes
    3 Posts
    4k Views
    W
    @ajb2k3 Thank you very much for this information.
  • Problem with Arduino IDE

    2
    0 Votes
    2 Posts
    7k Views
    lukasmaximusL
    you could try to install the latest python, and esptool
  • m5stickC如何重设wifi密码

    3
    0 Votes
    3 Posts
    4k Views
    K
    感谢您的指导,已经可以重设密码了。原来还有这么丰富的功能,希望写到使用指南中,让更多的人看到。
  • M5Stick c USB mode

    18
    0 Votes
    18 Posts
    39k Views
    ajb2k3A
    @peter Sometimes you have to right click to get the translation function and sometime the page needs reloading. I view a lot of Chinese and Japanese pages and have noticed lately that the translator doesn't always appear.
  • StickC - Serial Problems

    9
    0 Votes
    9 Posts
    17k Views
    C
    @ajb2k3 Tried a different cable, so I'm assuming stick. Why not edit boot.py. It's micropython, as long as I call the M5 libs during the process, everything should work as intended.
  • 5V input concern on M5StickC

    18
    0 Votes
    18 Posts
    44k Views
    ajb2k3A
    @wikistik It would be nice to have a list of compatible "Safe" addons As I said before, M5Stack units have internal 3v3 regulators to reduce the 5v down to safe voltage. I have mentioned this in my UIFLOW book with the circuit diagram of the regulator.