Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Popular
    • All categories
    • Official Updates
    • Events
    •      Review
    •      Campaign
    • Features Wish List
    • General
    •      Anouncements
    •      Forum Rules (!!!!READ THIS FIRST BEFORE POSTING!!!!)
    •      News and Blog posts
    • PRODUCTS
    •      Modules
    •      Units
    •      FAQS
    •      Cores
    •          Core2 for AWS
    •          M5Stack Fire
    •          M5stack Grey
    •          M5 Stick/StickC
    •          M5GO
    •          FACES Kit
    •          M5Stick V
    •          Core 2
    •      Bases
    •      Atom
    • PROJECTS
    • SOFTWARE
    •      UIFlow
    •          Lessons and Guides
    •          Bug Report
    •          Custom Blocks
    •      Arduino
    •          Lessons and Guides
    •      Micropython
    •          Lessons and Guides
    •      M5EZ
    •      ESP - IDF
    •      UiFlow 2.0
    • Global Communities
    •      Русскоязычный форум
    •      日本語フォーラム
    •      Foro español
    •      Deutsches Forum
    •      简体中文论坛
    •          项目分享
    •          提问专区
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month

    • A

      Display 13.2 Module (M126) issue with a HDMI display
      Modules • • admiralmaggie

      4
      0
      Votes
      4
      Posts
      226
      Views

      Hi,@admiralmaggie, Resolution and refresh rate depend on the monitor being used. If variable, the resolution can be changed. However, some monitors have a fixed resolution and refresh rate, in which case it is necessary to match the monitor specifications.
    • H

      M5Paper: how to detect USB power?
      Cores • • holofloh

      4
      0
      Votes
      4
      Posts
      295
      Views

      Hello @holofloh cool, glad it worked. Thanks Felix
    • J

      UIFlow Source
      UIFlow • • jjshoe

      4
      0
      Votes
      4
      Posts
      315
      Views

      I'm working on a book for the M5Stamp C3 using MP1.19.1 Going mainstream means a slimmer lighter faster MP but you loose access to the M5Stack specific libs and have to look for alternatives.
    • J

      Wifi settings tutorial
      UIFlow • • jjshoe

      4
      0
      Votes
      4
      Posts
      229
      Views

      C

      Using buttons and labels you can draw a screen table and use it as an on screen keyboard in order to enter the SSID and Password .. Pressing < > you scroll through the alphabet, with OK you confirm the letter... Much like setting and confirming your wifi credentials on an android TV When finished you connect to the Wi-Fi with the SSID and Password.
    • J

      UIFlow - Micropython - USB plugged in
      UIFlow • • jjshoe

      4
      0
      Votes
      4
      Posts
      252
      Views

      J

      The python version of the c function looks like its probably not available: >>> dir(hardware.axp192.Axp192) ['__class__', '__init__', '__module__', '__name__', '__qualname__', '__bases__', '__dict__', 'deinit', 'setBusPowerMode', 'powerAll', 'setLCDBrightness', 'setPowerLED', 'setSpkEnable', 'powerOff', 'CURRENT_100MA', 'CURRENT_190MA', 'CURRENT_280MA', 'CURRENT_360MA', 'CURRENT_450MA', 'CURRENT_550MA', 'CURRENT_630MA', 'CURRENT_700MA', 'getTempInAXP192', 'getChargeState', 'getBatVoltage', 'getBatCurrent', 'getVinVoltage', 'getVinCurrent', 'getVBusVoltage', 'getVBusCurrent', 'setChargeState', 'setChargeCurrent', 'setLDOVoltage', 'setLDOEnable', 'setDCVoltage', 'disableAllIRQ', 'clearAllIRQ', 'enableBtnIRQ', 'setESPVoltage', 'setLCDBacklightVoltage', 'setLCDEnable', 'setLCDReset', 'setVibrationIntensity', 'setVibrationEnable', '_regChar', '_read8bit', '_read12Bit', '_read13Bit', '_read16Bit'] >>> However, I found two alternative ways to detect this, i2c being my favorite: https://imgur.com/a/nscmAHF
    • RAW I2C Access help with SHT30 (ENVIII) please.
      Micropython • • ajb2k3

      3
      0
      Votes
      3
      Posts
      169
      Views

      @crami25 Normally yes but, the M5Stamp C3 and C3U are not supported buy UIFlow hence why I’m using mainstream MP
    • B

      Code works when I press play but not when I download on device
      General • • braamconradie

      3
      0
      Votes
      3
      Posts
      253
      Views

      You need to set up the WIFI functions to connect to a local network in program mode whereas, in test mode it uses the active default wifi setting the memory Is already using.
    • J

      MQTT Daten vom Iobroker auf M5Stack Core darstellen.
      Deutsches Forum • • juergschwarz

      2
      0
      Votes
      2
      Posts
      76
      Views

      R

      @juergschwarz said in MQTT Daten vom Iobroker auf M5Stack Core darstellen.: Hallo alle Ich versuche verzweifelt ein paar Daten von meinem Iobroker per MQTT zu beziehen und diese auf dem M5Stack Core darzustellen. Ich möchte das mit der UIFlow erledigen. Ich weiss, dass es mit einem Python Script funktioniert. (Habe mir per chatPGT ein solche erstellen lassen aber leider komm ich da mit der Darstellung und mehreren Datenpunkte nicht klar. Also ich will das per Blockly haben in der UIFLOW Cloud. Meine Datenpunkte sind: Boilertemp: mqtt.0.ESP_Easy.Boiler.temperature Kesseltemp: mqtt.0.ESP_Easy.KesselTemp.temperature Vorlauftemp: mqtt.0.ESP_Easy.Vorlauf1.temperature Welche Elemente benötige ich im Blockly für diese Abfragen? In Python sieht das z.B. so aus: // Subscribe to first data point client.subscribe("mqtt.0.ESP_Easy.Boiler.temperature"); while (!client.available()) { delay(1000); } Hab scho einiges mit dem Subscripe Element versucht. Leider ohne Erfolg. Danke schonmal. Hi @juergschwarz , see below in blockly ...worked for me. My Setup was few esp-easy sending mqtt data to local mqtt server on raspberryPi, then M5 Core as data display subscribing to local mqtt. Regards. Rob.
    • J

      Como copiar programa M5stack para outro M5stack novo?
      General • • João Rodrigues

      2
      0
      Votes
      2
      Posts
      122
      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
    • m5stickV memory card compatability
      Features Wish List • • Xeon

      2
      0
      Votes
      2
      Posts
      156
      Views

      Hi, @xeon, Japanese, but it is written here and A-rated SD cards can be used. I recommend Lexar 32GB (V10 Class10). https://docs.google.com/spreadsheets/d/10Vv8ZQkbXX59aT_GkoolTMHf83zroIT21uNjvQMaGng/edit#gid=0
    • T

      Wiring of M5Stack Mini Infrared Emitter & Receiver Unit
      PRODUCTS • • Tobster

      2
      0
      Votes
      2
      Posts
      134
      Views

      C

      Yes, you have to "switch" the lines between the IR Unit and the Atom : One side is Tx -> RX, the other side RX -> TX White line: IR Unit receives the signal and transmitts it(TX, marked "data" IN) ) to the Atom,. Atom is receiver (RX), (G32 as input) Yellow line: Atom is the sender (TX) (G26 as output), IR Unit receives the data (RX) (marked "data" OUT) and transmitts the signal via IR (25Hz carrier) Check if it works with a mobile phone camera ...
    • G

      Configuring WLED (Sound Reactive) for M5StickC
      M5 Stick/StickC • • GingerJohnny

      2
      0
      Votes
      2
      Posts
      95
      Views

      @gingerjohnny MIC (SPM1423) CLK GPIO0 Data GPIO34 from: https://docs.m5stack.com/en/core/m5stickc_plus Not sure what WS is in WLED config
    • R

      How to use "pushToSprite" in Core2
      SOFTWARE • • RonaldoDuarte

      2
      0
      Votes
      2
      Posts
      157
      Views

      W

      Isn't the method called pushSprite? On a M5StickC-Plus, I use: setup(): TFT_eSprite sgraph = TFT_eSprite(&M5.Lcd); ... sgraph.createSprite(GRAPHW, GRAPHH); ... loop(): ... sgraph.pushSprite(TEXTW, 0); ....
    • E

      UHF RFID Unit(JRD-4035), ESP-wroom-32 and Micropython
      Units • • EstelleA

      2
      0
      Votes
      2
      Posts
      126
      Views

      C

      Trying to read the UHF RFID without initializing all required parameters first (UHF Zone, Channel etc ..) will give you nothing back. Try the UIFlow examples for the UHF RFID unit first. There you will find all the parameters you have to set for your country using the unit (https://www.gs1.org/sites/default/files/docs/epc/uhf_regulations.pdf)
    • A

      M5Stack同时可连接多少IO设备
      提问专区 • • alfred_ch

      2
      0
      Votes
      2
      Posts
      84
      Views

      C

      Use the unit sensors with have a i2C connection. As long as they have different addresses you can hook up up to 127 different sensors/ actuators on the same bus. With the PaHub you can hook up 6 units having the same I2C address. For analog sensors you can use the PbHub ... So sticking to the I2C bus the limit of devices you can use is probably the power source you are using ......
    • R

      ExtPort For Core2 expansion module dip switch explanation
      Modules • • rkl685

      2
      0
      Votes
      2
      Posts
      130
      Views

      H

      Please read in the documentation of that expansion module: https://docs.m5stack.com/en/module/extport_for_core2 the section "PinMap" will explain it all. In the section "Schematic" you see how it is done.
    • W

      Typo in RTC methods getDate and setDate
      Arduino • • wsanders

      1
      0
      Votes
      1
      Posts
      57
      Views

      No one has replied

    • D

      RF-UNIT-433MHZ-TRANSMITTER-SYN115 - C++ API Direct manipulation of Amplitude
      PRODUCTS • • dataPulverizer

      1
      0
      Votes
      1
      Posts
      85
      Views

      No one has replied

    • W

      Documentation for ScreenBreath(): Is the parameter range 7 to 12 or 7 to 15?
      Bug Report • • wsanders

      1
      0
      Votes
      1
      Posts
      66
      Views

      No one has replied

    • D

      Different antenna connectors for GPS modules
      Modules • • DanK

      1
      0
      Votes
      1
      Posts
      71
      Views

      No one has replied