Tuesday 25 August 2015

Which AVR hardware for USB?


I wonder which hardware will be the best for playing with USB because its looks like a lot of projects only use atmega8 (or even attiny). But would it really be easier with an AT90USB which have the built-in USB?


I have already looked at some HID libraries (lufa, avr-usb, v-usb…) but they are complex. Does anyone have a link to a specific project or a one-case explanation of the USB implementation?


For the details : I would like to make a ~25 button joystick and I work on linux.



Answer



Have a look at these questions:


How to build a USB controller having knobs, sliders, and switches


Teensy development


I'd like to learn how to make my own USB gadgets


I would use a Teensy, here are some links to projects



No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...