Avatar for MaBe

MaBe

Member since Nov 2015 • Last active Apr 2024

No matter what device you use, with Espruino you always have a lot of fun.

Espruino Rocks 🤟

Special thanks goes to Gordon.

Most recent activity

  • in ESP32
    Avatar for MaBe

    Thanks!

  • in ESP32
    Avatar for MaBe

    instead of esp I try to use something like this markbecker@vmux091:~/esp/v4.4.7$

    Edit: cloned @Gordon branch and working on this.

  • in ESP32
    Avatar for MaBe

    @user110663
    How do you handle with 3.3.6 and 4.4.7 at the same time? Do you just rename folders?

  • in ESP32
    Avatar for MaBe

    I also find it easy to maintain dual compatibility with 3.3.6 and 4.4.7 through defines in the source files. Although I've noticed a significant improvement in stability with the 4.x series compared to the 3.x series.

    Nice

  • in ESP32
    Avatar for MaBe

    Great that you are back

  • in ESP32
    Avatar for MaBe

    I got my ESP32-C3 and will try a build with 4.4.7 on a Ubuntu.

    modify the ESP32 makefile for Espruino to auto-generate a CMakeLists.txt

    that definitely will help

  • in ESP32
    Avatar for MaBe

    Now with the correct version it works - Many thanks, will close issue 2493

    >
    >Event:ESP_GATTS_CONNECT_EVT gatts_if:4
    Event:ESP_GATTS_CONNECT_EVT gatts_if:5
    Event:ESP_GATTC_CONNECT_EVT gattc_if:3
    gattc_event_handler: 40
    Event:ESP_GAP_BLE_AUTH_CMPL_EVT
    Event:ESP_GATTS_MTU_EVT gatts_if:4
    Event:ESP_GATTS_MTU_EVT gatts_if:5
    Event:ESP_GATTS_READ_EVT gatts_if:5
    Event:ESP_GATTS_RESPONSE_EVT gatts_if:5
    Event:ESP_GATTS_READ_EVT gatts_if:4
    Event:ESP_GATTS_RESPONSE_EVT gatts_if:4
    Event:ESP_GATTS_WRITE_EVT gatts_if:4
    Event:ESP_GATTS_RESPONSE_EVT gatts_if:4
    Got:  {
      "data": new Uint8Array([69, 115, 112, 114, 117, 105, 110, 111, 32]).buffer
     }
    >
    
  • in ESP32
    Avatar for MaBe

    Hmm, seems to be a huge thing, still get this when writing

    WARNING: Event:ESP_GATTS_WRITE_EVT gatts_if:4
    WARNING: Event:ESP_GATTS_RESPONSE_EVT gatts_if:4
    Uncaught Error: Too much recursion - the stack is about to overflow
    Execution Interrupted
    > 
    

    Edit: GIT_COMMIT: "3076d5133" ups this is not the latest commit

    • 11 comments
    • 191 views
  • in General
    Avatar for MaBe

    see this conversation Howto write modules to storage?

Actions