🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • m5StickC MicroPython curl

    5
    0 Votes
    5 Posts
    12k Views
    S
    @lukasmaximus very nice! That will be useful! Thanks!
  • M5stickC and VL53L1X sensor GROVE port

    4
    0 Votes
    4 Posts
    9k Views
    W
    @cepics said in M5stickC and VL53L1X sensor GROVE port: VL53L1X I tried the VL53L0X unit on the grove port of the stick several times and could not get it to work. I know that really doesn't really help you but at least your are not alone in this quest :)
  • Dead LCD on StickC

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • Too into the stick?

    5
    1
    0 Votes
    5 Posts
    11k Views
    ajb2k3A
    @wikistik Nice, Get some pictures of the workshops and share a writeup!
  • Deployment of a Python app on the M5Stick-C from VS code

    4
    0 Votes
    4 Posts
    8k Views
    lukasmaximusL
    As far as I am aware that feature is unavailable right now in vs code or any other software for now sorry. I can only suggest you put all your files on an sd card and reference them in your python script
  • Waterproof case for the M5Stick-C

    3
    0 Votes
    3 Posts
    5k Views
    antowanA
    Great, I am looking forward to get one.
  • Persistent storage management on the M5Stick-C

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • Env vs Hat Env

    9
    0 Votes
    9 Posts
    19k Views
    G
    @grlind I was able to get to work in Ardunio I just combine the DHT into the main sketch all things good though the pressure reading are off... I owuld like to see the uflow - I have not done anything in uflow want to try it.. Is your code posted somewhere?
  • Screen orientation on UI flow

    3
    0 Votes
    3 Posts
    7k Views
    antowanA
    @ajb2k3 Thank you for your quick answer, I have imported the JPG pre-rotated for the moment and it works fine.
  • M5stickC - Display picture on lcd from array - incorrect colors

    8
    0 Votes
    8 Posts
    14k Views
    R
    @ajb2k3 Prior i was using M5.Lcd.drawBitmap and after following your suggestion the image was displayed just with the incorrect colors still then after finding the clock code i used M5.Lcd.pushImage and everything displayed correctly. i didn't try UIFlow as yesterday was the first time for me hearing about it but i've got it all sorted in arduino land now anyways so happy days indeed :) Thanks again mate, truly appreciated!
  • ECCN number for M5StickC

    2
    0 Votes
    2 Posts
    3k Views
    ajb2k3A
    @jbp8192 Please contact The M5STACK sales team, the email should be on the main page or you can pm them using Facebook
  • I2C sensor to grove port on M5Stick GRAY (NOT C)

    3
    0 Votes
    3 Posts
    6k Views
    C
    tnks for answering !! but: #include <Wire.h> #define SDA2 25 #define SCL2 13 TwoWire Wire1 = TwoWire(1); void setup() { Serial.println("M5 I2C Tester"); //Wire.begin(); Wire1.begin(SDA2, SCL2, 400000); Serial.begin(115200); delay(3000); } void loop() { // scan for i2c devices byte error, address; int nDevices; Serial.println("Scanning..."); nDevices = 0; for (address = 1; address < 127; address++ ) { // The i2c_scanner uses the return value of // the Write.endTransmisstion to see if // a device did acknowledge to the address. Wire.beginTransmission(address); error = Wire.endTransmission(); if (error == 0) { Serial.print("I2C device found at address 0x"); if (address < 16) Serial.print("0"); Serial.print(address, HEX); Serial.println(" !"); nDevices++; } else if (error == 4) { Serial.print("Unknow error at address 0x"); if (address < 16) Serial.print("0"); Serial.println(address, HEX); } } if (nDevices == 0) Serial.println("No I2C devices found\n"); else Serial.println("done\n"); } and the output: Arduino: 1.8.9 (Mac OS X), Board: "M5Stack-Core-ESP32, QIO, 80MHz, Default, 921600, None" libraries/Wire/Wire.cpp.o:(.bss.Wire1+0x0): multiple definition of `Wire1' sketch/sketch_aug29a.ino.cpp.o:(.bss.Wire1+0x0): first defined here collect2: error: ld returned 1 exit status exit status 1 Error compiling for board M5Stack-Core-ESP32. This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
  • Linker errors and Arduiono setup for ENV Hat

    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • M5stick GRAY (not C) charging or discharging

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • All my sticks are defective...

    4
    0 Votes
    4 Posts
    9k Views
    OyczEO
    So its solved =D QA should take care about this, you can use official mail support to report this.
  • name 'clear bg' isn't defined (SOLVED)

    2
    0 Votes
    2 Posts
    3k Views
    ?
    @lvangelis shorted! I think I was using a different UIflow for device and web. all good now
  • Getting Longer Battery Run Time

    7
    6 Votes
    7 Posts
    35k Views
    O
    Putting the LCD on "off" with ST7735_DISPOFF and the controller in sleep thanks to ST7735_SLPIN does not change power consumption. Putting SH200Q to sleep does not help neither so their power supply should be correctly shut down by the AXP192. So we really need help from @m5stack here: did you measure the off/sleep power consumption of the board. Which values do you get ? Thank you
  • Documentation of all available python modules and APIs for M5StickC

    4
    0 Votes
    4 Posts
    9k Views
    ajb2k3A
    @ws1088 I'm sorry but I don't know what that is. I'm not sure as you need @heybin for this but I don't believe that lcd.setRotation() is implimented yet in tis version of micropython.
  • M5Stack C with Hat MLX90640 does not work!!

    3
    1
    0 Votes
    3 Posts
    6k Views
    SkinkS
    @ajb2k3 thank you , it work´s Greetings skink
  • Battery life of M5StickC when it is powered OFF

    6
    1 Votes
    6 Posts
    17k Views
    W
    @oliv said in Battery life of M5StickC when it is powered OFF: @lukasmaximus : I agree with @ws1088 . Battery fully charged, long press on power switch to switch off the M5StickC should not drain battery in 5 hours. I measured a consumption of 1.92 mA when off, which is too high :( See measurements: http://community.m5stack.com/topic/1162/getting-longer-battery-run-time/5 Today I did something different, I unplug every units from M5StickC and so far it still have battery when I tried to turn it on. After it is on, I turned it off immediately and will report out how long it will last. Sorry, I can only do these unscientific experiment :) I lack the knowledge and equipment to do otherwise.