Search found 11 matches

by JonathanChenNew
Tue Dec 26, 2017 7:42 am
Forum: General Discussion
Topic: BLE master notification speed?
Replies: 2
Views: 3971

Re: BLE master notification speed?

kolban wrote:What is the error message reported by the ESP32?
message:
[0;31mE (144677) BT: L2CAP - CID: 0x0004 cannot send, already congested
xmit_hold_q.count: 201 buff_quota: 200[0m
[0;31mE (144677) BT: ATT failed to pass msg:0x1b to L2CAP[0m
by JonathanChenNew
Tue Dec 26, 2017 2:10 am
Forum: General Discussion
Topic: BLE master notification speed?
Replies: 2
Views: 3971

BLE master notification speed?

Hi
Send notification with the function: esp_ble_gatts_send_indicatte() ,and 'need_confirm' is false.
I have to delay 10ms between notifications.So the speed is about 2KB/s.
and esp32 reports err when the delay is 5ms;
by JonathanChenNew
Wed Nov 01, 2017 2:32 am
Forum: General Discussion
Topic: <help>Ble app reg failed:BTA_GATT_NO_RESOURCE
Replies: 1
Views: 2864

<help>Ble app reg failed:BTA_GATT_NO_RESOURCE

Hi

In BLE ,6 services works well.
But 7 services reports error:BTA_GATT_NO_RESOURCE.

So, the number of service in Ble is limited to 6.
Is that true?
or this is just for ESP32?

thanks!
by JonathanChenNew
Tue Oct 31, 2017 3:11 am
Forum: General Discussion
Topic: Is Bt classic available now?
Replies: 0
Views: 2163

Is Bt classic available now?

hello esp32

1.Is Bt classic available now?
2.Can Bt classic and Ble work at the same time?
by JonathanChenNew
Tue Mar 28, 2017 1:28 am
Forum: General Discussion
Topic: code about gatts set value,is empty
Replies: 2
Views: 4568

Re: code about gatts set value,is empty

HI I once posted a topic about gatts write attr value:https://www.esp32.com/viewtopic.php?f=2&t=1437 The function "esp_ble_gatts_set_attr_value" doesn't work. Then i find that the code about "gatts write attr value" is empty in btc_gatts.c line 534. So have ESP32 teams finished the work yet? And wh...
by JonathanChenNew
Mon Mar 27, 2017 7:25 am
Forum: General Discussion
Topic: code about gatts set value,is empty
Replies: 2
Views: 4568

code about gatts set value,is empty

HI I once posted a topic about gatts write attr value:https://www.esp32.com/viewtopic.php?f=2&t=1437 The function "esp_ble_gatts_set_attr_value" doesn't work. Then i find that the code about "gatts write attr value" is empty in btc_gatts.c line 534. So have ESP32 teams finished the work yet? And when?
by JonathanChenNew
Wed Mar 22, 2017 7:46 am
Forum: General Discussion
Topic: [help]spi pin number
Replies: 3
Views: 6510

[help]spi pin number

Hi i am trying to use spi. the pins: #define PIN_NUM_MISO 7 #define PIN_NUM_MOSI 8 #define PIN_NUM_CLK 6 #define PIN_NUM_CS 11 But the function "spi_bus_initialize()" reports "Guru Meditation Error". it stopped at "gpio_set_direction()" in spi_master.c. i found esp32 stopped when i use "gpio_set_dir...
by JonathanChenNew
Tue Mar 21, 2017 5:05 am
Forum: General Discussion
Topic: esp_ble_gatts_set_attr_value,can not work!
Replies: 4
Views: 6938

Re: esp_ble_gatts_set_attr_value,can not work!

ESP_Angus wrote:Hi Jonathan,

Does the discussion in this Github issue apply to your code?
https://github.com/espressif/esp-idf/issues/428


Angus
thank you
but it doesn't work.
by JonathanChenNew
Tue Mar 14, 2017 8:02 am
Forum: General Discussion
Topic: esp_ble_gatts_set_attr_value,can not work!
Replies: 4
Views: 6938

esp_ble_gatts_set_attr_value,can not work!

Hi The function(esp_ble_gatts_set_attr_value) can not change attr_value.It returns OK,but when i use " esp_ble_gatts_get_attr_value",i found that the value has no change.And i have set "ESP_GATT_RSP_BY_APP". My code: case ESP_GATTS_WRITE_EVT: { ESP_LOGI(UPDATE_GATTS_TAG, "GATT_WRITE_EVT, conn_id %d,...
by JonathanChenNew
Tue Mar 14, 2017 2:14 am
Forum: General Discussion
Topic: ble attr_tab max number
Replies: 1
Views: 3427

Re: ble attr_tab max number

Hi? :evil: