mungewell / pico-timecode

A budget friendly LTC/TimeCode device built from a RaspberryPi Pico - using the PIO blocks and MicroPython
https://github.com/mungewell/pico-timecode
MIT License
27 stars 0 forks source link

Suggestions for Rev-2 Hardware #6

Open mungewell opened 6 months ago

mungewell commented 6 months ago

As development moves forward, I'll 'open the floor' to suggestions from every/anyone.

The following are on my list:

(I'll update list as suggestions come in).

salesmendesandre commented 6 months ago

First of all, I would like to congratulate you for the development you are doing.

The device you are developing is designed to be used in cameras/recorders that have two audio channels (for example the right one for the microphone audio and the left one for the LTC).

I would like to propose you to include the possibility of including the necessary hardware so that it can be used in single channel devices without the need to disconnect the device and connect the microphone. In a single channel I suppose it would be possible to use the LTC at the beginning of the audio (x seconds) and then the normal audio. I don't know how this could be solved at the hardware level, but something that would change the output of the ltc to a direct connection to an input jack.

Once again I would like to congratulate you for the work you are doing.

mungewell commented 6 months ago

Pass-though audio is supported now, if assembled in the construction with two 3.5mm connector. LTC output is on Tip/Left, Ring/Right is connected through to input connector (ie Mic).

I was tinkering with audio levels today and grabbed this screen shot (running in the 'Mic' output level, with Rode Video Mic attached to input). Screenshot_2024-03-10_15-59-28

I am not 100% sure what 'Bias' levels various camera/recorders output. My Sony cameras seem to out 2.7V on Ring (or TRS), my Tascam audio recorder output 2.2V on Ring.

Are there really devices which can't cope with stereo audio (even if external Mic is only mono)? Seems to me that switching would be a pain, and likely screwed up by operator on set.

As to electronically switching output between Mic and LTC; this might be possible if MCP6S93 was used, but it is a little bit more expensive ($2.21 vs $1.79).

Xander1125 commented 5 months ago

Although I don't think may would use the feature, the request above is for a toggle button that switches between mono pass through and LTC at the click of a button, so the user could start a clip with 10 seconds of timecode, then hit the button and use their mic without having to disconnect the LTC device from the signal chain.

I don't think many people will need this feature though, I've never seen a camera (at the level where someone is considering using a timecode workflow) with mono input only.

salesmendesandre commented 4 months ago

Although I don't think may would use the feature, the request above is for a toggle button that switches between mono pass through and LTC at the click of a button, so the user could start a clip with 10 seconds of timecode, then hit the button and use their mic without having to disconnect the LTC device from the signal chain.

I don't think many people will need this feature though, I've never seen a camera (at the level where someone is considering using a timecode workflow) with mono input only.

Yes, that's what I meant. With the cameras it can be more rare but in terms of recorders (used individually per actor) it can be more interesting.