Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Features Wish List
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes

    Features Wish List

    • F

      I wish for a hat that connect to lan (W5500) for the stickC (finger computer)
      • fblais

      2
      0
      Votes
      2
      Posts
      2263
      Views

      I haven’t seen one for the m5stickC yet, but @felmue created one for the Atom Matrix. Maybe you can collaborate with him. https://www.gwendesign.ch/kb/m5stack/m5atom/
    • M

      [MicroPython] Add urllib.parse to base firmware to enable web services
      • mb

      2
      0
      Votes
      2
      Posts
      3226
      Views

      M

      Adding upip to the firmware image would make developer's live much easier. How to manually install the urllib.parse library. Create folder /upip and add files upip.py and upip_utarfile.py manually. Install the library with upip: %cd /flash/upip import upip upip.install("micropython-urllib.parse", "/flash/lib") To get it working, remove re.py and ffilib.py from lib. Hat-tip to Andreas. Finally you can encode URL parameters for GET requests: %cd /flash/lib import urllib.parse urllib.parse.urlencode({"a":1, "b": 2}) => 'a=1&b=2'
    • N

      Theremin Antenna sensors with Groove connector
      • nicenemo

      1
      0
      Votes
      1
      Posts
      1953
      Views

      No one has replied

    • S

      ENV2 cannot obtain magnetic field data in UI Flow
      • silencecat

      1
      1
      Votes
      1
      Posts
      1389
      Views

      No one has replied

    • D

      Autosave UIFlow program in cloud
      • Dario

      1
      5
      Votes
      1
      Posts
      2080
      Views

      No one has replied

    • D

      UIFlow use IMU to detect gestures/events
      • Dario

      1
      1
      Votes
      1
      Posts
      2175
      Views

      No one has replied

    • V

      Talkie Walkie like on radio frequences 466MHz or other frequences
      • vincenthupi

      1
      0
      Votes
      1
      Posts
      1425
      Views

      No one has replied

    • [UiFlow]Europe / US flow server's
      • Mati

      1
      6
      Votes
      1
      Posts
      2099
      Views

      No one has replied

    • M

      [UIFlow] [Core/Core2] Add image block to show images like JPG on display
      • mb

      2
      0
      Votes
      2
      Posts
      2233
      Views

      M

      Ok, I now found the image function on the left side of the Core in UIFlow. I was looking for it in the regular list of blocks, especially in "Graphic". from m5stack import * from m5stack_ui import * screen = M5Screen() screen.clean_screen() screen.set_screen_bg_color(0xFFFFFF) image0 = M5Img("/sd/images/sled150.png", x=0, y=0, parent=None) It would be great if it could also show JPG files, they still seem to be more common. Note that lcd.image() can display JPG files, but it crashes loading from micro SD card.
    • [UIFlow] Capacitive Touch Blocks.
      • ajb2k3

      9
      1
      Votes
      9
      Posts
      6562
      Views

      @felmue Ok thanks for the info 😀
    • S

      [M5Stack Core] Watertight Core
      • Stas Prokofyev

      5
      0
      Votes
      5
      Posts
      4075
      Views

      A waterproof M5Stack, would allow me to modernize my RC submarine and gain in performance and a lot of space.!
    • G

      UiFlow simulator
      uiflow simulator microbit • • GLP

      2
      4
      Votes
      2
      Posts
      3429
      Views

      Hello, sounds interesting! right now you can already use the graphic on the left to add labels and other items and change it although full simulation is not available yet.
    • T

      M5STACK AC Socket - Rebuild
      • tmartmoo

      5
      0
      Votes
      5
      Posts
      3717
      Views

      @tmartmoo that's really good suggestion, thanks for sharing it with us !
    • G

      [UIFlow] PaHub and PbHub support in UIFlow for M5 Atom, Matrix, Ink, StickC and StickC Plus
      • gettys

      4
      1
      Votes
      4
      Posts
      4476
      Views

      R

      I am suffering from a similar problem. I tried to use Pa.HUB to use two Light sensors in addition to the M5 Stick C + UIflow. However, even if unit can be selected, HUB does not appear in the menu for selecting Port. Please let me know if there is a solution.
    • [M5Paper] - optional LED indicating ESP32 is powered or not
      • felmue

      3
      0
      Votes
      3
      Posts
      3473
      Views

      Hello @loboris thank you for your suggestion. Unfortunately an on the screen indicator would not be updated properly if the M5Paper is turned off by pressing the reset / power off button. That is where an LED indicator, which is independent of the screen, would come in handy. Thanks Felix
    • M

      Altium CircuitMaker DYI project templates
      • MFornander

      1
      0
      Votes
      1
      Posts
      1614
      Views

      No one has replied

    • [Core2] UiFlow - BOTTOM2 support
      • Mati

      16
      1
      Votes
      16
      Posts
      14410
      Views

      C

      Hello everyone, I just wanted to chime in and mention that with UIFlow firmware 1.7.1.1 that I also do not have the RGB leds showing up as hardware options in block view in the UIFlow IDE. I do not have the "Set bus power mode" as an available block. I CAN however call rgb.setColorAll() and other rgb functions from the python code and get the correct output from the LED strips on the Core2 M5go Bottom2 hardware. So I am not sure what that means as far as where the bug is. Thank you!
    • V

      [Core/Core2] Cores without any battery or base
      • veryalien

      1
      0
      Votes
      1
      Posts
      2178
      Views

      No one has replied

    • B

      In UIflow, save remembers the last name
      • braddo

      1
      0
      Votes
      1
      Posts
      1768
      Views

      No one has replied

    • K

      M5Paper - operational
      • kevindtimm

      7
      0
      Votes
      7
      Posts
      7133
      Views

      K

      @mati I bought 5 16gb cards, tested them yesterday, they work fine. But, I have 32gb that work in all my pc's and my phone but don't work in my m5paper. I did have to use as CS of 4 in the SD.begin() call, this is not documented in the SD_Test example.

    Move Topic