Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. PRODUCTS
    3. Cores
    4. M5 Stick/StickC
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes

    M5 Stick/StickC

    • T

      Error on downloading to M5StickC
      • tokuhira

      5
      0
      Votes
      5
      Posts
      12635
      Views

      @jeffb no, no, no don't edit the files! There are 2 causes for the error that has plagued M5Stack since the beginning. 1st - driver issue. the driver is temperamental in osx and often does not work. 2nd and most important as its the biggest issue. The factory USB leads are often faulty and or just rubbish. Always use a high quality USB sync/data lead. something over the £10/$10 price range and never fold the lead, always roll it. I had this issue when I first started as I have only OSX. Also, when you install any new board or library in arduino, ALWAYS close arduino and restart it!
    • P

      How to solve this bug : "The name gc is not defined"
      • Pedram

      1
      0
      Votes
      1
      Posts
      32
      Views

      No one has replied

    • F

      Keeps Rebooting
      • flashG

      1
      0
      Votes
      1
      Posts
      44
      Views

      No one has replied

    • N

      MicroPython without VS Code
      • nickkeets

      4
      0
      Votes
      4
      Posts
      236
      Views

      Sounds more like an error with your host computer then the M5Stack products.
    • W

      What's the best way to teach kids?
      • ws1088

      4
      0
      Votes
      4
      Posts
      2683
      Views

      F

      https://protopedia.net/prototype/2395 https://github.com/610t/M5bit-less
    • S

      Error compiling JoyC_&_RoverC/Master/Master.ino
      • sirtet

      2
      0
      Votes
      2
      Posts
      1811
      Views

      S

      @sirtet Change "I2C_ERROR_NO_BEGIN" to "ESP_OK". The git for M5StickC-Plus has already been fixed with this. The fix also works for the M5StickC code.
    • B

      M5 Stick C Plus 5V HAT output
      • bazman

      5
      0
      Votes
      5
      Posts
      694
      Views

      @bazman Here is the StickC API link:https://docs.m5stack.com/en/api/stickc/axp192_m5stickc
    • B

      Factory Test and Microphone example not compiling M5 Stick C Plus (latest version)
      • bazman

      2
      0
      Votes
      2
      Posts
      299
      Views

      B

      @bazman Fix is to delete the line! Both the microphone example and the factory test project then work.
    • B

      M5 Stick C Manual found - where is English Version?
      • bazman

      3
      0
      Votes
      3
      Posts
      416
      Views

      B

      Great ! Thanks @flypeek
    • T

      ENVIII Hat not responding on M5StickCPlus
      • theMusicMan

      2
      0
      Votes
      2
      Posts
      337
      Views

      what code are you using?
    • B

      What is spec of M5 Stick C-Plus IR Transmitter?
      • bazman

      1
      0
      Votes
      1
      Posts
      306
      Views

      No one has replied

    • P

      soy principiante!
      • p4k0tM5

      2
      0
      Votes
      2
      Posts
      387
      Views

      C

      Check with https://randomnerdtutorials.com/contact
    • H

      M5StickC Plus not recognized by PC
      • human101010

      2
      0
      Votes
      2
      Posts
      406
      Views

      @human101010 with the power on, click the power button and it will rest and start the sketch over. There is a more complicated procedure somewhere on the internet which I cannot find rn, on mobile! Did it ever connect? M5 did have supply different USB chips, you may need the CH340 patch.
    • H

      M5StickC : how to switch 5V out off?
      • HappyUser

      1
      0
      Votes
      1
      Posts
      393
      Views

      No one has replied

    • F

      video stream (computer desktop) to m5stickc plus
      • frexetat

      4
      0
      Votes
      4
      Posts
      927
      Views

      F

      adding notes : the M5stickc plus uses an AXP192 for power management (including display), all the functions to initialise it are inside the M5StickCPlus but you can't call this library in same time as TFT_eSPI.h. you will have to copy AXP192.h & AXP192.cpp from the M5StickCPlus lib and put it in your project (change the names). If you have a M5 project loaded in your stick and then upload a sketch using TFT_eSPI, it will work the first time as the display is already power on from the previous m5 sketch but the display won't turn back on on the next restart unless you init the AXP192 like explained. hope it helps anyone!
    • Displaying JPEG Images on M5StickC
      • o.copleston

      3
      0
      Votes
      3
      Posts
      4613
      Views

      F

      @boverby the link is dead would you mind sharing your code ? I am trying to stream to a m5stickc plus, what you did would be a good reference to look at ! thank you
    • F

      This topic is deleted!
      • frexetat

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • B

      M5StickC-Plus changes in version 1.1
      • bazman

      2
      0
      Votes
      2
      Posts
      536
      Views

      B

      I ordered another C-Plus today and got the v1.1 revision as expected. There's a difference on the label - Sleep/Wake has been added next to the RTC box, see below. I would like to know what the relevance of this change is.
    • J

      M5StickC - MPU-6886 Data Ready Interrupt & Read Process
      • jacobfw

      1
      0
      Votes
      1
      Posts
      422
      Views

      No one has replied

    • W

      M5StickC built in LED
      • wikistik

      6
      0
      Votes
      6
      Posts
      8337
      Views

      W

      Thanks! That workaround works. You only see the brief flash when applying power or when the IDE uploads the code and hard resets via RTS. If you do this: #include <M5StickCPlus.h> void setup() { M5.begin(); digitalWrite (M5_LED, HIGH); // turn off the LED pinMode(M5_LED, OUTPUT); digitalWrite (M5_LED, HIGH); // off } void loop() { delay(10); ESP.restart(); } the LED does not flash repeatedly.

    Move Topic