Navigation

    M5Stack Community

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

    Posts made by akita11

    • wifisetup & machine.rtc in MicroPython

      I'm using MicroPython on UI Flow 1.3.0 beta. It seems to MicroPython is now based on 'officical' MicroPython, not on LoBo-version as in UI Flow 1.2.3.
      I used the module of "wifisetup" and "machine.rtc" in the previous version, that is not available on UI flow 1.3.0's MicroPython.
      Is there any plan to import these modules to UI flow's MicroPython?
      I may use "network" module instead of "wifisetup", however, I have no idea what to use instead of "machine.rtc"...

      posted in Cores
      A
      akita11
    • RE: [Solved]sleep mode on MircoPython?

      @m5-docs Thanks, mine's version is: "MicroPython ESP32_LoBo_v3.2.24 - 2018-09-06 on M5Stack with ESP32", that is distributed for UI flow 1.2.3.
      I burned UI flow 1.3.0-beta, and found machine.lightsleep() is available.

      posted in Micropython
      A
      akita11
    • RE: [Solved]using built-in RTC on ArduinoIDE?

      No, my question is NOT solved yet...

      posted in Cores
      A
      akita11
    • RE: [Solved]sleep mode on MircoPython?

      @m5-docs No, I'm using the newest MicroPython on M5stack, but "machine" has no member of "lightsleep()".

      posted in Micropython
      A
      akita11
    • RE: [Solved]using built-in RTC on ArduinoIDE?

      @kat Thanks, this seems to be software-counting clock in main loop. I'm looking for background-counting clock...

      posted in Cores
      A
      akita11
    • [Solved]sleep mode on MircoPython?

      We can use DeepSleep mode on MicroPython as described here:
      https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo

      Is there any way (modules) to handle light sleep mode in MicroPython?
      Other version of ESP32's MicroPython provides machine.lightsleep().
      http://vcc-gnd.com/rtd/html/esp32/quickref.html?fbclid=IwAR3ChQc9samG9iNG9IFTRGypX_zqD43d8QweAeWI5OUKRuCgGxvKaHxDXE8

      posted in Micropython
      A
      akita11
    • [Solved]using built-in RTC on ArduinoIDE?

      In MicroPython, we can use built-in RTC as clock, such as NTP clock.
      Is there any way (library) to handle built-in RTC as clock on ArduinoIDE?

      posted in Cores
      A
      akita11