Sporniket's log on hardware stuff

Blogs & guides and tales of woo by forum members.
Post Reply
User avatar
sporniket
Posts: 953
Joined: Sat Sep 26, 2020 9:12 pm
Location: France
Contact:

Re: Sporniket's log on hardware stuff

Post by sporniket »

Just a little post to share the gerber of my custom breadboard-style protoboard that I use to assemble my build of the gbscontrol mod, in the hope that someone will find it useful ?

sporny-proto-board--21.01.00.zip
(51.88 KiB) Downloaded 119 times
sporny-protoboard-00.jpg
sporny-protoboard-00.jpg (141.66 KiB) Viewed 6155 times

At first it was designed to accommodate the width of the nodemcu, what traditional protoboards I had could not do, and it was also a first try with kicad and jlcpcb.

sporny-protoboard-01-compare-with-classical-protoboard.jpg
sporny-protoboard-01-compare-with-classical-protoboard.jpg (294.33 KiB) Viewed 6155 times

The underlying idea is the collation of 2 half-size breadboard, each half has a power supply rail set (Vcc/ground), that can be common to the whole board thanks to a jumper.

Another feature is that it is just under 10cm×10cm to fall under the threshold of jlcpcb.

Finally, there are M2 mounting holes on each corner that may safely be enlarged to M3 size.
User avatar
sporniket
Posts: 953
Joined: Sat Sep 26, 2020 9:12 pm
Location: France
Contact:

Re: Sporniket's log on hardware stuff

Post by sporniket »

These days I went back to my project of converting the barely readable scans of Atari STE schematics into Kicad. The principles that I want to follows are more strengthened and are as follow :
  • Use A4 sized, portrait oriented sheets –I wanted to go down to A5 to get easily readable, zoomed sheets printed on A4, but the GSTMCU will be too much–
  • One hierarchical sheet per original sheet, then each one is subdivided into hierarchical sheets again, one per big IC, or pair of IC in some special cases (e.g. eproms)
  • Use the physical layout of the pins in IC symbols, to help newbies like myself to pinpoint more easily where to put a probe, hopefully.
  • Limited use of wires, essentially to allow net highligthing.
  • Use original label names and component annotations, for easier proofreading/cross-checking.
So far I am dealing with the first sheet, and I can show some subsheets as proof of concept.
subsheet_100-Sheet 1 of 6-U100 - MC68000.pdf
(54.93 KiB) Downloaded 117 times
subsheet_101-Sheet 1 of 6-U101 -- Blitter.pdf
(38 KiB) Downloaded 120 times
subsheet_102-Sheet 1 of 6-U102-U103 -- EEPROMs.pdf
(42.24 KiB) Downloaded 110 times

I'm open to tips and suggestions, and if you spot errors in my conversion, I would be happy to fix them.
User avatar
sporniket
Posts: 953
Joined: Sat Sep 26, 2020 9:12 pm
Location: France
Contact:

Re: Sporniket's log on hardware stuff

Post by sporniket »

The first sheet is almost done, here are the power connector and the cartridge port.

The 32MHz signal generation is almost captured, the PAL reminds me that beyond basic circuitry, "I have no idea what I'm doing !" :lol:

subsheet_103-Sheet 1 of 6-J103 -- Cartridge port.pdf
(24.81 KiB) Downloaded 121 times
User avatar
sporniket
Posts: 953
Joined: Sat Sep 26, 2020 9:12 pm
Location: France
Contact:

Re: Sporniket's log on hardware stuff

Post by sporniket »

And now the Pal clocks/32Mhz clock.


I pushed all my progress so far on my github for this project, so you should be able to browse the Kicad files : https://github.com/sporniket/retro-comp ... matics.git

The Kicad project is the file atari-16-32-bits/motherboards/c300780-001/motherboard.pro
User avatar
sporniket
Posts: 953
Joined: Sat Sep 26, 2020 9:12 pm
Location: France
Contact:

Re: Sporniket's log on hardware stuff

Post by sporniket »

2021-04-28--01.jpg
2021-04-28--01.jpg (31.92 KiB) Viewed 5938 times
Finally got a still working :cheer: lynx 2 for a fair price on the bay. The display is white-ish -too bright-. Voltage at C41 is at 8.5V, so no more powering up until I replace the mosfet Q12 and the Zener diode.

Other than that, it powers-on as soon as batteries are installed and the power-off button does not work (that was stated on the description) and there is a suspicious bodge wire between the battery+ and the power supply plug (a little bit sloppy as the battery may be shorted by a component of the wire used).
2021-04-28--02.jpg
2021-04-28--02.jpg (41.63 KiB) Viewed 5938 times
All i all, just a little bit of work. Then I plan to replace the screen with one made by Ben, and have a RetroHQ Lynx GameDrive, in whatever order.
User avatar
sporniket
Posts: 953
Joined: Sat Sep 26, 2020 9:12 pm
Location: France
Contact:

Re: Sporniket's log on hardware stuff

Post by sporniket »

I started to convert into Kicad the sheet #2 of the Atari STE schematic.

subsheet_200-U200 — Acia 1 to MIDI IO.pdf
(36.5 KiB) Downloaded 105 times

I had to create a symbol for the "T Filters", I just duplicate the European symbol of a resistor, with the annotation inside, like the original schematics. I was puzzled because when I look for T filters, I would require another pin ? Anyway for now, I stick to the source schematic.

Also, like in the schematics of the PAL subcarrier/32MHz, I have to arbitrate between using wire and using net names to link components. And in fact, it goes down to whether I can or want to find a name for a net or not.

The github repository (see my signature) is up to date.
User avatar
exxos
Site Admin
Site Admin
Posts: 23437
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Sporniket's log on hardware stuff

Post by exxos »

The filters are 3 pin yes.
https://www.exxosforum.co.uk/atari/ All my hardware guides - mods - games - STOS
https://www.exxosforum.co.uk/atari/store2/ - All my hardware mods for sale - Please help support by making a purchase.
viewtopic.php?f=17&t=1585 Have you done the Mandatory Fixes ?
Just because a lot of people agree on something, doesn't make it a fact. ~exxos ~
People should find solutions to problems, not find problems with solutions.
User avatar
sporniket
Posts: 953
Joined: Sat Sep 26, 2020 9:12 pm
Location: France
Contact:

Re: Sporniket's log on hardware stuff

Post by sporniket »

exxos wrote: Fri Apr 30, 2021 9:01 am The filters are 3 pin yes.
Ok I used the built-in symbol then.

subsheet_200-U200 — Acia 1 to MIDI IO.pdf
(48.45 KiB) Downloaded 120 times
User avatar
sporniket
Posts: 953
Joined: Sat Sep 26, 2020 9:12 pm
Location: France
Contact:

Re: Sporniket's log on hardware stuff

Post by sporniket »

...And I forgot the bypass capacitor...

So another revision of this sheet, and the schematics of the second Acia.

subsheet_200-U200 — Acia 1 to MIDI IO.pdf
(48.97 KiB) Downloaded 108 times
subsheet_201-U201 — Acia 2 to IKBD IO.pdf
(28.3 KiB) Downloaded 103 times
User avatar
sporniket
Posts: 953
Joined: Sat Sep 26, 2020 9:12 pm
Location: France
Contact:

Re: Sporniket's log on hardware stuff

Post by sporniket »

This week-end, I converted the schematics of the sound generator and the parallel port.

subsheet_202-U202 — PSG and Parallel IO.pdf
(53.43 KiB) Downloaded 112 times

I also posted a video showing the workflow that I follow.


Post Reply

Return to “MEMBER BLOGS”