Search found 2 matches

by NemethS
Tue Jul 21, 2020 11:23 am
Forum: ESP32 Arduino
Topic: Esp32 HID gamepad project
Replies: 0
Views: 2383

Esp32 HID gamepad project

Hello! Im trying to make a wireless gamecontroller. Im in a trouble, since im amateur in this field. I read a lot of similar project and i managed to make a code, which results a 2 axis, 8 buttons gamepad under win 10. My problem is the data not sending to the PC. Please check where did i screwd it!...
by NemethS
Wed Dec 04, 2019 9:59 pm
Forum: ESP32 Arduino
Topic: REQUEST: Gamepad HID Demo
Replies: 2
Views: 11179

Re: REQUEST: Gamepad HID Demo

Hi, Im thinking about a gamecontroller for a simulator game. I have an code which turns the esp32 into a BLE HID gamepad, win10 can connect to it, appears in devices. The base of a code came from a keyboard example, i've changed the HID descriptor ( and some other thing :D ), but i dont know the way...