Navigation

    M5Stack Community

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

    Topics created by EricR

    • E

      Cant compile M5ez.h
      M5EZ • arduino ide m5stack • • EricR

      8
      0
      Votes
      8
      Posts
      3541
      Views

      O

      @felmue said in Cant compile M5ez.h: Hello @EricR without downgrading the Arduino ESP32 framework (e.g. using v2.0.3) I was able to compile M5ez with the following three modifications. In M5ez.h disable WPS by replacing#define M5EZ_WPS with #define M5EZ_WPSx. In M5ez.cpp replace info.disconnected.reason with info.wifi_sta_disconnected.reason. In M5ez.cpp replace SYSTEM_EVENT_STA_DISCONNECTED with ARDUINO_EVENT_WIFI_STA_DISCONNECTED. Thanks Felix Thanks! Just like Crazyhorse I came back to my M5 after about a year break. Your info saved a noob days of misery!!!
    • E

      Stange interaction between clock and temprature sensor setup
      Arduino • arduino esp32 c++ • • EricR

      3
      0
      Votes
      3
      Posts
      1598
      Views

      E

      Hi @felmue and thanks for the help. I changed GPIO and it works now. Strange as input port 2 worked when the temperature sensor were implemented separably. However I have spend enough time trying to make it work. So I will not conplain now that it is working. Thanks again