Navigation

    M5Stack Community

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

    Topics created by mm-uiflow

    • M

      Crashes / exception with atomlite
      Micropython • • mm-uiflow

      3
      0
      Votes
      3
      Posts
      1618
      Views

      M

      it fixed my problem with the crashes, but now i have no QoS 1
    • M

      Atom always connects to AP with lowest signal ( 3 APs with same SSID)
      Micropython • • mm-uiflow

      3
      0
      Votes
      3
      Posts
      1825
      Views

      M

      The APs have 2ghz and 5ghz: wifi.scan show them here. it connects always on the AP with 22851-Gast Channel 1 with has really bad rssi -91 and not with the one 22851-Gast channel 11. i think the logic needs to impore here. or i need do write a function which searches for the best one and connects to it. (b'Labor', b'X\xc1z\xe5a\xc0', 11, -52, 3, False), (b'Phone', b'X\xc1z\xe5a\xc1', 11, -52, 3, False), (b'22851-int', b'X\xc1z\xe5a\xc2', 11, -52, 3, False), (b'22851-Gast'\xe5jA', 6, -68, 3, False), (b'Phone', b'X\xc1z\xe5jB', 6, -69, 3, False), (b'22851-Gast', b'X\xc1z\xe5j@', 6, -70, 3, False), (b'22851-Gast', b'X\xc1z\xe5l\xf1', 11, -80, 22851-int', b'X\xc1z\xe5l\xf0', 11, -80, 3, False), (b'22851-int', b'\xbc\xe6|^\x9f\x10', 6, -91, 3, False), (b'22851-Gast', b'\xbc\xe6|^\x9f\x11', 6, -91, 3, False), (b'Ph^\x9f\x12', 6, -93, 3, False), (b'Lager', b'X\xc1z"\xae ', 11, -94, 3, False)] i tried to use "WLAN.connect(ssid=22851-Gast, password=dfsfs, *, bssid=b'X\xc1z\xe5l\xf1)" to connect to the bssid specific which good connection but this is not working it says to much arguments taken
    • M

      M5stack fails to connect with blynk
      Micropython • • mm-uiflow

      6
      0
      Votes
      6
      Posts
      3209
      Views

      Not only that but the OLD password system has been upgraded to use certificates and encryption keys.
    • M

      [fixed]atomlite 1.9.7 name 'wlan' isn't defined
      Micropython • • mm-uiflow

      4
      0
      Votes
      4
      Posts
      2204
      Views

      M

      wlan = network.WLAN(network.STA_IF) is i didnt used create station interface because of that wlan wasnt defined!