Fix esp32 c3 and esp32 s3 connection problem
https://github.com/T-vK/ESP32-BLE-Keyboard/issues/285#issuecomment-1974308469
This update fixes the connection problem experienced with esp32c3 and esp32s3 cards
Great stuff man! Worked for me!
Hi, seems to not work for me. any idea what i could do to debug it further?
Worked for me too!
Should be merged imo
@T-vK Can you please merge this PR and update the release version?
This PR fixes unsuccessful pairing issues for ESP32-C3 (I don't have a S3 to test):
E (19075) BT_SMP: smp_calculate_link_key_from_long_term_key failed to update link_key. Sec Mode = 2, sm4 = 0x00
E (19076) BT_SMP: smp_derive_link_key_from_long_term_key failed
E (19082) BT_BTM: btm_proc_smp_cback received for unknown device
Works for me Too
I'm having a problem where everytime i try to connect is doesn't work and says "try to connect again"
On my 32 dev kit it works fine, so i think it has to be with the C3 super mini i'm using Already did all the changes
I'm having a problem where everytime i try to connect is doesn't work and says "try to connect again"
On my 32 dev kit it works fine, so i think it has to be with the C3 super mini i'm using Already did all the changes
Ive ESP32 C3 Super Mini and having the same connection issue. tried many things, did all the updates which are mentioned in this page. but again I got try to connect again. but the same code works well with ESP32 Dev. but no with C3 Super mini :( any one has the fix or the solution?