Search found 15 matches
- Wed Feb 21, 2018 1:10 pm
- Forum: ESP-IDF
- Topic: [Video]: Bluetooth BLE and C++ classes
- Replies: 63
- Views: 90467
Re: [Video]: Bluetooth BLE and C++ classes
Neil, this issue is fixed, I used your post https://github.com/espressif/esp-idf/issues/857
- Wed Feb 21, 2018 12:47 pm
- Forum: ESP-IDF
- Topic: [Video]: Bluetooth BLE and C++ classes
- Replies: 63
- Views: 90467
Re: [Video]: Bluetooth BLE and C++ classes
I need to add, that I have change in menuconfig the log verbosity, from Info to Degug and it still is not working.
- Wed Feb 21, 2018 12:25 pm
- Forum: ESP-IDF
- Topic: [Video]: Bluetooth BLE and C++ classes
- Replies: 63
- Views: 90467
Re: [Video]: Bluetooth BLE and C++ classes
Thanks for this add, now I am testing cpp_utils and I flashed it on ESP32 chip. When a I search for btl services, I found the Generic Attribute and Generic Access services but NOT my customized Service (then service is not advertised according the debug messages). Do you have one idea why?
- Fri Sep 29, 2017 7:08 am
- Forum: Report Bugs
- Topic: Bug with core libraries
- Replies: 14
- Views: 19473
Re: Bug with core libraries
Hello again, do you have any comment? We are waiting for your reply.
- Wed Sep 27, 2017 3:01 pm
- Forum: Report Bugs
- Topic: Bug with core libraries
- Replies: 14
- Views: 19473
Re: Bug with core libraries
Case 3 and last one
- Wed Sep 27, 2017 3:00 pm
- Forum: Report Bugs
- Topic: Bug with core libraries
- Replies: 14
- Views: 19473
Re: Bug with core libraries
Case 2
- Wed Sep 27, 2017 2:58 pm
- Forum: Report Bugs
- Topic: Bug with core libraries
- Replies: 14
- Views: 19473
Re: Bug with core libraries
We tested it again and now you have also the error shown in bt.c, here you have the crash and dump info. We really appreciate your help.
Case 1
Case 1
- Tue Sep 26, 2017 3:45 pm
- Forum: Report Bugs
- Topic: Bug with core libraries
- Replies: 14
- Views: 19473
Re: Bug with core libraries
IMPORTANT: Really it seems that we have improved the performance with the program with your help and I believe we are closer to have the solution, as you say, the problem seems to be from 2 sources WiFi and BTL, I attach the debug info when suddenly the program breaks with three possible break point...
- Mon Sep 25, 2017 2:04 pm
- Forum: Report Bugs
- Topic: Bug with core libraries
- Replies: 14
- Views: 19473
Re: Bug with core libraries
OK, I will change that option and I had tested before without BTL, but still exists the problem.
- Mon Sep 25, 2017 12:37 pm
- Forum: Report Bugs
- Topic: Bug with core libraries
- Replies: 14
- Views: 19473
Re: Bug with core libraries
My configuration was: CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y # CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK is not set And I tested with your advice: CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y Now I got the same resets while I am sending by UDP but withou...