Navigation

    M5Stack Community

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

    Posts made by fbritop

    • RE: Unable to load new FW from Arduino IDE.

      @teastain This is en backtrace decoded:

      PC: 0x04d25826
      EXCVADDR: 0x04d25824

      Decoding stack results
      0x40090d71: prvIdleTask at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c line 3382
      0x4008f5b6: vPortTaskWrapper at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c line 143

      posted in Arduino
      F
      fbritop
    • RE: Unable to load new FW from Arduino IDE.

      @teastain This is not the problem. I have tried with the original code that is working on other 2 units and does not work also.

      posted in Arduino
      F
      fbritop
    • Unable to load new FW from Arduino IDE.

      I had no trouble with previous devices from CORE2 (2 test units), I did order 20 units to proceed, but none of them work.
      I have donde even a very simple Arduino Program with no luck, also tried my original program that is working with the 2 initial units

      __
      It thorws this exception:

      ERROR A stack overflow in task IDLE1 has been detected.
      abort() was called at PC 0x40088bfc on core 1

      //#include <M5Core2.h>
      //#include <M5Unified.h>
      void setup() {
        Serial.begin(115200);
        //M5.begin();
        Serial.println("f(setup)");
      
      }
      void loop() {
        //M5.update();
      }
      

      ELF file SHA256: 0000000000000000
      Backtrace: 0x40088974:0x3ffba560 0x40088be5:0x3ffba580 0x40088bfc:0x3ffba5a0 0x4008a4de:0x3ffba5c0 0x4008be74:0x3ffba5e0 0x4008be2a:0xa5a5a5a5
      Rebooting...

      posted in Arduino
      F
      fbritop
    • RE: New MicroPython version

      @ajb2k3 Are you using the M5 libraries and MP 1.19? if so, how did you manage to use that MP version with M5

      posted in Features Wish List
      F
      fbritop
    • RE: New MicroPython version

      @ajb2k3 Great!, what MP version are you targeting?

      posted in Features Wish List
      F
      fbritop
    • New MicroPython version

      When could we have an updated version of micropython on the burner?
      Current version points to 1.12, from 1.13 up we can use uasyncio V3, which is very important for async requests

      v1.12 comes is now more than 2 years old

      https://micropython.org/resources/micropython-ChangeLog.txt

      posted in Features Wish List
      F
      fbritop
    • MQTT Can't create threat

      Has someone has this issue, after it connects to the mqtt broker, it crashes with a message "Can't Create Threat". I have tried several servers, including my own with aedes

      Core2/MicroPython

      0_1673026127633_3e3ebf1b-8335-4eac-abba-23836d318021-image.png

      posted in General
      F
      fbritop
    • ESPNOW and wifiCfg

      I have a Core2 which connects to internet as a Station.
      Also I'm using espnow to connect to nearby ESP01 relays.

      I cannot figure out how to enable ESPNOW as AP, and Wifi connection for internet throught a router as a STATION.

      If I config the STATION, when I configure next he ESPNOW, Wifi STATION disconnects. If I connect first (init) the ESPNOW, then the WiFi STATION, ESPNOW does not work.

      I know that ESP can work at the same time as an AP and STA, but here I cannot figure out how to do both at the same time with MicroPython

      Here I connect to my Wifi
      0_1672967685158_330966e4-4117-44ac-a884-6d4ac61bd259-image.png

      Here I init the ESPNOW
      0_1672967639868_856db09d-3a01-4df1-97cc-1259500773e7-image.png

      I cannot figure how to run both modes at the same time, which I´m sure ESP32 is capable

      posted in Micropython
      F
      fbritop
    • RE: ESP-Now UIFlow to Arduino

      @xio1996 I was trying to do the same thing. I have some ESP01 relay controlers, which they work fine between them aand an ESP32 WROOM. I'm now trying to use a Core2 as a master, but I haven't been able to communicate with the ESP01.

      Do you have any example codes for Core5 in MicroPython?

      Thanks in advance
      FBP

      posted in UIFlow
      F
      fbritop
    • Core2 as AP and Station

      Can the Core2 under MicroPython work at the same time as an Access Point and as a Station?
      I know ESP32 can do it (I have done it with MongooseOS), but I'm not sure about MicroPython.

      Thanks

      posted in Core 2
      F
      fbritop
    • RE: Universal IOT Experiment Kit SHT30

      @teastain Thanks!

      posted in PRODUCTS
      F
      fbritop
    • Universal IOT Experiment Kit SHT30

      With the Universal IOT Experiment Kit for ESP32(SHT30). Can the core be switched to an Core2 or is not compatible?

      Thanks

      posted in PRODUCTS
      F
      fbritop
    • RF433 TX and UIFlow

      Is there any chance that the RF433 TX could bne included in the UI Flow?

      I could not find it in the units (Core2 controller)

      Thanks in advance

      posted in Units
      F
      fbritop