Skip to content

Using arduino uno instead of mega. #559

Answered by tttapa
kilehh asked this question in Q&A
Discussion options

You must be logged in to vote

It depends on how much memory your code uses. The Uno only has 2KiB of RAM, which is very limited.
The Uno only has 2 interrupt pins, so you'll have to jump through some hoops to get 3 encoders working, e.g. using pin change interrupts or timer interrupts, I don't think polling is going to be fast enough, given the number of analog inputs you have to read.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kilehh
Comment options

@tttapa
Comment options

Answer selected by kilehh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants