Search found 8 matches
- 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: 2546
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...
- Mon Apr 27, 2020 10:15 am
- Forum: ESP-IDF
- Topic: Can't restart BLE scan after esp_bt_controller_disable()
- Replies: 2
- Views: 5185
Re: Can't restart BLE scan after esp_bt_controller_disable()
which idf are you using ??
- Tue Apr 30, 2019 11:25 am
- Forum: General Discussion
- Topic: Having issue with http chunked response
- Replies: 5
- Views: 10212
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 ?
- Mon Jul 30, 2018 7:10 am
- Forum: General Discussion
- Topic: BLE without connection
- Replies: 2
- Views: 4996
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
P.S. all you need to know is the Bluetooth role, advertising packet and scan response
- Sun Jul 08, 2018 10:01 pm
- Forum: ESP-IDF
- Topic: mbedtls handshake return -0x10
- Replies: 3
- Views: 4861
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...
- Mon Jun 04, 2018 7:19 am
- Forum: ESP-IDF
- Topic: Internal RAM Info
- Replies: 3
- Views: 5903
Re: Internal RAM Info
Thanks, it worked finefly135 wrote:heap_caps_get_free_size(MALLOC_CAP_INTERNAL)
- Wed May 30, 2018 8:10 am
- Forum: ESP-IDF
- Topic: Internal RAM Info
- Replies: 3
- Views: 5903
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
P.S.
xPortGetFreeHeapSize - > Gives information about the overall Memory space including external RAM .
Thanks
- Tue Dec 05, 2017 10:16 am
- Forum: General Discussion
- Topic: Alternating between 2 different Advertising Packets
- Replies: 0
- Views: 2530
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...