(no title)
foz
|
1 year ago
A very nice writeup and intro into USB, although - it's very focused on using an ST microcontroller, which is a lot more steps and toolchains compared the the recent ESP32 ecosystem that offers a number of easy plug-and-play ways to make USB devices work (for example, several projects from Adafruit's learning pages provide basic use cases). Another issue is differential pairs - having designed several working USB boards myself, this has not a concern for beginners, mainly relevant for doing high-speed work. USB controller ICs (as used typically with arduio/esp) can handle a lot of the details for you, so doing the calculations seems overkill, especially for someone making their first gadget.
vgalin|1 year ago
stavros|1 year ago
lemonlime0x3C33|1 year ago
fulladder|1 year ago
Can anyone recommend any good USB controller ICs? I normally just use a microcontroller with USB built in.
lemonlime0x3C33|1 year ago