Navigation

    M5Stack Community

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

    Topics created by Wolli01

    • W

      M5StampC3
      UIFlow • • Wolli01

      10
      0
      Votes
      10
      Posts
      3610
      Views

      W

      For the Micropython version esp32c3-20220618-v1.19.1 unfortunately the w-lan does not work properly.
    • W

      sensirion sps30 modbus
      UIFlow • • Wolli01

      1
      0
      Votes
      1
      Posts
      925
      Views

      No one has replied

    • W

      sensirion scd30 modbus
      UIFlow • • Wolli01

      4
      0
      Votes
      4
      Posts
      2364
      Views

      I’m sure there was someone who did a MP lib but it’s not in UIFlow and needs to be manually added
    • W

      error LcdBrightness M5StickC -Plus
      M5 Stick/StickC • • Wolli01

      1
      0
      Votes
      1
      Posts
      923
      Views

      No one has replied

    • W

      Senseair S8 LP CO2-Calibrate
      UIFlow • • Wolli01

      1
      0
      Votes
      1
      Posts
      1040
      Views

      No one has replied

    • W

      CO2 Sensor Sensirion scd30
      UIFlow • • Wolli01

      1
      0
      Votes
      1
      Posts
      983
      Views

      No one has replied

    • W

      M5Stick-C-Plus LCD-Driver
      Micropython • • Wolli01

      4
      0
      Votes
      4
      Posts
      4845
      Views

      B

      What they could possibly do is release a uiflow free firmware version where the modules would be frozen and you could access them directly. But in this case, anyone here could do it, by taking the micropython vanilla and freezing the C drivers in it. Like the Lobo version. But we are ignorant and lazy.
    • W

      Lcd driver for M5Stack Core2
      Micropython • • Wolli01

      28
      2
      Votes
      28
      Posts
      47883
      Views

      W

      SD card unfortunately still does not run through! I get this error message when the SD card fails. [Errno 5] EIO I wonder what the problem is here? Sometimes it goes only 2 hours and sometimes up to 2 days. If I log nothing on the SD card, I can just write something on it even after 5 days and it goes. Just not in continuous use.
    • W

      [M5Core] empty UIFlow firmware
      Features Wish List • • Wolli01

      9
      9
      Votes
      9
      Posts
      9889
      Views

      F

      @danielvalat said in [M5Core] empty UIFlow firmware: So cool ! and for M5Core2 please ;) i don't want to pass to another board just for a missing LCD driver :( up!
    • W

      Bluetooth over Core2
      UIFlow • • Wolli01

      4
      0
      Votes
      4
      Posts
      4564
      Views

      W

      Thank You
    • W

      req.status_code
      UIFlow • • Wolli01

      5
      0
      Votes
      5
      Posts
      4407
      Views

      W

      ''' Update der Settingdaten holen--------------------------------------- if (Verbindung) == 1 and wifiCfg.wlan_sta.isconnected(): #Nur bei bestehender Internet Verbindung print("-----------------------------------------------") print("Überprüfe ob es eine Online-Setting Datei gibt") try: try: req = urequests.request(method='GET', url=settings.Gateway+'onlinesettings.txt') print('onlinesettings.txt wurde auf vorhandensein überprüft') print(str(req.status_code)) time.sleep(1) except: print('onlinesettings.txt ist nicht vorhanden') if (req.status_code == 200) : print('onlinesettings Uebertragung OK') if (ssd1306) == 1: if (settings.Display) == 1: lcd.print("Online Update, Setting erfolgt...",0,170,0xb8b8b8) time.sleep(1) #Warte 1 Sekunden with open('/sd/settings.py', 'w') as updatefile: updatefile.write(req.text) updatefile.close() print('onlinesettings wurde neu erstellt') time.sleep(1) #Datei wieder löschen------------- req = urequests.request(method='GET', url=settings.Gateway+'killsettings.php') print('Setting Datei wurde auf dem Server wieder geloescht') time.sleep(1) Setting_Online_Update = 1 else: print('Keine Setting Datei vorhanden!') print("-------------------------------------------") except Exception as e: print('Fehler!') print(e) Update der Settingdaten holen--------------------------------------- # On Off Einstellungen holen--------------------------------------- if (Verbindung) == 1 and wifiCfg.wlan_sta.isconnected(): #Nur bei bestehender Internet Verbindung print("Überprüfe ob übers Internet ausgeschaltet wird") try: try: req1 = urequests.request(method='GET', url=settings.Gateway+'onoff.txt') print('onoff.txt wurde auf vorhandensein überprüft') print(str(req1.status_code)) time.sleep(1) except: print('onoff.txt ist nicht vorhanden') if (req1.status_code == 200) : print('onoff Uebertragung OK') OnOff = 0 # An Aus Schalter = Aus #Datei wieder löschen------------- req2 = urequests.request(method='GET', url=settings.Gateway+'killpoweronoff.php') print('On-Off Datei wurde auf dem Server wieder geloescht') time.sleep(1) else: print('Keine On-Off Datei vorhanden!') print("-------------------------------------------") except Exception as e: print('Fehler!') print(e) # On Off Einstellungen holen---------------------------------------
    • W

      Pure Micro Python without Ui-Flow on my M5Stack core2
      Micropython • • Wolli01

      23
      0
      Votes
      23
      Posts
      31890
      Views

      S

      Is it possible to use m5stack_ui here? How do it?
    • W

      M5Paper Light on?
      Cores • • Wolli01

      3
      0
      Votes
      3
      Posts
      3776
      Views

      W

      Thanks for the info
    • W

      MicroPython version 1.12 released
      General • • Wolli01

      10
      2
      Votes
      10
      Posts
      12535
      Views

      F

      @takeru Refer to the following URL https://blog.csdn.net/zhufu86/article/details/92190720
    • W

      I2C sensor to G26 and G36?
      M5 Stick/StickC • • Wolli01

      3
      0
      Votes
      3
      Posts
      3698
      Views

      W

      @ajb2k3 Thanks for the info. Can I use the upper port to get 3.3 Volt?
    • W

      Pin G26 G36
      M5 Stick/StickC • • Wolli01

      2
      1
      Votes
      2
      Posts
      4528
      Views

      V

      You should use 0,26 pins : Wire.begin(0,26)
    • W

      M5StickC & Sensor SHT 31
      M5 Stick/StickC • • Wolli01

      1
      0
      Votes
      1
      Posts
      2850
      Views

      No one has replied

    • W

      Bluetooth support
      UIFlow • • Wolli01

      17
      0
      Votes
      17
      Posts
      21725
      Views

      J

      Is there any official update on this topic? Is bluetooth gonna be supported? Thanks
    • W

      Bluetooth support
      Micropython • • Wolli01

      1
      0
      Votes
      1
      Posts
      2428
      Views

      No one has replied

    • W

      M5Stack Black and Grey
      General • • Wolli01

      2
      0
      Votes
      2
      Posts
      2756
      Views

      Grey has a gyro sensor and more flash, you can check out the side by side comparison on our docs