-
Notifications
You must be signed in to change notification settings - Fork 0
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
Testing Rev-1 Hardware #5
Comments
Some notes on component selection: U1 is a fairly generic Dual Op-Amp, there are many substitutions possible, I ordered a few parts to try:
U2 is more specialized, it is a programmable gain Amp controlled over a SPI-like interface. The intent is that Pico Timecode can have a controllable output level (or even turn it off). The rest are 'jelly bean' and really component values can be substituted for whatever values you have available.... |
Assembled the first Rev-1 board, a few component tweaks and it's functional... Woo Hoo! |
Have any adjustments been made to the hardware output files? I would be interested in ordering some assembled units from jlcpcb. Is the gerbers_2sides_pico.zip and pt.csv files sufficient or is some modification necessary? |
The only major mistake is not having a ChipSelect for the Programable Amp, which I fly wired across to Pin 5. Other than that the board works OK, although this amp doesn't quite have enough difference in gain (between mic and line level). I built the two layer board as, in the end, there was no difference in the cost between 1 and 2 layers. I have excess boards, which I could possibly share.... |
Nice, always liked black solder resist... though you should have gone with yellow silkscreen ;-) Correct R7/R12 are not-fit, they are options to route audio/LTC if/when you only have the one connector. R11 is for 'bridging' the audio (say on camera mic) from J1 to J2. R9 is a provision for tweaking signal from external LTC through AMP, this need to cross the reference voltage created with U1B pin 7. Did you find lift the pin for the CS? Here's how I wired it across to GPIO5 of the Pico You'll also want to be running this branch: I am a little distracted with other projects, but do intend to come back this one and validate those alternate XTALs. |
HI mungewell I have connected the CS pin to GPIO5, and now the output has TIMECODE LCT (I tested it with the application: https://timecodesync.com/monitor/). I noticed there are differences between the resistors you are using compared to those listed in the CSV file along with the Gerber:
Are these changes relevant for assembling a board with the same components as yours? What are the values of the missing ones? The capacitors I am using are 10nF. Is this correct? I have made progress with connecting the CS pin, but I still need to work on the jam between two devices. I will keep trying. Thank you very much. |
The schematic as 10uF, I think that 10nF might be a bit too small. The resistors aren't really critical, what you want to do is check that incoming LTC is causing the output of U1/1 is toggling, and this is a large enough swing that the PICO sees it as changing input. For LTC output the programable amp doesn't have enough swing to change between Line and Mic level. The R5/R6 scale the signal down, and then the amp amplifies.... if you are not getting enough output for 2nd device to sync check the menus that the level is set as high as possible. Do you have something that could scope the signals? Even a DVM would be helpful to check the DC levels of the reference/etc. |
IIRC one of the amps I tried in the U1 position had difficult getting close to it's rails... I think I worked around this by adding a larger (330ohm???) at R9 to drop the signal more so that the Pico could 'see' it. Edit: I apparently went to R9=10K. Amp was the R4558IDR. |
I drew up a schematic and laid out a PCB for Rev-1 of the hardware, the audio interface is needed to amp/buffer the audio LTC signal into digital signals to/from the Pico.
This board is on order, and hopefully I will have 'hands on' in about a week...
The board is heavily dependent of the Pico footprint developed here, so a big thanks to that project:
https://github.com/ncarandini/KiCad-RP-Pico
The board is designed so that a Pico can be soldered directly (via castellated pins), or using pin headers. It's also zoned into 3 sections, where the battery/output and 'top of pico' can be removed to make a much smaller board. There are Fit/No-Fit resistors to route the LTC output to the Right Channel of the input jack when using the smaller board.
I'm 100% certain I'll need to change the BOM, hopefully the PCB layout is workable. :-)
The text was updated successfully, but these errors were encountered: