🤖Have you ever tried Chat.M5Stack.com before asking??😎

Subcategories

  • 5 Topics
    23 Posts
    H
    thank you so much for sharing! this looks cool. I am pretty new to micropython for M5Stack. May I ask which IDE you primarily use to do Micropython programming?
  • Incorrect measurements with ENV III HAT on M5StickC+

    15
    0 Votes
    15 Posts
    19k Views
    teastainT
    @teflon121 If you are measuring temperature in an environment where the temperature is stable such as at my desk(!) you can, for sure, just add an "offset". Just measure the ambient with a known and trusted thermometer and add or subtract this to the raw measurement. If the device is going to be subjected to a wide range of temps, then you need to see if offset is satisfactory over that range. If not...the second half of calibration is "span" which is accomplished by multiply or dividing the raw measurement. This gets fiddly and can be enjoyable like tuning a carburetor! display = raw * span + offset, or depending on characteristics of the sensor, display = (raw + offset) * span Span is usually a very low number like 1.2 or 0.98 -Terry
  • M5StackCore2 Bluetouch have cache?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • M5StackCore2 Can Port A be used as Serial port ?

    2
    1 Votes
    2 Posts
    2k Views
    felmueF
    Hello @talktosanjay3 by default port A is for external I2C; however M5Core2 uses two dedicated GPIOs (32/33) for port A so it should be possible to use it for anything as by default external I2C is not being initialized. Can you share the code you tried? Thanks Felix
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • M5Stack Tough RS485

    3
    0 Votes
    3 Posts
    3k Views
    robskiR
    Is there UIflow support for Modbus TCP? wish to read device which sits on same network as M5Core module.
  • ATS-25 Clone Sofware for ESP32 Available - need help loading on M5Stack

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • M5EPD library grammar mistake

    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • M5paper no longer works with Arduino from new installs

    4
    1 Votes
    4 Posts
    4k Views
    E
    @ajb2k3 thanx for your afford, but that makes no sense. functionality will be same and just needs to be adjusted to the display. we all know that e-ink is different than lcd, so its no help pointing that out.
  • M5StickC-Plus Buzzer not working

    10
    0 Votes
    10 Posts
    17k Views
    W
    @wilfried Ok, that workrd. ThankYou
  • [SOLVED] Can't reset my M5StickC Plus

    4
    0 Votes
    4 Posts
    9k Views
    felmueF
    Hello @MatejTech correct, but in this case the reset functionality has been added programmatically by UIFlow. M5Stack did the same in the M5StickCPlus factory code. See here. Thanks Felix
  • M5Stack Zigbee Unit (SKU:U110) software examples of documentation

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • StampS3 : A fatal error occurred: No serial data received.

    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Wake M5 Tough from Light Sleep with GPIO Input???

    6
    0 Votes
    6 Posts
    6k Views
    D
    Thank you @felmue !
  • M5Stack library and MCP2515

    8
    0 Votes
    8 Posts
    6k Views
    B
    I don't understand anymore, now it works but I changed the Libraie the same but obviously more complete. I hope it will work in time ... Thank you Felix
  • Any example references to using the extra fonts in M5 Tough

    2
    0 Votes
    2 Posts
    2k Views
    ajb2k3A
    Un fortunately this is not advised due to lack of space in the firmware.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    35 Views
    No one has replied
  • Trouble getting touch button example code to work on M5 Tough.

    3
    0 Votes
    3 Posts
    3k Views
    G
    @felmue Hey felmue, I've managed to sort out my issue. It wasn't a power thing. I've been using PlatformIO to do my work as I'm trying to start using VSC for a number of tasks. I ended up going back to the Arduino IDE and surprise surprise the above code compiled and worked ok. So Iwent back and started looking at how I was trying to use the library in PlatformIO. Because the M5Tough library didn't appear in the usual library list, I had just copied the files in the GIT repo under the src folder into my VSC project src folder. It turns out that this works ok for some examples, but not the buttons one (I assuming it tries to reach a header file that it couldn't locate for these ones or something. Anyway, I found out how to add a third part library into PIO using CLI, started a new Tough project, and now the code works well. So in the end the problem was my lack of understanding (again!) but at least now I've learnt how PIO goes together. Thanks for the suggestions and your time, I sure you'll get another chance to try and help me in the future :) galeap.
  • "A fatal error occurred: Timed out waiting for packet header"

    arduino esp32 c++
    2
    0 Votes
    2 Posts
    4k Views
    ajb2k3A
    Have you got the correct port selected for the M5StickCPlus in arduino?
  • Failing to install M5Stack 2.0.6 in Arduino IDE

    4
    0 Votes
    4 Posts
    6k Views
    D
    Add https://espressif.github.io/arduino-esp32/package_esp32_index.json to Arduino Preferences Additional Board Manager URLs field for solving Index error: could not find referenced tool name=...
  • M5stack core2 AWS compilation error

    1
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied