Search found 8 matches

by formus14
Mon Jul 26, 2021 12:32 pm
Forum: ESP-IDF
Topic: WAP/WPA2-PSK (AES vs TKIP) with IDF 4.2.2
Replies: 0
Views: 1976

WAP/WPA2-PSK (AES vs TKIP) with IDF 4.2.2

Hi, Quick question, I ran an example code of a wifi ap mode configured with WAP/WPA2-PSK authentication .. But unfortunately, it seems like by default IDF uses TKIP for encryption instead of AES which is preferred for security reasons! The question is, with the mention IDF v4.2.2 ( https://github.co...
by formus14
Mon Apr 27, 2020 10:15 am
Forum: ESP-IDF
Topic: Can't restart BLE scan after esp_bt_controller_disable()
Replies: 2
Views: 4519

Re: Can't restart BLE scan after esp_bt_controller_disable()

which idf are you using ??
by formus14
Tue Apr 30, 2019 11:25 am
Forum: General Discussion
Topic: Having issue with http chunked response
Replies: 5
Views: 9219

Re: Having issue with http chunked response

Very important .. what value did you fill CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN in the menuconfig->mbedTLS section ?
by formus14
Mon Jul 30, 2018 7:10 am
Forum: General Discussion
Topic: BLE without connection
Replies: 2
Views: 4522

Re: BLE without connection

You need to read a little about how iBeacon connection works..

P.S. all you need to know is the Bluetooth role, advertising packet and scan response :)
by formus14
Sun Jul 08, 2018 10:01 pm
Forum: ESP-IDF
Topic: mbedtls handshake return -0x10
Replies: 3
Views: 4063

mbedtls handshake return -0x10

Hi, I'm working on an example where I am using Bluetooth Client and LWS functionalities in parallel. Strange enough, the mbedtls return -0x10 on the handshake if the Bluetooth is activated but works fine if the Bluetooth was deactivated! Screenshot here showing the error and the free memory space on...
by formus14
Mon Jun 04, 2018 7:19 am
Forum: ESP-IDF
Topic: Internal RAM Info
Replies: 3
Views: 5293

Re: Internal RAM Info

fly135 wrote:heap_caps_get_free_size(MALLOC_CAP_INTERNAL)
Thanks, it worked fine :)
by formus14
Wed May 30, 2018 8:10 am
Forum: ESP-IDF
Topic: Internal RAM Info
Replies: 3
Views: 5293

Internal RAM Info

Just wondering if there is any API function that print information about the internal RAM, like how much free space left for example.

P.S.
xPortGetFreeHeapSize - > Gives information about the overall Memory space including external RAM .

Thanks
by formus14
Tue Dec 05, 2017 10:16 am
Forum: General Discussion
Topic: Alternating between 2 different Advertising Packets
Replies: 0
Views: 2232

Alternating between 2 different Advertising Packets

Hello , right now I'm working on getting to alternate between 2 pre-defined Advertising signal per each Advertising interval. I'm working with the framework 2.1 My function is pretty much consisting of these follow API functions in a loop esp_ble_gap_stop_advertising() esp_ble_gap_config_adv_data_ra...