Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Recent
    • 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

    • RAW I2C Access help with SHT30 (ENVIII) please.
      Micropython • • ajb2k3

      3
      0
      Votes
      3
      Posts
      185
      Views

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

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

      2
      0
      Votes
      2
      Posts
      86
      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.
    • A

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

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

      2
      0
      Votes
      2
      Posts
      157
      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
    • J

      CORE2 HIVEMQ
      Core 2 • • Javi

      31
      0
      Votes
      31
      Posts
      21347
      Views

      A

      I cannot confirm this works with 1.9.7. Connected successfully but fails when trying to subscribe topic data sent to hivemq and appearing in my clusters webclient.
    • UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)
      UiFlow 2.0 • • IAMLIUBO

      9
      0
      Votes
      9
      Posts
      1255
      Views

      @jruys Sorry for that happened, we'll look into this.
    • W

      Typo in RTC methods getDate and setDate
      Arduino • • wsanders

      1
      0
      Votes
      1
      Posts
      59
      Views

      No one has replied

    • W

      M5StickC built in LED
      M5 Stick/StickC • • wikistik

      6
      0
      Votes
      6
      Posts
      6850
      Views

      W

      Thanks! That workaround works. You only see the brief flash when applying power or when the IDE uploads the code and hard resets via RTS. If you do this: #include <M5StickCPlus.h> void setup() { M5.begin(); digitalWrite (M5_LED, HIGH); // turn off the LED pinMode(M5_LED, OUTPUT); digitalWrite (M5_LED, HIGH); // off } void loop() { delay(10); ESP.restart(); } the LED does not flash repeatedly.
    • J

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

      2
      0
      Votes
      2
      Posts
      125
      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
    • G

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

      2
      0
      Votes
      2
      Posts
      96
      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
    • D

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

      1
      0
      Votes
      1
      Posts
      86
      Views

      No one has replied

    • T

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

      2
      0
      Votes
      2
      Posts
      135
      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 ...
    • 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

    • 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); ....
    • A

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

      2
      0
      Votes
      2
      Posts
      85
      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 ......
    • E

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

      2
      0
      Votes
      2
      Posts
      127
      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)
    • D

      Different antenna connectors for GPS modules
      Modules • • DanK

      1
      0
      Votes
      1
      Posts
      71
      Views

      No one has replied

    • H

      How to retrieve reset reason code ?
      Core 2 • • hemeleerse

      1
      0
      Votes
      1
      Posts
      82
      Views

      No one has replied

    • 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.
    • 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.