Search found 11 matches

by JoonDong
Tue Jan 16, 2018 4:53 pm
Forum: ESP-IDF
Topic: Are there differences between xtensa-esp32-elf and arduino compilers?
Replies: 1
Views: 3439

Are there differences between xtensa-esp32-elf and arduino compilers?

In terms of speed and power consumption, are there differences between xtensa-esp32-elf and arduino compilers?
by JoonDong
Tue Jan 02, 2018 6:38 am
Forum: ESP-IDF
Topic: Is not the BLE stack implemented yet?
Replies: 3
Views: 5291

Re: Is not the BLE stack implemented yet?

I've known the slave usually send LTK to the master to encrypt the connection when reconnecting with each bonded devices in the BLE specification. Is what I know wrong?
by JoonDong
Tue Jan 02, 2018 5:07 am
Forum: ESP-IDF
Topic: Is not the BLE stack implemented yet?
Replies: 3
Views: 5291

Is not the BLE stack implemented yet?

gatt_security_server is not paired with a peer completely. It does with IOS, but not with android. It looks like to exchange keys but not be recognized each other when reconnecting after bonded. And ESP_GAP_BLE_SEC_REQ_EVT evnet is not received to application. Android recognizes ESP32 as a completel...
by JoonDong
Sun Dec 31, 2017 4:09 pm
Forum: ESP-IDF
Topic: it is impossible to subscribe in the aws_iot/subscribe_publish example..
Replies: 1
Views: 3597

it is impossible to subscribe in the aws_iot/subscribe_publish example..

publish works well, but subscribe does not work. aws_iot_mqtt_subscribe(&client, SUB_TOPIC, SUB_TOPIC_LEN, QOS0, iot_subscribe_callback_handler, NULL) returns SUCCESS, but iot_subscribe_callback_handler callback function is not called when I publish to topic "1" in the aws iot console. Of course, I ...
by JoonDong
Sun Dec 31, 2017 4:10 am
Forum: ESP-IDF
Topic: ulp compile error
Replies: 2
Views: 4172

Re: ulp compile error

I just compiled the ulp example in the esp-idf.
by JoonDong
Fri Dec 29, 2017 3:34 pm
Forum: ESP-IDF
Topic: ulp compile error
Replies: 2
Views: 4172

ulp compile error

I added ulp compiler to PATH environment variable but, compiler cannot resolve variables of ulp program like below Are these variables added to ulp_main.h automatically?? CC build/main/ulp_example_main.o /Users/joondong/Desktop/ESP-projects/ulp/main/./ulp_example_main.c: In function 'init_ulp_progra...
by JoonDong
Wed Dec 27, 2017 10:25 am
Forum: ESP-IDF
Topic: BLE : ESP_GAP_BLE_SEC_REQ_EVT does not occurs.
Replies: 0
Views: 2470

BLE : ESP_GAP_BLE_SEC_REQ_EVT does not occurs.

I posted topic about re-pairing error two days ago.

I know that security request event occurs when bonding devices re-connect, instead of security update and authentication event.

But ESP_GAP_BLE_SEC_REQ_EVT does not occurs always.

I suspect that this may have caused a repair error.
by JoonDong
Sun Dec 24, 2017 4:18 am
Forum: ESP-IDF
Topic: Are values populated when creating attribute table just initail value?
Replies: 0
Views: 2405

Are values populated when creating attribute table just initail value?

I tried write to characteristic using esp_ble_gatts_ set _attr_value() when ESP_GATTS_WRITE_EVT event received from nRF connect application. But the arrays when creating attribute table(for example, 'heart_ctrl_point' array in the gatt_security_server example) are not changed when I checked using ES...
by JoonDong
Sun Dec 24, 2017 3:52 am
Forum: ESP-IDF
Topic: re-pairing failure with android device.
Replies: 0
Views: 2436

re-pairing failure with android device.

I tested gatt_security_server example with nRF connect android application. First pairing and bonding succeeded, but re-pairing fails with following message. E (47736) BT: gatts_write_attr_perm_check - GATT_INSUF_ENCRYPTION I did not revise anything in the example and tested with both jelly bean and...