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

Arduino UNO #945

Open
KinoLab07 opened this issue Aug 15, 2023 · 3 comments
Open

Arduino UNO #945

KinoLab07 opened this issue Aug 15, 2023 · 3 comments

Comments

@KinoLab07
Copy link

Hi,
I've an arduino UNO that is hacked with hiduino and is recognize now as MIDI controller...

Did anyone have use this board with rotary encoder... I'm quite loose on how configure it with a mcp23017.

Thanks

@tttapa
Copy link
Owner

tttapa commented Aug 15, 2023

Yes, the Arduino UNO can be used with rotary encoders, and this is supported by Control Surface, both with and without an MCP23017.
Keep in mind that performance may be poor without interrupt pins (of which the UNO only has 2).

@KinoLab07
Copy link
Author

Ok, I know the poor performance of the UNO, but is the one that I've for testing for the moment... The hole project is with 64 rotary, and for that I'll buy a teensy or a due.. Anyway...

My problem is that I'm Trying this exemple: https://tttapa.github.io/Control-Surface-doc/Doxygen/d7/dac/MCP23017-RotaryEncoder-No-Interrupts_8ino-example.html

I've conected the rotary encoder to the GPA0 and GPA1 pin of the mcp23017 and the INT A to the pin12 (I've also try to connect to pin3 ) of the arduino and nothing happen.

The SDA and SCL to pin A4 and A5 of arduino... and nothing happen..

Sooo I don't know where is the problem...

@tttapa
Copy link
Owner

tttapa commented Aug 17, 2023

Did you connect the rest of the pins correctly? Reset/enable, address pins, decoupling caps ...

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