After the long slumber of winter, I am slowly get energy to allocate to projects. After working on an 8-bit computer, I go back to the ST -slow and steady-, warming up with dealing with the ACSI port.
Sporniket's log on hardware stuff
Re: Sporniket's log on hardware stuff
Hi @sporniket
KEEP GOING!
tOri
KEEP GOING!
tOri
http://atari.myftp.org ATARI - Power without price and necessary elements
various varieties for Atari and not only - useful or not, but it's worth a look ...
https://reversing.pl/ - SSL enabled site
various varieties for Atari and not only - useful or not, but it's worth a look ...
https://reversing.pl/ - SSL enabled site
Re: Sporniket's log on hardware stuff
A little session today, I was a bit unsatisfied on the parts where original traces were not turning at an angle of 45 degrees... I would end up with lots of twists and turns.
So I reworked some of those parts to be more faithful to the original drawing.
So I reworked some of those parts to be more faithful to the original drawing.
Re: Sporniket's log on hardware stuff
I hate those "zig-zag" traces. Makes PCB designers look lazy IMO.
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.
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.
Re: Sporniket's log on hardware stuff
I am usually happy with 45 degrees turn, and it's true that the result with free angles looks neater. However with Kicad, switching to the free angles mode require to switch routing mode too, to a less automated mode, so it's cumbersome -to my taste-.
I am about to finish another computer remake (the 8-bit Thomson MO5), where the orthogonal routing is more strictly used (diagonal traces where limited to a minimum), and it was quite pleasant too.
I am about to finish another computer remake (the 8-bit Thomson MO5), where the orthogonal routing is more strictly used (diagonal traces where limited to a minimum), and it was quite pleasant too.
Re: Sporniket's log on hardware stuff
With the exception of the DMA that is only partially done, all the circuitry for ACSI port and Floppy drive port is done.
DMA is wired to the data and address bus, so I will need to rework and complete the cartridge port area...
Also, I leave GND/VCC at the end for completion, although I put some of the traces here and there, when it's easy
DMA is wired to the data and address bus, so I will need to rework and complete the cartridge port area...
Also, I leave GND/VCC at the end for completion, although I put some of the traces here and there, when it's easy
Re: Sporniket's log on hardware stuff
Once again, a proof that remaking the PCB is an effective way of proofreading the conversion of the schematic : here is a close-up of the U12 pins 48 and 49 in the schematics
Pins 48 and 49 are named "D0" and "D1" respectively, and doing the conversion, I "obviously" wired to the data bus D0 and D1. I did not notice the small "8" and "9" marking from the databus.
I noticed there was a problem while trying to wire that, following the pathes on my reference material and on an actual motherboard, testing continuity, and finally realized the actual wiring, and then where I went wrong in converting the schematic. This is now fixed.
It makes me recall about a mind trick, where the word "RED" is written using a blue pen, and the word "BLUE" is written using a red pen, and then asking a question where the mind will be misdirected because of the discrepancies between the visual signals and the words meaning...
Pins 48 and 49 are named "D0" and "D1" respectively, and doing the conversion, I "obviously" wired to the data bus D0 and D1. I did not notice the small "8" and "9" marking from the databus.
I noticed there was a problem while trying to wire that, following the pathes on my reference material and on an actual motherboard, testing continuity, and finally realized the actual wiring, and then where I went wrong in converting the schematic. This is now fixed.
It makes me recall about a mind trick, where the word "RED" is written using a blue pen, and the word "BLUE" is written using a red pen, and then asking a question where the mind will be misdirected because of the discrepancies between the visual signals and the words meaning...
Re: Sporniket's log on hardware stuff
With the DMA and the cartridge port done, the North-West corner looks fine.
Re: Sporniket's log on hardware stuff
The RS-232 port and the MFP is done. I spotted a missing pull-up for MFP interrupt (R105) that is also fixed.
As usual, the git repository is up to date.
As usual, the git repository is up to date.