Navigation

    M5Stack Community

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

    Posts made by felmue

    • RE: M5StickC built in LED

      Hello @wsanders

      I don't see the brief blink myself, but have you tried to swap the two statements?

      Thanks
      Felix

      posted in M5 Stick/StickC
      felmue
    • RE: M5Paper: how to detect USB power?

      Hello @holofloh

      cool, glad it worked.

      Thanks
      Felix

      posted in Cores
      felmue
    • RE: M5Paper: how to detect USB power?

      Hello @holofloh

      what you can try is the following. First call the function for a shutdown (which will succeed on battery power, but fail when running from USB), so after that use some delay() to prevent too frequent updates.

      You should get an idea what I mean from this example here (about line 100).

      Thanks
      Felix

      posted in Cores
      felmue
    • RE: Image as button

      Hello @jjshoe

      have you tried to put a button behind a picture? Use the layer value to hide the button behind the picture. Works for me.

      Thanks
      Felix

      posted in SOFTWARE
      felmue
    • RE: COM.X LTE (4G) Module Example UIFLOW/Phython

      Hello @orfait

      you can try to stack a different module (like a proto module) in between.

      Yes, same here, the antenna was connected to the incorrect socket as well.

      Thanks
      Felix

      posted in Modules
      felmue
    • RE: Possible Problems with MQTT?

      Hello @bmtd111

      I think the WiFi connection configured via M5Burner only works as long as code is temporarily run on a device. In app mode though the WiFi connection might be lost if not executed within the UIFlow.

      Please see this thread.

      Thanks
      Felix

      posted in UIFlow
      felmue
    • RE: TouchButton awol?

      Hello @brianteeman

      the documentation is probably not fully up-to-date.

      Maybe checkout the description here.

      Also have a look at this example.

      Thanks
      Felix

      posted in Core 2
      felmue
    • RE: tell me about Charge current

      Hello @keiichiro1192

      yes, the 100 mA are due to a setting. Line 1880 in this file.

      M5.Axp.SetCHGCurrent(AXP192::kCHG_100mA);
      

      Thanks
      Felix

      posted in General
      felmue
    • RE: Screen freezes after tapping button servo (after servo working once) with GoPlus2 on M5Stack Core2

      Hello @Trevman

      I am afraid M5Core2 and GoPlus2 are not fully compatible. Please see this thread.

      Thanks
      Felix

      posted in Forum Rules (!!!!READ THIS FIRST BEFORE POSTING!!!!)
      felmue
    • RE: M5Stamp Pico API key too short

      Hello @greenleaf

      glad to hear it worked.

      Thanks
      Felix

      posted in UIFlow
      felmue
    • RE: technical questions about the charging circuit of core 2 / basic core

      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

      posted in General
      felmue
    • RE: M5Stamp Pico API key too short

      Hello @greenleaf

      from the M5Stamp Pico documentation, section Program Download.

      STAMP-PICO adopts the most streamlined circuit design, so it does not include the program download circuit, users can download the program through the USB-TTL burner.

      If you don't have the USB-TTL burner board, in order to use M5Burner or esptool, you'll need to put the M5Stamp Pico into download mode manually by connecting a wire from GPIO0 to GND before powering it up. (For regular boot, the wire needs to be removed again.)

      Thanks
      Felix

      posted in UIFlow
      felmue
    • RE: M5Stack Core2 function definitions & arguments

      Hello @SirMichael

      I think most is described here.

      Thanks
      Felix

      posted in SOFTWARE
      felmue
    • RE: UIFlow .. multiple Weight Sensors with PaHUB?

      Hello @mchott

      I could be wrong but I don't think you can. PaHub extends I2C, however the HX711 in the weigh unit is not an I2C device. See schematic.

      Thanks
      Felix

      posted in UIFlow
      felmue
    • RE: M5Station lack of support .. or am I looking in the wrong place !

      Hello @AshimotoK0

      ok, in that case, in UIFlow, have you tried to use the RGB blocks under Hardware to control the 7 LEDs?

      Thanks
      Felix

      posted in Modules
      felmue
    • RE: DigitalWrite

      Hello @sleepyfatcat

      if you look at the schematic you'll see that the plus side of the LED is tied to VESP_3V3 and the negative side is tied to GPIO10. In order for the LED to light up the GPIO needs to go low. So nothing is wrong it's just how the LED is connected.

      BTW: this is a common thing in electronics as it is easier (cheaper) to switch to GND.

      Thanks
      Felix

      posted in Arduino
      felmue
    • RE: core2_factory_test.ino error i2c_err_t

      Hello guys

      @teastain : ft6336 != AT608A

      @u0xpsec : M5Core2 factory test code is broken for Arduino 2.x.x. You can either setup and compile with Arduino 1.x.x, try to fix the issue for Arduino 2.x.x. or as I did, comment out the not working part of the code which is not critical as is to update the ft6336 touch screen.

      Thanks
      Felix

      posted in Core 2
      felmue
    • RE: Core INK freezes after a couple of minutes

      Hello @Navidard

      I assume by restart you mean shutdown and restart. So yes, that is how UIFlow works. When the device restarts UIFlow firmware is started and eventually your code gets executed.

      Thanks
      Felix

      posted in PROJECTS
      felmue
    • RE: M5Station lack of support .. or am I looking in the wrong place !

      Hello @AshimotoK0

      have a look at the factory test code or the example I've created.

      General information about M5Station can be found here.

      Thanks
      Felix

      posted in Modules
      felmue
    • RE: UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)

      Hi guys

      • code modifications in Python view are lost without warning when switching back to block view.
      • in split view: which code will actually be executed? Block view or Python view?

      Thanks
      Felix

      posted in UiFlow 2.0
      felmue