Search found 199 matches

by jumjum123
Tue May 01, 2018 7:16 am
Forum: ESP-IDF
Topic: SPIRAM_IGNORE_NOTFOUND in release 3.0 ?
Replies: 3
Views: 4507

Re: SPIRAM_IGNORE_NOTFOUND in release 3.0 ?

Sorry, but even after sleeping a night, I decided to tell my frustration. ESP32 is a system which eats memory like crazy. There is no plan for the future to help for this problem (asked at embedded world) To bypass this problem for our application, the idea was to use WROOM for small apps and WROVER...
by jumjum123
Mon Apr 30, 2018 8:33 am
Forum: ESP-IDF
Topic: SPIRAM_IGNORE_NOTFOUND in release 3.0 ?
Replies: 3
Views: 4507

SPIRAM_IGNORE_NOTFOUND in release 3.0 ?

Running make menuconfig, I cannot find this option anymore. :shock:
It was available in master for some time now. Why did'nt it make it to release ?
A very helpful option, otherwise we would need to maintain 2 binaries, one for WROOM and one for WROVER
by jumjum123
Thu Apr 05, 2018 7:36 am
Forum: ESP-IDF
Topic: gatt server example not accesible under windows 10
Replies: 5
Views: 7471

Re: gatt server example not accesible under windows 10

Between us, I like your answer up to the part "this is normal behaviour" ;) Windows has been the point of problems in so many cases for me. And this is one more. BLE is on the market for some time now. It should be supported fully by an so called standard OS. Anyway, now have to find an example for ...
by jumjum123
Wed Apr 04, 2018 9:16 pm
Forum: ESP-IDF
Topic: gatt server example not accesible under windows 10
Replies: 5
Views: 7471

Re: gatt server example not accesible under windows 10

I'm using admin page, devices, bluetooth Click on "add bluetooth or other devices" Next I get a list of scanned bluetooth devices and click o ESP32 device Now we reached the point, where I get the lines with error, as in chegewara selected All log lines are in my post to show full log from beginning...
by jumjum123
Wed Apr 04, 2018 5:38 pm
Forum: ESP-IDF
Topic: gatt server example not accesible under windows 10
Replies: 5
Views: 7471

gatt server example not accesible under windows 10

My application is recognized on Android with NRF-connect. But on Windows it does not connect. To learn from example gatt_server I added a function to ESP_LOGW all events in gatts event handler Short end of this story, its not working This is the log, any idea ? I (544) GATTS_DEMO: REGISTER_APP_EVT, ...
by jumjum123
Wed Mar 28, 2018 7:46 am
Forum: General Discussion
Topic: TG1WDT_SYS_RESET ?
Replies: 1
Views: 6473

TG1WDT_SYS_RESET ?

I get a reset in my application
rst:0x8 (TG1WDT_SYS_RESET),boot:0x3f (SPI_FAST_FLASH_BOOT)
What is this watchdog for ?
by jumjum123
Mon Mar 19, 2018 3:30 pm
Forum: Report Bugs
Topic: CORRUPT HEAP around esp_ble_gatts_app_register
Replies: 3
Views: 6797

Re: CORRUPT HEAP around esp_ble_gatts_app_register

@kolban,
thanks for your comment.
It directed me to right documents and at the end :roll: , the bug was on my side.
by jumjum123
Sat Mar 17, 2018 3:27 pm
Forum: Report Bugs
Topic: CORRUPT HEAP around esp_ble_gatts_app_register
Replies: 3
Views: 6797

Re: CORRUPT HEAP around esp_ble_gatts_app_register

I've changed step 2 to delete service on ESP_GATTS_DELETE_EVT unreg app on ESP_GATTS_UNREG_EVT - deinit and disable Bluedroid - deinit and disable Controller - init and enable Controller again - init and enable Bluedroid - register callbacks for gap, gatts and gattc - set local MTU Still get the cor...
by jumjum123
Fri Mar 16, 2018 12:02 pm
Forum: Report Bugs
Topic: difference in gatts between WROOM/WROVER and PICO
Replies: 0
Views: 3764

difference in gatts between WROOM/WROVER and PICO

In my application a BLE server is created. Using WROOM or WROVER board I get these events and everything is fine Event:ESP_GATTS_REG_EVT gatts_if:4 Event:ESP_GATTS_CREATE_EVT gatts_if:4 Event:ESP_GATTS_START_EVT gatts_if:4 Event:ESP_GATTS_ADD_CHAR_EVT gatts_if:4 Event:ESP_GATTS_ADD_CHAR_DESCR_EVT ga...
by jumjum123
Fri Mar 16, 2018 11:47 am
Forum: Report Bugs
Topic: CORRUPT HEAP around esp_ble_gatts_app_register
Replies: 3
Views: 6797

CORRUPT HEAP around esp_ble_gatts_app_register

Got an CORRUPT HEAP abort and tried to drill down with lst file. At the end this is the way where it happens: invoke_abort abort split_if_necessary multi_heap_malloc get_all_caps ret = multi_heap_malloc(heap->heap, size); heap_caps_malloc_default r=heap_caps_malloc( size, MALLOC_CAP_DEFAULT | MALLOC...