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

Categories

  • Firmware updates, Hardware Revisions, New Product info can be found here.

    75 Topics
    830 Posts
    M
    @AshleyW When I try to use this invite the Discord app on my phone crashes, when I try on a browser Discord says "Unable to accept this invite." Anyone else having an issue?
  • M5Stack Events

    8 Topics
    32 Posts
    C
    @crami25 I’ve been looking at the 4Relay Module with UIFlow as well. The main thing I’m trying to figure out is how the four relay channels are exposed in UIFlow and whether they can be controlled independently. It would also be useful to know if there are any limitations when switching multiple relays at the same time.
  • Wish for a feature that doesn't exist yet? this is the place to ask for it. we will collect all the requirements and enquiry's and who knows ... sometime wish might come true!

    229 Topics
    690 Posts
    S
    Hey there, I want to use M5burner to flash to the device (before publishing) so I can debug it and iterate. Did you take away that function? Can you create function so we can test on device before we publish? Thanks
  • Forum rules - Announcements - General chit chat (ESP-32, ESP-8266, IoT, Raspberry Pi etc...)

    983 Topics
    3k Posts
    D
    still a pos, cant log in. does not work still
  • Core and Modules info.

    4k Topics
    14k Posts
    R
    The question is no longer relevant; the scheme is correct.
  • Projects Sharing.

    522 Topics
    2k Posts
    kariagepompadourK
    One more KariPom Web update! 🐰📱 KariPom Web can now also be tried on iPhone and Android. Until now, KariPom Web relied on Chrome/Chromium tab-audio sharing, so its audio-reactive features were essentially desktop-only. To make it easier for more people to try KariPom, the mobile version now temporarily uses the device’s built-in microphone as its audio input. Desktop: continues to use tab-audio sharing as before iPhone / Android: uses the built-in microphone Just open KariPom Web on your phone, tap “🎤 Start Microphone”, allow microphone access, and KariPom will react to sounds picked up by your phone. 🐰 Try KariPom Web: https://github.com/kariagepompadour/KariPom-Web The audio is still analyzed locally in the browser and is not sent to an external server. Mobile microphone input is currently a temporary solution, but at least KariPom can now escape onto your phone too. 😄
  • This is the place to discuss driver issues, M5 burner troubleshooting, and development of software compatible with M5Stack

    3k Topics
    10k Posts
    I
    I have tested this using Atom-Lite and the M5StickCPlus-SE and get this error trying to use the NFC unit over i2c despite initializing the i2c port. Any help would be greatly appreciated. === import os, sys, io === import M5 === from M5 import * === from hardware import Pin === from hardware import I2C === from unit import NFCUnit === i2c0 = None === nfc_0 = None === def setup(): === global i2c0, nfc_0 === M5.begin() === i2c0 = I2C(0, scl=Pin(32), sda=Pin(26), freq=100000) === nfc_0 = NFCUnit(i2c0) === def loop(): === global i2c0, nfc_0 === M5.update() === if __name__ == '__main__': === try: === setup() === while True: === loop() === except (Exception, KeyboardInterrupt) as e: === try: === from utility import print_error_msg === print_error_msg(e) === except ImportError: === print("please update to latest firmware") === === === E (194617) i2c.master: this port has not been initialized, please initialize it first
  • 273 Topics
    592 Posts
    S
    M5Stack S3 已完成烧录小智语音助手,显示屏显示联网成功,待命状态,但是设备无反应。查看串口监测状态,日志中反复出现的 Display: System time is not set, tm_year: 70。