Replies: 5 comments
-
ATmega32U4 series has native USB interface but LGT8Fx does not. |
Beta Was this translation helpful? Give feedback.
-
Massduino UNO Pro R3 (with LGT8F328-LQFP48) have V-USB capabilities. Check this pages and try they Massduino core: |
Beta Was this translation helpful? Give feedback.
-
I made a joystick converter earlier this year - https://github.com/prosper00/GRiP-duino At the time, I chose to go with a pro micro. I thought about implementing with VUSB, however, bit banging USB is quite sensitive and cpu-intensive, and I didn't want to have to worry about latency issues, or missing interrupts/dropping data. In retrospect, it probably wouldn't have been an issue. Also in retrospect, I would have built it on an STM32 - the cheapest uc I can think of that supports native USB. Less than half the price of a (clone) pro micro. |
Beta Was this translation helpful? Give feedback.
-
Hi all. |
Beta Was this translation helpful? Give feedback.
-
Hi
I am planing to try and make a Amiga/C64/Atari joystick adapter. I glimsped at some items a about it a long time ago. But It seems you need special kind of atmega chip to do this. (32U4) Which is on the pro micro.
I think they just emulate a keyboard and than map the keys to Winuae.
So before I waste a weekend on something that is not possible does any one know if this would be possible with the lgt8fx?
I have the green nano look alike and the smaller SSOP20 version.
Beta Was this translation helpful? Give feedback.
All reactions