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

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

      4
      0
      Votes
      4
      Posts
      443
      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

      23
      2
      Votes
      23
      Posts
      2977
      Views

      W

      @russ I have a problem with the SD card. My program runs sometimes 1-2 days well through and then when it comes to an error and hangs, it is restarted by the watchdog. When restarting but then no longer the SD card with the command: sd_device = sdcard.SDCard(spi, cs=Pin(4), baudrate=20000000) installed. Do you have a tip what this could be and how I can change it?
    • W

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

      7
      7
      Votes
      7
      Posts
      1112
      Views

      B

      What i am doing right now, is just work with the uiflow firmware but i unload from memory the modules for uiflowmenu on my main.py and then i load what i want. It does load the UIFLOW menu at the beginning but just for a second. Then blank canvas to work. I use either rshell when allowed or Thonny.
    • W

      Bluetooth over Core2
      UIFlow • • Wolli01

      4
      0
      Votes
      4
      Posts
      808
      Views

      W

      Thank You
    • W

      req.status_code
      UIFlow • • Wolli01

      5
      0
      Votes
      5
      Posts
      683
      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

      5
      0
      Votes
      5
      Posts
      1604
      Views

      Hi @Wolli01 as for the M5 Basic you can refer to my video https://www.youtube.com/watch?v=GPRNUCBTVy4 As for M5Core2 I cant tell you as I haven't got round to testing pure micropython on this device. If the screen is not displaying anything are you sure you have a micropython driver in the flash and have initialized the screen in your code?
    • W

      M5Paper Light on?
      Cores • • Wolli01

      3
      0
      Votes
      3
      Posts
      665
      Views

      W

      Thanks for the info
    • W

      MicroPython version 1.12 released
      General • • Wolli01

      10
      2
      Votes
      10
      Posts
      4559
      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
      1672
      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
      1876
      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
      1075
      Views

      No one has replied

    • W

      Bluetooth support
      UIFlow • • Wolli01

      17
      0
      Votes
      17
      Posts
      8532
      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
      1106
      Views

      No one has replied

    • W

      M5Stack Black and Grey
      General • • Wolli01

      2
      0
      Votes
      2
      Posts
      1203
      Views

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

      RTC example for the M5Stack
      Micropython • • Wolli01

      10
      0
      Votes
      10
      Posts
      6838
      Views

      E

      @lukasmaximus RTC functionality is weak, ntp_syc does not work. Any M5 example? many thanks
    • W

      ENV (DHT12+BMP280)
      Micropython • • Wolli01

      3
      1
      Votes
      3
      Posts
      2540
      Views

      A

      I found that, in sources https://github.com/m5stack/M5Stack_MicroPython/blob/master/MicroPython_BUILD/components/micropython/esp32/modules/m5flow/units.py There is ENV sensor object. But it does not work, because there is no dht12 and bmp280 modules. I am not sure if developers test their devices on micropython. May be, it will be better to use base micropython and add m5 drivers? This library worked for me https://github.com/dafvid/micropython-bmp280 addr=0x76
    • W

      new folders
      Micropython • • Wolli01

      4
      0
      Votes
      4
      Posts
      1670
      Views

      D

      I'm trying to do this on the M5StickC and the "mkdir" command doesn't work. It just says "NameError: name 'mkdir' isn't defined" Is there a different module on the M5StickC that holds these file system commands?
    • W

      M5 Stack basic Bluetooth
      M5stack Grey • • Wolli01

      3
      0
      Votes
      3
      Posts
      1282
      Views

      W

      @ajb2k3 Thank you very much for this information.
    • W

      M5 Stack basic does not save in UIFlow?
      M5stack Grey • • Wolli01

      1
      0
      Votes
      1
      Posts
      780
      Views

      No one has replied

    • W

      M5 Mini Development Kit ESP32
      M5 Stick/StickC • • Wolli01

      3
      0
      Votes
      3
      Posts
      1176
      Views

      W

      @ajb2k3 Thank you very much for this information.