Skip to content

support for arduino pro micro #652

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jadeiseepy opened this issue Apr 18, 2025 · 1 comment
Open

support for arduino pro micro #652

jadeiseepy opened this issue Apr 18, 2025 · 1 comment

Comments

@jadeiseepy
Copy link

no idea if it's the same as the sparkfun promicro, but i tried running the USART example on mine and it doesn't work :(

also, it's probably worth mentioning that in order to access the serial, i have to unplug it and plug it back in again to get the board's serial port to show up again.

@Rahix
Copy link
Owner

Rahix commented Apr 18, 2025

The Arduino Pro Micro has an ATmega32U4 microcontroller which speaks USB directly instead of having a UART connected to a separate UART-to-USB chip.

You either have to connect a separate UART-to-USB to the RX/TX pins of the Arduino Pro Micro or do your own USB-serial on the ATmega32U4. The latter is very involved, see #40 and #572.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants