Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. mchott
    M
    • Continue chat with mchott
    • Start new chat with mchott
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    mchott

    @mchott

    3
    Reputation
    34
    Posts
    839
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    mchott Follow

    Posts made by mchott

    • RE: No LED support on new releases for the Atom Lite

      Now I tried to do it extrem more on a basic level with the latest available versions of everything with Arduino

      #include <Arduino.h>
      #include <M5Atom.h>
      
      void setup() {
        M5.begin(true, false, true);
        M5.dis.begin();
      }
      
      void loop() {
        M5.update();
        M5.dis.drawpix(0, 0xFF0000);
        delay(500);
      }
      

      I assumed that this simply meant a permanent "RED", but it results in a random play of colours.

      posted in SOFTWARE
      M
      mchott
    • RE: No LED support on new releases for the Atom Lite

      @felmue said in No LED support on new releases for the Atom Lite:

      e you sure your M5Stack is connected to the UIFlo

      Yes I´m sure .. I can for example control the PWM frequency. The Led is also not showing when I connect it to my Mac/PC and hold the button down. Normally the Led shows the current state of App, Internet or USB. But the Led is still dark. If I flash the version 1.9.5 on my Atom and use the same code the Led is switching the colors .. Led seems to work.

      In the past I had an different issue with an very easy control of just setting the color: https://www.instagram.com/reel/Cn9XLfWq1_l/?utm_source=ig_web_copy_link

      posted in SOFTWARE
      M
      mchott
    • No LED support on new releases for the Atom Lite

      I have an running implementation using UI Flow 1.9.5 and my Atom Lite. It´s working like defined.

      After updating to the latest release 1.11.6 the built in LED of my Atom Lite stop working. The Led is still off if I only set color and brightness. Nothing happend.

      posted in SOFTWARE
      M
      mchott
    • Unable to Export Flash Memory of my Atom Lite

      Hi .. I tried to export the entire flash of my Atom Lite to publish it to my community, so that they can easily install it as an update to their Atom Lite. But it fails all the time.

      • tried on my MacBook Pro 2023 .. short after starting an error is shown
      • tried on my Windows PC .. start loading and after some time an error is shown
      • tried with different Atom Lite and different releases .. everytime the same
      • tried 4MB (because this is the correct size) ... as well as 8 or 16 MB
      • tried different cables and by the way I can flash new releases to the Atom Lite (connection is working well)
      posted in SOFTWARE
      M
      mchott
    • RE: Scale accurate to 10g only

      Thank you .. sometimes it´s just my hope to get an easy solution running and waking up in the middle of to many micro learning.

      posted in UIFlow
      M
      mchott
    • Scale accurate to 10g only

      I bought the scale kit and am surprised that my smartphone should weigh only 21g. But it is 210g. Does the scale really output only 10g accurately and I´ve tp multiply the result with 10?

      posted in UIFlow
      M
      mchott
    • RE: M5Burner not running on Mac Ventura

      Yes this works .. its in the tab "Privacy and Security" and there I had to switch from "Appstore and verified developer" to "Appstore" and then open the M5Burner again and confirm "Still open". Now it works on every start.

      posted in SOFTWARE
      M
      mchott
    • M5Burner not running on Mac Ventura

      Hi there .. I tried to download the latest M5Burner to my Mac Ventura and I´can´t run the tool because of an message:

      "m5burner cannot be opened because the developer cannot be verified." (because it can be malware)

      posted in SOFTWARE
      M
      mchott
    • UIflow and work with XML responses

      Is there an easy way to work with XML as Map?

      I request an webservice who can only respond with an XML schema. Now I want to use this in my UIflow. There is only a good way to convert JSON to an Map.

      Do anybody know a quick way with "execute" or some other simple "offline first" way?

      posted in UIFlow
      M
      mchott
    • RE: Possible Problems with MQTT?

      @bmtd111 You have to define the wifi connection in your scetch too .. because the configuration of M5Burner is just used during connection with the computer via USB.

      posted in UIFlow
      M
      mchott