Replies: 3 comments 3 replies
-
And your problem is ... ? Just look what the arduino code is doing and try to do similar things in python. |
Beta Was this translation helpful? Give feedback.
1 reply
-
On one hand the PS4 controller does not support Bluetooth Low Energy, on the other Hand micropython only supports Bluetooth low Energy. It is a not compatible. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Do you mean that it's not possible to do it through MicroPython? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone. I'm looking for a solution to connect my esp32 with a ps4 controller using micropython. There is out there a lot of arduino code to do that.
My project is for the university program. I am almost done(I used micropython from all the project) and going back to arduino is not an option.
Beta Was this translation helpful? Give feedback.
All reactions