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

Hi! Any instructions? #1

Open
manucontrovento opened this issue Mar 16, 2022 · 2 comments
Open

Hi! Any instructions? #1

manucontrovento opened this issue Mar 16, 2022 · 2 comments

Comments

@manucontrovento
Copy link

Hello everyone! I own a Zoom R8 and I need to sync it!
I found this project.
How do I realize it?
Which arduino?
How will it connect with r8 and receive the pulse?
Could someone help me?
Thanks a lot!!

Manu

@johansmolinski
Copy link
Owner

johansmolinski commented May 3, 2023

Hi!

Sorry for late reply! This is not one of the most active projects ever, but thanks for the first ticket! :) I really should have written this down when I made the project. Now I don't remember the details. But if you're still interested, I should be able to help out reverse engineering it a bit. Note that this requires some understanding in electronics and you need to figure out where to best find spots for soldering your wires. And I guess if your R8 still is on warranty, it will expire by just the thought of doing this.

First, you can use any Arduino of choice. I think I used a Nano as it fits nicely inside the shell of the R8, but use whatever you have. Secondly, looking at the code, in main/main.ino, you can set up which pins/ports to use. I used low level addressing because that is much faster than the Arduino functions for reading pins and writing to ports, but it is not as conveniently named.

You will need to refer to the pinout of the Arduino of your choice. Right now, I would need to spend a bit of time understanding what to connect where. I don't remember from top of my head the purpose of the line0 and line1 signals. Maybe they are not needed. The LED (named trig in the code), play (gate), stop and rewind buttons need to be connected to the corresponding PINs, and you need to add a jack or a lead to connect to your external gear, where trig and pulse need to be connected.

Once again, sorry for not replying in time, and also for the inability to help out in detail at this stage. Maybe you have already moved on to the next project anyway. :)

@manucontrovento
Copy link
Author

Hi @johansmolinski and thanks for your reply
I switched to a totally different gear sync system and I don't own the R8 anymore... Thanks anyway

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