Search found 3 matches

by Drifter22
Fri May 31, 2024 8:48 am
Forum: General Discussion
Topic: BLE Security Passcode
Replies: 15
Views: 41143

Re: BLE Security Passcode

Hi, I'm successfully BLE Security class with passcode as suggested by chegewara, anyway I need to restart advertising after the disconnection of my client (a smartphone) from my ESP32 devkit C board (server). When the disconnection event (ondisconnect()) is detected, I restart advertising doing this...
by Drifter22
Fri May 31, 2024 7:23 am
Forum: IDEs for ESP-IDF
Topic: Espressif-IDE do not show ESP32 examples (GIT missing)
Replies: 2
Views: 2644

Re: Espressif-IDE do not show ESP32 examples (GIT missing)

Thanks.
I added the git folder "C:\Espressif\tools\idf-git\2.43.0\cmd\git.exe" as shown into the setup guide and clicked to "Install now" but this error appears:
Image
Do you have any suggestion on how to fix it?
by Drifter22
Tue May 28, 2024 3:57 pm
Forum: IDEs for ESP-IDF
Topic: Espressif-IDE do not show ESP32 examples (GIT missing)
Replies: 2
Views: 2644

Espressif-IDE do not show ESP32 examples (GIT missing)

Hi all, after installing the full installation of EspressIF IDE on Windows, I'd like to test an example project on my demo board with ESP32. So after clicking this: File->New->Espressif IDF Project the follwing window appears: https://i.postimg.cc/htS0RCqS/screen-2.png Then clicking "yes", the follo...