1

I have a project that I need to make a game(guitar hero like rhythm game) on unity for android and develop a custom controller for it that works on mobile game. I decide to use Arduino and hc05 module for communication via bluetooth. But every tutorial that I watched on internet that phone used as a controller, I want to make it reverse. I want to use Arduino as a gamepad on Adnroid. Is that possible?

asked Feb 28, 2021 at 10:18
3
  • 1
    Not with a HC-05, unless you want to write your game to use serial communication specifically (i.e., be 100% custom with the control interface). HC-05 cannot be a game controller. Only serial. Commented Feb 28, 2021 at 10:46
  • Majenko is right, though there are other bluetooth boards, that support the HID protocol. You could search or them. Or you need to implement serial communication into your game for it working with the HC-05 Commented Feb 28, 2021 at 10:49
  • So ESP32 can be a solution? Commented Feb 28, 2021 at 14:21

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.