Skip to content
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

Midi to PWM #30

Open
fvsr opened this issue Jan 16, 2018 · 2 comments
Open

Midi to PWM #30

fvsr opened this issue Jan 16, 2018 · 2 comments

Comments

@fvsr
Copy link

fvsr commented Jan 16, 2018

I was working on a code which transfers midi values to a PWM output of the Arduino Pro Micro. It worked but the maximum PWM frequency I was able to get was 1KHz. I made some tests and I wonder if the Arcore code slows down the clock frequency (suposed to be 16MHz). I made a similar code with SPI and I didnt have any problems. Any information about the frequency of operation of the Arcore code at the Arduino Pro Micro would be nice, thank you.

@fvsr
Copy link
Author

fvsr commented Jan 17, 2018

P.S.: I am talking about hardware PWM.

@rkistner
Copy link
Owner

This is effectively a fork of an old version of the standard Arduino firmware. Only the USB stack was modified, and that shouldn't affect the clock frequency. Unfortunately I don't know much about PWM with Arduino, so can't really help you there.

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