Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not showing on HID device in Windows 10 #65

Closed
lodogg opened this issue Feb 14, 2024 · 7 comments
Closed

Not showing on HID device in Windows 10 #65

lodogg opened this issue Feb 14, 2024 · 7 comments

Comments

@lodogg
Copy link

lodogg commented Feb 14, 2024

"Good morning, I'm trying to use the code on an ESP32-S3. When I connect it to my Android phone, everything works correctly, but when I connect it to the PC, it doesn't work. In particular, I noticed that it doesn't appear among the HID devices (which instead happens with another similar example Arduino arduino-switcheroonie). Any ideas about this?"

@lodogg lodogg changed the title Not showinfg on HID device in Windows 10 Not showing on HID device in Windows 10 Feb 14, 2024
@benjaminaigner
Copy link
Collaborator

Dear @lodogg
thx for this info.
Did you have a look into the Windows Device Manager?
Please tell me which build config you are using (whether with or without joystick/keyboard/mouse).

@lodogg
Copy link
Author

lodogg commented Feb 14, 2024

I'm using the last release 0.3.6 whit all joystick keyboard and mouse enabled
This is my actual Windows device manager:
image

On the yellow highlight, the "Arduino" example that adds the HID Bluetooth Low Energy compliant to GATT.

@benjaminaigner
Copy link
Collaborator

THX; I see. Please post the sdkconfig file here and I hope I have spare time and a ESP32-S3 to test it.

In the meantime: please try to compile it again without Joystick.

@lodogg
Copy link
Author

lodogg commented Feb 14, 2024

This is my sdkconfig. Tried without joystick with no success. If you need some help or test something let me know.
sdkconfig.txt

@benjaminaigner
Copy link
Collaborator

Dear @lodogg ,

your sdkconfig is missing CONFIG_MODULE_USEJOYSTICK, so I guess it is not the current version of this repository.
I've tried it yesterday, without any problem (fresh clone; fresh build without changing anything) on a Windows 10 Pro.
If possible, could you provide the log output of the serial console?
Next thing I'll try is using the ESP32-S3 (I've used the classic one).

@benjaminaigner
Copy link
Collaborator

Dear @lodogg ,
for today, I've got the firmware running on an ESP32-S3 (see #66 ).
It's a little bit funny: the bootloader is producing log messages, but as soon as we hit I (0) cpu_start: Starting scheduler on APP CPU., there is no further output (also on the USB-CDC interface); but the device starts (I can pair, connect & reconnect).
If I have time, I will investigate further.

@benjaminaigner
Copy link
Collaborator

@lodogg

I've successfully built and tested the firmware on the ESP32-S3 as well, please find my sdkconfig attached, which worked for me (esp-idf version v5.1.1).
sdkconfig.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants