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

Subcategories

  • Hear all about new products, initiatives and events here.

    14 Topics
    20 Posts
    kurikoK
    UiFlow2.0 quick start for CoreMP135 has been released. https://docs.m5stack.com/en/guide/linux/coremp135/uiflow2
  • 2 Topics
    2 Posts
    ajb2k3A
    Members will have noticed that some of us have pictures instead of letters next to our names. This isn't anything to do with status but is a function of the forum available to most (if not all) forum member. To set a picture for your avater you need to click on your letter in the top right hand side of the screen and a menu will appear. Click "Edit Profile" and you will be taken to the profile screen. At the top is a picture with your initial in it, click on it and you can upload an image to use.
  • Here is where you'll find News about promotions, M5stack related blog posts and Videos from M5stack users

    233 Topics
    308 Posts
    S
    To fix issues with M5Burner on Mac, ensure you’ve installed the correct USB-to-serial drivers (like CP210x or CH340). Run M5Burner using Rosetta if needed. Allow app permissions via System Settings > Privacy & Security. Always download the latest M5Burner version compatible with your mac.
  • MQTT Can't create threat

    2
    1
    0 Votes
    2 Posts
    3k Views
    ajb2k3A
    What's the full code? m5mqtt.start() need to go near the top in the setup before the subscribe
  • M5StickC works only with cable connected

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How to import my own module into a project?

    9
    0 Votes
    9 Posts
    18k Views
    D
    Ok it's an old one but as I've found a solution... 1- Write your function code in test_code1.py for example, with a function dazi() inside. 2- Write your program code and on the top : from apps import test_code1 3- when you want to use your dazi function, write then test_code1.dazi('.........../......') It's working for me.
  • Dud Battery??

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Smart Meter Project using ESPhome

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • m5stack tough with wind direction sensor rs485

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Multiple screens with uiflow

    5
    0 Votes
    5 Posts
    5k Views
    N
    That seems a little Tedious, but doable. I would be really grateful, if you could share this guide with me/us when you return home. But I will try it on my own anyways. Nonetheless would I appreciate a feature to do this properly in uiflow. I thinks I will open a feature request for that.
  • Detect walking direction using 2 PIR units

    2
    0 Votes
    2 Posts
    3k Views
    ajb2k3A
    @aeisele55 I don't think PIR's would be suitable for that as the detection range would result in both being triggered. You may be better off with a pair of TOFS or laser beam and receivers.
  • Measurement time of the ToF Unit

    3
    0 Votes
    3 Posts
    3k Views
    F
    Take a look at the data-sheet: https://www.st.com/resource/en/datasheet/vl53l0x.pdf Table 13 shows the dependency between time budget (20ms to 200ms) for ranging and resulting accuracy.
  • Low level neopixel functions with HEX RGB Board question.

    2
    0 Votes
    2 Posts
    3k Views
    ajb2k3A
    If I recall correctly coulees must be specified as touples and not single vales for example: 0,0,0 for off or 255,255,255 for on
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    16 Views
    No one has replied
  • I'm looking for an example using the Atom Lite with the HEX

    2
    0 Votes
    2 Posts
    3k Views
    W
    Ok, I got the HEX RGB LED to work with the Atom Lite. Using the code below everything works as expected but there is an occasional stray LED lighting up in a completely different color. Does anyone know what might be causing that? from neopixel import NeoPixel from machine import Pin from time import sleep np = NeoPixel(Pin(26), 37) n = 0 while True: np[n] = (0, 0, 0) if n < 36: n += 1 else: n = 0 np[n] = (10, 0, 0) np.write() sleep(0.2)
  • 0 Votes
    4 Posts
    6k Views
    W
    Thanks folks.
  • API website M5stack down?

    4
    0 Votes
    4 Posts
    4k Views
    J
    Problem solved. The api was down. I contacted M5stack via Twitter. They resolved the issue.
  • Documentation on m5stack, m5ui, uiflow functions.

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Is the Grove port on the M5Stack Basic Core digital or analog?

    5
    0 Votes
    5 Posts
    7k Views
    W
    Thanks #teastain that works! I simply changed ADXL345 accel(ADXL345_STD) to ADXL345 accel(ADXL345_ALT) in example code ReadXYZ.ino. Thanks again.
  • Newbie Question

    2
    0 Votes
    2 Posts
    3k Views
    teastainT
    @zappawaddawadda Hi! There is an excellent tutorial on the first page of the M5StickCPlus documents page here: https://docs.m5stack.com/en/core/m5stickc_plus This is for the older Arduino ver 1.8.19 and is the easiest to use, IMHO. You get close to "machine level code" with the IDE which also accidentally teaches you C and C++ as you go along. If you have any difficulty, post a reply here!
  • myCobot VS mechArm | Find your preferred desktop 6-axis robotic arm

    5
    2
    3 Votes
    5 Posts
    7k Views
    ElephantRoboticsE
    thanks
  • My M5 Stack Fire is Dead or Bricked somehow

    18
    0 Votes
    18 Posts
    34k Views
    ajb2k3A
    @nerdmeeting Have you installed the updated Ch340 drivers