Navigation

    M5Stack Community

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

    fbritop

    @fbritop

    2
    Reputation
    16
    Posts
    768
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Email brito.felipe@gmail.com Location Chile Age 48

    fbritop Follow

    Posts made by fbritop

    • Device burning out on AC outage

      I have been testing the M5Switch with Atom.

      I have noticed, that everytime there is a power outage, the M5 burns out (it gets good for nothing).

      Is there any precautions within it when powered from AC Power?

      posted in Atom
      F
      fbritop
    • ESP32 board core version

      Hi
      I'm trying to setup an MQTT broker with a library called PicoMQTT but it tells me that the board version is outdated (I assume it brings the ESP32 board from the Atom Board

      error: #error PicoMQTT requires ESP32 board core version >= 2.0.7

      How can I check which board is in the Atom Lite definition and how this can be updated.

      Thanks
      FBP

      posted in Atom
      F
      fbritop
    • Partition Scheme information

      Is it posible than you could inlcude a description indicating how much space is assigned to each partition option?. We have no clue how much is in SPIFF and in the other two partitions

      0_1683637126731_3b4fd47e-96de-49b1-8fea-9ec54512ac9e-image.png

      Thanks
      FBP

      posted in Atom
      F
      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