Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 504 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 504 Bytes

arduino-bluetooth-gamepad

a simple arduino code that send controller data to pc via hc05

material needed

-mpu6050 -hc05/hc06 -arduino micro -analogstick/ game button(I used an old ps2 controller)

HC05

try to configure baudrate to 115200 connect VCC, GND, TX--> micro RX, RX --> micro TX

mpu6050

this one is optional

connect VCC, GND ,SDA--> Micro SDA , SCL --> Micro SCL

For pc side configeration check https://github.com/appdevelpo/arduino-gamecontroller

This page is under constuction