🤖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.
  • Youtube miniseries on the CM4 Stack development kit.

    2
    0 Votes
    2 Posts
    2k Views
    ajb2k3A
    Part 2 of my look at the M5Stack CM4 Stack Development Kit https://youtu.be/LLekuV84mvQ
  • 0 Votes
    4 Posts
    9k Views
    L
    Regarding the RFID module, the Grove connector on the M5Stack provides serial communication, which means you can use either a SoftwareSerial or the hardware serial to communicate with the module. The SLA and SPI interfaces are different types of communication protocols, so they are not relevant in this case. To use the hardware serial on the M5Stack, you can simply use the standard Serial library in your Arduino code instead of the SoftwareSerial library. The hardware serial on the M5Stack is available on pins 1 (TX) and 3 (RX) of the Grove connector, so you need to connect the RFID module's TX pin to the M5Stack's RX pin and vice versa. Here's an example code to get you started with using the hardware serial on the M5Stack: #include <M5Stack.h> void setup() { M5.begin(); Serial.begin(9600); } void loop() { if (Serial.available() > 0) { // read data from serial and process it // ... } } In this example, we initialize the M5Stack library and then start the hardware serial communication with a baud rate of 9600. In the loop() function, we check if there is any data available on the serial port, and if there is, we can read it and process it accordingly. I hope this helps! Let me know if you have any more questions.
  • Core ESP32: monitoring for battery presence/fault?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • IR sensor not behaving as expected

    1
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • M5Atom-RELAY4

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • RS485 Modbus Application Issues

    1
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Need some help with esp-now

    1
    3
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • RX/TX voltages for Atom Lite

    2
    1 Votes
    2 Posts
    3k Views
    ajb2k3A
    from what im aware the pins are 3v3 logic and so you need a 5v>3v3 logic shifter board like this: https://www.amazon.co.uk/Youmile-Channels-Converter-Bi-Directional-Shifter/dp/B08BZ8K7YR/ref=sr_1_2_sspa?crid=1YGIYN9553SC8&keywords=logic+shifter&qid=1678167168&sprefix=logic+shifter%2Caps%2C74&sr=8-2-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&psc=1 between the M5Atom and the zircon unit.
  • M5stack Tough EXT dosen't seem to work...

    2
    0 Votes
    2 Posts
    2k Views
    felmueF
    Hello @davmoz Re Modbus RTU: using Arduino code (not ESP-IDF) I can control an M5_ACSSR (relay) from an M5Tough just fine (using GPIO27 as RX and GPIO19 as TX). So I guess the GPIO assignment is correct, but I cannot tell whether your issue is with ESP-IDF or the SDM630, sorry. Re Tough Tools firmware ext I2C: The ATECC608B is a 'bad' example as it requires special timing to wake it up and as long as it sleeps it doesn't show up in an I2C scan. Can you try with another I2C slave? I had success with an M5Stack PbHub for instance. Thanks Felix
  • Custom Firmware but NOT published / public

    3
    0 Votes
    3 Posts
    4k Views
    R
    @ajb2k3 said in Custom Firmware but NOT published / public: ESP-IDY Thanks but I'm asking about burning my .bin file via the m5burner tool specifically. The interface is nice and simple for a student or inexperienced employee to use and I'm using it already to burn the RTSP build before I burn mine. I'm using VScode atm and am able to burn my build with that but would like a single tool for both burns to simplify the process.
  • M5StickC-Plus changes in version 1.1

    4
    0 Votes
    4 Posts
    4k Views
    B
    Anyone found out the differences between 1.0 and 1.1 for M5StickC Plus ?
  • Code works when I press play but not when I download on device

    11
    0 Votes
    11 Posts
    9k Views
    ajb2k3A
    @dagloom Ok, now we are getting somewhere. In UIFLow You can't connect the ENVIII sensor to PortB. ENVIII is an I2C device and has a red connector, PortB is for analog devices and has a black connector. Both ENVIII sensors have to be connected to PortA via the PAhub2 and then you need to make sure in the config that there are set to the individual PaHub ports not the Cores ports. The you need GUI labels to show the incoming data from the ENVIII sensors. [image: 1676440934236-screenshot-2023-02-15-at-06.00.31-resized.png] The 1to3 mini hub is only usable if the I2C devices have different I2C hubs and the PortBHub is only usable for devices with the black "analog" connector.
  • Incorrect link for micropython document

    1
    2
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Como copiar programa M5stack para outro M5stack novo?

    2
    0 Votes
    2 Posts
    3k Views
    M
    Hello@João Rodrigues tobozo/M5Stack-SD-Updater https://github.com/tobozo/M5Stack-SD-Updater M5Stack-SD-Updater https://macsbug.wordpress.com/2018/03/12/m5stack-sd-updater/ lovyan03/M5Stack_LovyanLauncher https://github.com/lovyan03/M5Stack_LovyanLauncher LovyanLauncher https://twitter.com/lovyan03/status/1127119598602448896
  • UnitV2 control GROVE Port GPIO

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Best communication concept for 20 Controllers

    2
    0 Votes
    2 Posts
    3k Views
    teastainT
    @mchott Speaking personally, I would have the Master also arbitrate the Slaves by polling them one at a time. Yes, they can all talk at once but it's messy. I have a Master talking to two Slaves ESP-NOW peer to peer with small size of data and no urgency in the process. I may send a simple boolean flag to one to turn on a heater, next sending a int value to the other to set a servo position. (this one also returns a float with the Vent Temp.
  • tell me about Charge current

    2
    0 Votes
    2 Posts
    3k Views
    felmueF
    Hello @keiichiro1192 yes, the 100 mA are due to a setting. Line 1880 in this file. M5.Axp.SetCHGCurrent(AXP192::kCHG_100mA); Thanks Felix
  • technical questions about the charging circuit of core 2 / basic core

    7
    0 Votes
    7 Posts
    8k Views
    felmueF
    Hello @TapM the AXP192 does automatically switch between ACIN (USB) , VBUS (5 V pin on M-bus) and battery. However in your case only VBUS and battery are in the mix. I did some experiments (i.e. turning on internal 5 V boost w/o disabling VBUS) and yes, switching on the internal 5 V booster while power comes in via 5 V pin on M-bus immediately shuts the system down. My best guess is, that the AXP192 doesn't like the 'circle' that is created in that way, e.g. kind of powering itself through the internal 5 V booster. Not sure if there is a way to solve this w/o hardware modification. Thanks Felix
  • Mysterious power down on CORE2-AWS

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Not possible to start program and w-lan connection

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