Using Pro Micro Leonardo vs. Nano for Adobe Premiere Nob Dial

Hey everyone,

my first project ever and it seems as if I did everything wrong from the start. I want to do this project. I happily purchased an arduino nano, since I couldn't order the original arduino pro micro used in the project description.

My question is, can I still somehow do the project with the different controller?

If so, how do I know which contacts to solder to what points on the board?

Can I still use the code provided or do I have to rewrite something there?

Thanks a lot for helping the helpless x)

Lennart

The ProMicro uses an Atmega 32U4 microprocessor which is essential for it to appear to a PC as a keyboard or a mouse.

The Nano uses an Atmega 328 and does not have that capability.

...R

Uh.. that's a bummer..

So I'll go back searching for parts.

Thanks a lot for the fast reply!