You are here |
blog.cetinich.net | ||
| | | |
danielmangum.com
|
|
| | | | The ESP32-S3 is a popular microcontroller (MCU) for a variety of reasons, such as its support for external pseudostatic RAM (PSRAM). One of its lesser known features is its Universal Serial Bus (USB) On-The-Go (OTG) controller. The previously released ESP32-S2, as well as the new ESP32-P4, also have USB OTG support, with the latter having two controllers. USB OTG devices can act as a device or as a host. This is a popular feature for smartphones, which, when attached to a laptop or desktop should act as a device, but may want to act as a host for some peripherals, such as a keyboard, that may be attached to it. | |
| | | |
www.blog.montgomerie.net
|
|
| | | | In this series of posts, I'm attempting to make a Dual Shock to Switch controller adapter. It will plug into the Switch Dock's USB port. Last time, I ended with a real USB device that would communicate with a host computer - but all it would do is blink a light on and off. | |
| | | |
koscis.wordpress.com
|
|
| | | | Today we will make our RPi a slave device connected to PC via USB. And this RPi will be detected as the keyboard. We need Raspberry Pi Zero or Zero W with the micro USB connector. Configuration First, we have to enable ConfigFS for USB gadgets: echo "dtoverlay=dwc2" | sudo tee -a /boot/config.txt echo "dwc2"... | |
| | | |
www.fastoe.com
|
|
| |