Sorry, data sheet removedPeter wrote: Wed Mar 01, 2023 9:20 amSorry, I made a typo. I used the Conec 16-001810E, now corrected in the original post.Derek_Stewart wrote: Wed Mar 01, 2023 9:02 am I could only find CONC 16-001820E, here is the data sheet.
The 16-001820E is obviously wrong width, probably not a good idea to post the datasheet here. Hope people are not confused now.
QL Pico VGA
-
- Font of All Knowledge
- Posts: 4652
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: QL Pico VGA
Regards,
Derek
Derek
Re: QL Pico VGA
For those who like an easy to solder version, but not fitting a D-Sub hood, I designed a larger PCB, sized 50 x 30.8 mm:
The QL is protected by a diode from feeding back +5V into the machine, if it is not modded.
A cable clip can be provided, I had to add a little glue to fix it properly.
Please find Gerbers (for Aisler), schematics and placeplan attached. Have fun.
Side note: The holes for the module pins are nominally 0.8 mm. On my prototype PCBs, this was closely sufficient for modules with pre-soldered pins.
If other PCB manufacturers are used, especially cheaper ones with high tolerances, pins should be selected with care.
+5V power can be supplied by UBS-C at the side, a Q68-style 2.1mm coaxial connector at the rear (center is +) or from a modded QL.The QL is protected by a diode from feeding back +5V into the machine, if it is not modded.
A cable clip can be provided, I had to add a little glue to fix it properly.
Please find Gerbers (for Aisler), schematics and placeplan attached. Have fun.
Side note: The holes for the module pins are nominally 0.8 mm. On my prototype PCBs, this was closely sufficient for modules with pre-soldered pins.
If other PCB manufacturers are used, especially cheaper ones with high tolerances, pins should be selected with care.
- Attachments
-
- qlvga-rp2040-1.0-schematics.pdf
- (29.35 KiB) Downloaded 470 times
-
- qlvga_rp2040.zip
- (21.19 KiB) Downloaded 415 times
-
- qlvga-rp2040-1.0-placeplan.pdf
- (3.74 KiB) Downloaded 386 times
Re: QL Pico VGA
Hi all,
during the build of a second QL-VGA converter I found a strange issue. After copying the code to the virtual USB drive the board worked as expected. But after de-powering and re-powering it seems the code has been vanished or the RP2040 failed to start. In fact another forum member reported the same issue.
Quick research and I found that some RP2040 failed to start due to unstable oscillator during startup. Solution is to set
to 64
Oliver was very helpful and he modified the code withing minutes. Thanks a lot!!
At least at my side this solved the problem.
Find attached the updated code here.
This code is for the RP2040 zero as described earlier in this thread by Peter
during the build of a second QL-VGA converter I found a strange issue. After copying the code to the virtual USB drive the board worked as expected. But after de-powering and re-powering it seems the code has been vanished or the RP2040 failed to start. In fact another forum member reported the same issue.
Quick research and I found that some RP2040 failed to start due to unstable oscillator during startup. Solution is to set
Code: Select all
PICO_XOSC_STARTUP_DELAY_MULTIPLIER
Oliver was very helpful and he modified the code withing minutes. Thanks a lot!!
At least at my side this solved the problem.
Find attached the updated code here.
This code is for the RP2040 zero as described earlier in this thread by Peter
- Attachments
-
- video_if_ql_vga_minipico002d_delay.zip
- (26.93 KiB) Downloaded 405 times
Re: QL Pico VGA
Another PCB/Case option I whipped up that uses the full size Pico, https://github.com/djtersteegc/video_if ... doc/pcb.md
-
- Font of All Knowledge
- Posts: 4652
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: QL Pico VGA
Hi,
Looks very neat, I would make the case black.
I have ordered some PCBs for the RP2040-Zero, just waiting for delivery.
But I like the design of the full size RP2040 version. Maybe I will make some as well.
Looks very neat, I would make the case black.
I have ordered some PCBs for the RP2040-Zero, just waiting for delivery.
But I like the design of the full size RP2040 version. Maybe I will make some as well.
Regards,
Derek
Derek
Nedd troubleshooting help
Hi,
I've just finished my QL pico VGA using a strip board (it didn't look so difficult) I guess I have some Sync problems. Image is not steady with some horizontal jumps and the rainy band moves from top to botom, then the "signal?" Screen apears briefly.
If I attach a tv to the composite output the image gets steadier but the moving band worsens notably.. What should I check first ? Connections seems tonbe good..
Thanks
I've just finished my QL pico VGA using a strip board (it didn't look so difficult) I guess I have some Sync problems. Image is not steady with some horizontal jumps and the rainy band moves from top to botom, then the "signal?" Screen apears briefly.
If I attach a tv to the composite output the image gets steadier but the moving band worsens notably.. What should I check first ? Connections seems tonbe good..
Thanks
SIGNATURE
Ernesto
ZX80 USA, ZX81UK, ZX Spectrum, ZX Spectrum+, ZX Spectrum 128+ UK, ZX Spectrum +2/A, Sinclair QL, CZ1000, CZ1500, CZ2000, CZ1000Plus, CZ1500Plus, CZ Spectrum, CZ Spectrum Plus, TK83, TK85, TK90X, TK95. TS2068. And more to come
Ernesto
ZX80 USA, ZX81UK, ZX Spectrum, ZX Spectrum+, ZX Spectrum 128+ UK, ZX Spectrum +2/A, Sinclair QL, CZ1000, CZ1500, CZ2000, CZ1000Plus, CZ1500Plus, CZ Spectrum, CZ Spectrum Plus, TK83, TK85, TK90X, TK95. TS2068. And more to come

Re: QL Pico VGA
You didn't even write which module you used.
Are you aware that different binaries are needed for the (small) RP2040-Zero and the (larger) Raspberry?
Did you keep the wires to the QL either very short or shielded?
Did you check that the QL RGB output (not composite) is working correctly, e.g. with a different converter?
Are you aware that different binaries are needed for the (small) RP2040-Zero and the (larger) Raspberry?
Did you keep the wires to the QL either very short or shielded?
Did you check that the QL RGB output (not composite) is working correctly, e.g. with a different converter?
Re: QL Pico VGA
I'm sorry about that... I used the conventional raspberry Pi Pico, the larger one, and downloaded the firmware from the github page
Wires from QL are not shieded but about 7cm long, I guess they are short enough.Peter wrote: Fri Mar 17, 2023 9:16 pm Are you aware that different binaries are needed for the (small) RP2040-Zero and the (larger) Raspberry?
Did you keep the wires to the QL either very short or shielded?
Yes actually I am using a NEC Multisync II monitor connected directly to the same (short) adapter from the QL's DIN to a db9 Cable.. and image is just great.Peter wrote: Fri Mar 17, 2023 9:16 pm Did you check that the QL RGB output (not composite) is working correctly, e.g. with a different converter?
I guess you are suggesting me to look for interferences, maybe the QL itself be the source ? I'll try to shield the short wire and the adapter itself somehow and check again.
I am a bit concerned about the fact that having the co posite connected at the same time changes it behavior.. composite image is not very good I think some capacitors may need some care on the machine..
Thanks for your help and forgive my clumsiness in previous post.
SIGNATURE
Ernesto
ZX80 USA, ZX81UK, ZX Spectrum, ZX Spectrum+, ZX Spectrum 128+ UK, ZX Spectrum +2/A, Sinclair QL, CZ1000, CZ1500, CZ2000, CZ1000Plus, CZ1500Plus, CZ Spectrum, CZ Spectrum Plus, TK83, TK85, TK90X, TK95. TS2068. And more to come
Ernesto
ZX80 USA, ZX81UK, ZX Spectrum, ZX Spectrum+, ZX Spectrum 128+ UK, ZX Spectrum +2/A, Sinclair QL, CZ1000, CZ1500, CZ2000, CZ1000Plus, CZ1500Plus, CZ Spectrum, CZ Spectrum Plus, TK83, TK85, TK90X, TK95. TS2068. And more to come
