migration issues from ESP-IDF v4.0 to v4.4.4
-
- Posts: 2
- Joined: Fri Apr 22, 2022 4:10 am
migration issues from ESP-IDF v4.0 to v4.4.4
Hi, I want to use HID Host(gamepad PS4) in esp-idf v4.0. I tried the migration process step by step from ESP-IDF v4.0 to v4.4.4 and I had changed only component/bt library, but I got a lot of issues and I need help. What library changes are required or what configuration is required?Please give details
-
- Posts: 111
- Joined: Thu Oct 03, 2019 10:52 pm
- Contact:
Re: migration issues from ESP-IDF v4.0 to v4.4.4
ESP-IDF V4.4 is already EOL, so it may be difficult to get support.
The current stable version of ESP-IDF is V5.3.1.
ESP-IDF V4.4 and V5.X have some breaking changes.
I don't have a gamepad PS4, but this might work.
https://github.com/ricardoquesada/bluepad32
However, I don't know the details.
The current stable version of ESP-IDF is V5.3.1.
ESP-IDF V4.4 and V5.X have some breaking changes.
I don't have a gamepad PS4, but this might work.
https://github.com/ricardoquesada/bluepad32
However, I don't know the details.
Code: Select all
git clone https://github.com/ricardoquesada/bluepad32
git clone https://github.com/bluekitchen/btstack
cd $HOME//btstack/port/esp32
cp -r components/ $HOME/bluepad32/examples/esp32/
cd $HOME/btstack
cp -r 3rd-party/ $HOME/bluepad32/examples/esp32/components/btstack/
cp -r src/ $HOME/bluepad32/examples/esp32/components/btstack/
cp -r platform/ $HOME/bluepad32/examples/esp32/components/btstack/
cd $HOME/bluepad32/examples/esp32/
idf.py build
Who is online
Users browsing this forum: Bing [Bot] and 107 guests