I have two sets of code.
One set reads a bunch of push button switches and rotary encoders and uses the Tiny USB library to pass this along to the Windows game controller. This works fine.
The second set of code reads a pushbutton on a MCP-23017 (I need more input pins than the ESP-32 S3 board ...
Search found 6 matches
- Fri Jun 13, 2025 3:34 pm
- Forum: General Discussion
- Topic: Help a newbie with some code?
- Replies: 0
- Views: 100
- Wed Jun 11, 2025 1:34 pm
- Forum: General Discussion
- Topic: Change name of USB HID device
- Replies: 2
- Views: 634
Re: Change name of USB HID device
Thanks for the reply. I am using the Arduino IDE. I have looked over the document that you sent the link to several times and I will admit, as a newbie to this, I don't really understand how to implement that to change the name in Windows.
- Sun Jun 08, 2025 8:54 pm
- Forum: General Discussion
- Topic: Change name of USB HID device
- Replies: 2
- Views: 634
Change name of USB HID device
I am using a ESP-32 S3 board and Tiny USB. I have the board set up to read rotary encoders and simple push button switches and pass this on to the Windows game controller. It works well but the device shows up in the Windows game controller as "TinyUSB HID" (see attached screenshot. I would like to ...
- Sat May 24, 2025 3:30 pm
- Forum: General Discussion
- Topic: Newbie needing a little help getting started
- Replies: 3
- Views: 154
Re: Newbie needing a little help getting started
So after much digging on the internet and trying lots of things I finally was able to get this working using the Tiny USB library.
- Mon May 12, 2025 4:43 pm
- Forum: General Discussion
- Topic: Newbie needing a little help getting started
- Replies: 3
- Views: 154
Re: Newbie needing a little help getting started
I am at a loss for what I need to check to make sure it is installed and configured properly. I have this set under boards manager:
https://espressif.github.io/arduino-esp ... index.json
I have the library installed. What other settings do I need to check?
Thanks
https://espressif.github.io/arduino-esp ... index.json
I have the library installed. What other settings do I need to check?
Thanks
- Sun May 11, 2025 2:36 pm
- Forum: General Discussion
- Topic: Newbie needing a little help getting started
- Replies: 3
- Views: 154
Newbie needing a little help getting started
I am new to ESP32. My goal is to create a Windows HID device that will be recognized under game controllers. This is for a flight simulator and I want to read button presses, and I will set them up in the flight simulator. I followed some tutorials and got my ESP32 board set up and reading a button ...