🤖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.
  • Use in production environment

    7
    0 Votes
    7 Posts
    5k Views
    ajb2k3A
    The thing is that when you create a finished product that you wish to sell, it is your duty to send the finished product out for testing and individual certification. if this is for a private in house deployment then again it will be up to you to get the testing and certification should your in house managers want it.
  • CE/RED certification for european market

    3
    0 Votes
    3 Posts
    2k Views
    2
    Support sent me certifications for K128, K010-AWS, K034. The others are modules without certifications. So contact support directly, they are quick to respond and will send you the required certificates.
  • Strange issue using 8Encoder with AtomS3 and TailBat

    2
    3
    0 Votes
    2 Posts
    2k Views
    ajb2k3A
    @dozauk Check the pins on the tail bat, I have had the grove connector that plugged into the atom fail on one battery.
  • Using an M5stack core2

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Four pwm outputs with different frequencies?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • A M5Stack Faces BlueTooth keyboard

    3
    0 Votes
    3 Posts
    7k Views
    S
    Wow, your project using the M5Stack Faces as a Bluetooth keyboard is truly innovative! The idea of connecting it to a computer and saving input to an SD card for future use is both practical and creative. I'm especially intrigued by your plan to add a receiver in the future, expanding the project's capabilities even further. Your dedication to documenting the process and inviting feedback shows your commitment to the open-source community. Keep up the great work, and I look forward to seeing your project evolve!
  • ENVIII causes Core Basic to crash and restart continuously.

    3
    0 Votes
    3 Posts
    3k Views
    G
    Same as? https://forum.m5stack.com/topic/5692/stickc-envii-hat-or-enviii-unit-reboots-constantly/3
  • How not to connect a Rotary Encoder

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • PoE Base hardware schematic

    2
    1
    0 Votes
    2 Posts
    2k Views
    felmueF
    Hello @PaulB looks a lot like this one on Aliexpress: search for 'SDAPO DP1435 Embedded Pin Typ Standard 48V' Thanks Felix
  • Powering TOUGH and a 12VDC device with one power supply

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Commercial product based on M5Stack Core

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • I want to use it as a Rotation gauge

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Is ezdata working or not?

    19
    1
    0 Votes
    19 Posts
    25k Views
    S
    Good morning, I find myself with the same problem and despite the solutions provided, I can only send 9 data packets before the synchronization stops. Do you have a new solution?
  • Need quick help with uploading a sketch, paying $10 via paypal.

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Slow audio? mp3/wav.

    3
    0 Votes
    3 Posts
    5k Views
    Z
    Hello! The cause of the problem is probably that the I2S configuration in the "Audio.h" directory is overwritten. When the object is created, the constructor function is executed, which sets up the I2S peripheral: ////////////////////////////// AUDIO ////////////// // // ///////////////////// Audio audio; ////////////////////////////////////////////////// /////////////////////////////////// Then the "Setup" function of the Arduino environment is run, in which the following is called: ////////////////////////////////////////////////// /// ////////////////////////// void setup() { M5.begin(); .............. ////////////////////////////////////////////////// /////////////////////////////////// Which again performs an I2S configuration that overwrites the previous settings. The solution is to prevent this override by defining the function parameters and disabling the speaker: ////////////////////////////////////////////////// /// ////////////////////////// void setup() { M5.begin(true, true, true, true, kMBusModeOutput, false); .............. ////////////////////////////////////////////////// /////////////////////////////////// The last parameter is the speaker, which is thus disabled.
  • Is it possible to connect two M5Atom with a cable...

    3
    0 Votes
    3 Posts
    3k Views
    C
    Sorry! For some reason I completely overlooked that you wanted to connect two devices together. So the answer is yes! Get a Grove cable: https://shop.m5stack.com/products/4pin-buckled-grove-cable?variant=16804807082074 Remove/cut the the red (+5v) wire and setup the UARTs on both devices with "crossover" pin-config. I.e.: Device A UARTx Tx=32 Rx=26 Device B UARTx Tx=26 Rx=32 or vice versa. I'm not sure what you mean by "using interrupt", but you could (with same cable) define say pin 32 as output on device A and the same pin as an input defined to an interrupt on Device B and then perhaps the opposite with Pin 26
  • M5 Tough UART Communication

    13
    0 Votes
    13 Posts
    12k Views
    A
    When I'm running certain GPIO pins by adding a 24V supply and driving a transistor (TIP41C) to activate the relay, it works fine as long as the relay doesn't drive any power. However, the moment the normally open (NO) contact of the relay drives power, after some time, the touchscreen of M5Tough stops working, and the screen displays fully black
  • Controlling Relay with M5 Tough using 24VDC Supply

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Core firmware

    4
    0 Votes
    4 Posts
    3k Views
    G
    Hi @leoagro, The M5Burner software can recover most things (we've all been there). I suggest start from the M5Stack website for your device to try bringing it back to basic functionality first i.e. take your Core back from Core2 firmware. If you still have trouble post back here with the environment you used to flash the firmware, recovery steps taken, etc.
  • Wired communication between MULTIPLE Atom unit?

    4
    1 Votes
    4 Posts
    4k Views
    M
    @kmk68 RS485 communication would would work, is designed for this sort of thing, but also cheaper