Page 1 of 1

Yet another USB library

Posted: Mon Jun 07, 2021 11:41 pm
by chegewara
I am suspecting some of you may be bored or upset seeing my another post about USB. This time it is USB HID host example that can make use of USB mouse connected to esp32 S2.
It is very simple, but functional example i decided to make to test INTR endpoint type in espressif component. I believe espressif is doing good job.
With very small effort this example should work with keyboard or even with gamepads or joysticks.


https://github.com/chegewara/esp32s2-us ... st-example

Re: Yet another USB example

Posted: Thu Jun 10, 2021 10:26 am
by chegewara
Its me again,
this time it is only announcement of esp32S2 USB host library that is working on arduino, but should be compatible with esp-idf:
https://github.com/chegewara/esp32S2-usb-host-library

Re: Yet another USB example

Posted: Tue Jun 15, 2021 9:30 am
by chegewara
Last time i announced USB host library for esp32S2 working with arduino IDE. It is still work in progress, but something that users can start with.
I encourage to test it, comment, open issues and PRs. Currently only 2 examples are included: USB CDC serial and HID mouse.
If there will be more interest i can add more few more examples and even publish it as arduino library.

Re: Yet another USB library

Posted: Tue Jun 15, 2021 11:46 pm
by ESP_Angus
chegewara wrote:
Mon Jun 07, 2021 11:41 pm
I am suspecting some of you may be bored or upset seeing my another post about USB.
Definitely not bored to see your continued adventures with USB! :)