Mohammad Javad Rahmani
Mohammad Javad Rahmani
Hi @lexirobins Just follow the instructions in the readme file.
Note that your MAC address must be UNICAST! So you can use 1a:2b:3c:01:01:01 !
I think it can be related to #26
Hi The original PS4 gamepad has a microcontroller in which the program is hidden. We can only guess it through its behavior. The SixAxisPair tool is actually a hack to...
> @JavadRah You said "then find and pair it with ESP32" > > How do you do that ? (I'm using arduino IDE) > > I'm not able to get...
use this commit: 35f2caa258875c1dfa1ad73901f4e2505dfeeccb
> Hi @JavadRah, I tried to reproduce the issue using following script called every 50ms in a loop but had no luck so far: > > ```c++ > if (PS4.Down())...
it seems you are using the old version of the library! just update your library and ESP board to the latest version and try again.
Please follow [this article.](https://blog.espressif.com/arduino-for-esp32-s2-and-esp32-c3-is-coming-f36d79967eb8)
@beta-tester can you share your source code?