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

Transistor driver unnecessary for some clocks #9

Closed
mikemccauley opened this issue May 10, 2022 · 2 comments
Closed

Transistor driver unnecessary for some clocks #9

mikemccauley opened this issue May 10, 2022 · 2 comments

Comments

@mikemccauley
Copy link

Documentation of this excellent program indicates the need for a transistor driver to convert the 3.3 V output from the ESP32 to 5V for the clock.

Reading the documentation for my Leitch ADC-5100 cloks shows that the required SMPTE input is

4 V p-p +/- 8 dB
balanced

which 3.3 V is well within.
I connect the black wire of the clock to the ESP32 ground and the red wire to the ESP32 SMPTE output and have no problems. Probing the signal conditioning of the clock shows a clean signal SMPTE into the CPU.

So perhaps the transistor driver is not necessary, at least for some?

@philpem
Copy link

philpem commented Sep 9, 2022

I have a Gorgy SMPTE-input clock; the input stage expects a capacitively-coupled input. If the timecode input doesn't go below ground, it won't detect the encoded bits correctly.

It's possibly worth noting that some clocks behave like that -- and a 10uF series capacitor is all that's needed to get them working, no transistor.

At the end of the day it's going to depend on the input stage in the clock, and clearly there's some variation there.

dirkx added a commit that referenced this issue Sep 9, 2022
@dirkx
Copy link
Owner

dirkx commented Sep 9, 2022

added to Readme.

@dirkx dirkx closed this as completed Sep 9, 2022
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

3 participants