Page 1 of 1

Bluetooth Bluedroid Classic HID Mouse Example in the new 4.3.1 version of ESP-IDF

Posted: Fri Oct 22, 2021 9:50 am
by Alexander Sveshnikov
  1. Hello!
  2. I'm trying to use bt_hid_mouse_device that I found in the 4.3.1 release of ESP-IDF. If I try to download this version as a zip archive, then I can found this project in ..\esp-idf\examples\bluetooth\bluedroid\classic_bt folder, but it doesn't work. If I try to download esp-idf using "git clone -b v4.3.1 --recursive https://github.com/espressif/esp-idf.git esp-idf-v4.3.1", I can't find this project in the folder at all! What should I do to make this classic hid mouse example project work?