Search found 6 matches

by peter882363
Fri Mar 08, 2019 3:36 am
Forum: ESP-IDF
Topic: about BT_APPL: Register with GATT stack failed. message
Replies: 1
Views: 3089

Re: about BT_APPL: Register with GATT stack failed. message

I try to modify the configration parameter. Now it run well.
make menuconfig
Component config --->
Bluetooth --->
Bluedroid enable --->
Include GATT server module(GATTS) = cancel
BT/BLE MAX ACL CONNECTIONS(1~7) = 7
BT/BLE will first malloc the memory from the PSRAM = enable
by peter882363
Wed Mar 06, 2019 9:09 am
Forum: ESP-IDF
Topic: about BT_APPL: Register with GATT stack failed. message
Replies: 1
Views: 3089

about BT_APPL: Register with GATT stack failed. message

Environment Development Kit: ESP32-Devkitc_V4 IDF version: ESP-IDF v3.1.2 Development Env: Make Operating System: Window 7 Power Supply: external 3.3V Problem Description I try to modify the example code of "gattc_multi_connect". I hope that it can be used to connect to seven GATT servers at the sam...
by peter882363
Thu Feb 14, 2019 3:02 am
Forum: General Discussion
Topic: about "A fatal error occurred: Failed to connect to ESP32..."error message
Replies: 7
Views: 8314

Re: about "A fatal error occurred: Failed to connect to ESP32..."error message

So when the esp32-devkitc-v4 board burns, must it press the boot button. No way to automate?
by peter882363
Wed Feb 13, 2019 8:36 am
Forum: General Discussion
Topic: about "A fatal error occurred: Failed to connect to ESP32..."error message
Replies: 7
Views: 8314

Re: about "A fatal error occurred: Failed to connect to ESP32..."error message

I have used this method, but it is not convenient.And I tried 10 pieces of it all.
I suspect that there is a problem with esp32-devkitc-v4's programming circuit design.
Because the same method is used on other brand boards, it is normal.
Are there other ways or suggestions for improvement?
by peter882363
Wed Feb 13, 2019 2:04 am
Forum: General Discussion
Topic: about "A fatal error occurred: Failed to connect to ESP32..."error message
Replies: 7
Views: 8314

Re: about "A fatal error occurred: Failed to connect to ESP32..."error message

I used win7+msys32 to work. I am a novice. I try simple example with esp32-devkit board. first connect usb cable and run "make menuconfig" to setup serial port(COM20). Then run "make flash" to build and burn flash.But got fail. The message as attached file. Sometime I click boot button when appear C...
by peter882363
Tue Feb 12, 2019 9:45 am
Forum: General Discussion
Topic: about "A fatal error occurred: Failed to connect to ESP32..."error message
Replies: 7
Views: 8314

about "A fatal error occurred: Failed to connect to ESP32..."error message

I want to make flash my code to esp32_devkitc_v4 board. But appear the following error.
"A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header"
What happened?