6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Thu Nov 14, 2024 9:22 pm

All times are UTC




Post new topic Reply to topic  [ 133 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9  Next
Author Message
PostPosted: Thu Oct 17, 2013 3:18 pm 
Offline
User avatar

Joined: Tue Nov 16, 2010 8:00 am
Posts: 2353
Location: Gouda, The Netherlands
Placing components is usually just a matter of trial and error. First you start with the things that have a fixed location, and then put the rest where you think it is easiest to route. Don't forget to put the bypass caps close to the power pins. Do a quick and dirty layout, to see if it will work, and adjust/erase if necessary.

Speaking about power, you don't seem to have a power connector, or are you using the AVR ISP connector ?

For as much as possible, try to put your pins on a 100 mil grid.

Are you having a PCB manufactured, or are you going to etch it yourself ? Make sure your trace width, drill size, and via sizes are all set appropriately before you start.


Top
 Profile  
Reply with quote  
PostPosted: Thu Oct 17, 2013 4:29 pm 
Offline

Joined: Wed Sep 11, 2013 8:43 pm
Posts: 207
Location: The Netherlands
Arlet wrote:
Speaking about power, you don't seem to have a power connector, or are you using the AVR ISP connector ?
Forgot about that. I’ll take the power from an ATX power supply, I’m only going to need a connector, an on/off switch and a fuse.

I’ll try to etch the board myself and try a trace width of 0.01”. There are some limitations, especially with the through holes.

_________________
Marco


Top
 Profile  
Reply with quote  
PostPosted: Thu Oct 17, 2013 4:48 pm 
Offline
User avatar

Joined: Tue Nov 16, 2010 8:00 am
Posts: 2353
Location: Gouda, The Netherlands
Careful with PC power supplies. They can deliver a lot of current, so one mistake on the board is enough to vaporize traces and components. I always recommend using a power supply with current limit. Or at least put a resistive element in series, like a small bulb from a bike light.


Top
 Profile  
Reply with quote  
PostPosted: Thu Oct 17, 2013 4:58 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8540
Location: Southern California
See my brief write-up on custom PCBs at http://wilsonminesco.com/6502primer/CustomPCB.html, and the links there.

If you're sticking to the slower parts, you can get away with nearly anything (like the huge 2-layer boards of early home computers did with no ground plane) but I still like to encourage good habits and neat work that will pay off when you get into the faster stuff.

Again, remember you can mix up the data lines to RAM, and you can mix up the address lines to SRAM, if it makes the layout easier. Like ElEctric_Eye said, there's really no reason for them to tell which data lines are which, or which address lines are which. The fact that CADs don't gracefully let you change them is one of several reasons I do not use schematic capture software and ratsnesting (although I had to get very proficient at it at my last place of work). In spite of the schematic capture, we still got PCB routing errors, unlike the method I use now when I do the schematics by hand and check the PCB layouts by hand. (I use CAD only for PCB layout, not the schematic.) Make sure you use the sections of a quad NAND for example that reach the best for the layout. If you use schematic capture, you'll have to do some back-annotating after you see which sections reach the best.

I have not done very much digital-only PCB layout, but I've done a lot of analog, up to 500 parts on a board; and packing it in by hand and routing it while I'm placing it, I get things so dense that basically you can't see the top surface of the board except at the edges. That's not possible if you just sprinkle the parts in and then set the autorouter to work. A human can always do a much better job than an autorouter. As for trace width, most PCB manufacturers don't start charging extra until you get down below .006". Even at .010", you can get two traces on the same layer between pads of DIP ICs.

_________________
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?


Top
 Profile  
Reply with quote  
PostPosted: Fri Oct 18, 2013 6:31 pm 
Offline

Joined: Wed Sep 11, 2013 8:43 pm
Posts: 207
Location: The Netherlands
Arlet wrote:
Careful with PC power supplies. They can deliver a lot of current, so one mistake on the board is enough to vaporize traces and components.
I can confirm that! They can deliver quite some fireworks :)

GARTHWILSON wrote:
but I still like to encourage good habits and neat work that will pay off when you get into the faster stuff.

I totally agree, you have to set a standard as high as possible.
I would really love to make Daryl’s SBC3 or similar. But frankly that’s too complex for me to start with.

You have to put yourself in amateurish beginners shoes. Those blogs swirling around the net show little steps with results. That’s what makes it attractive. It’s a big leap from having a simple breadboard setup running and your workbench computer, POC1.1 or SBC3.

Quote:
remember you can mix up the data lines to RAM, and you can mix up the address lines to SRAM
Yes, I learned about that possibility on building a VIC-20 memory expansion.

Quote:
Make sure you use the sections of a quad NAND
that’s an ongoing process, I use “delete” and “invoke” to select the right section. I discovered that not so long ago. It’s all learning by doing.

Checking everything by hand and even make your own parts library is indeed the best thing to do. For instance I used a VIA symbol I found on the net and luckily I discovered that VSS and VCC were swapped :(. Even on EAGLE’s standard libraries a silly PNP transistor had E and C swapped.

Quote:
I have not done very much digital-only PCB layout, but I've done a lot of analog, up to 500 parts on a board; and packing it in by hand and routing it while I'm placing it, I get things so dense that basically you can't see the top surface of the board except at the edges. That's not possible if you just sprinkle the parts in and then set the autorouter to work. A human can always do a much better job than an autorouter. As for trace width, most PCB manufacturers don't start charging extra until you get down below .006". Even at .010", you can get two traces on the same layer between pads of DIP ICs.


That’s years of experience of course. And certainly of great value that you share that knowledge. But one can only show or tell about a skill, not hand it over to someone. And yes, autorouter sucks. But it’s tempting and sometimes useful for small sections I believe.

_________________
Marco


Top
 Profile  
Reply with quote  
PostPosted: Fri Oct 18, 2013 7:45 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8540
Location: Southern California
Quote:
Those blogs swirling around the net show little steps with results. That’s what makes it attractive. It’s a big leap from having a simple breadboard setup running and your workbench computer, POC1.1 or SBC3.

Of my two last previous efforts, long before I finished the first one I could see that my growing ideas for it were not going to fit in the case, so I started over. Then on that second one, I bit off more than I could chew, trying to do too much at once before anything at all was working, and I got discouraged and quit working on it. The workbench computer came a couple of years later, and in its orginal form it was simpler but left room for expansion. It only took me a week to build in its original form, and had a big blank space on the 4.5"x6.5" board. Later, over the years, a lot of things were added, including the mezzanine board since the main board ran out of space. The original approach however made it possible for everything else to just be additions, without starting over. The processor's own buses, BTW, do not go up on the mezzanine or to the board-edge connector.

Quote:
I would really love to make Daryl’s SBC3 or similar. But frankly that’s too complex for me to start with.

Contact him and see if he has an SBC-3 board to sell you.

_________________
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?


Top
 Profile  
Reply with quote  
PostPosted: Sat Oct 19, 2013 3:58 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8485
Location: Midwestern USA
GARTHWILSON wrote:
lordbubsy wrote:
I would really love to make Daryl’s SBC3 or similar. But frankly that’s too complex for me to start with.

Contact him and see if he has an SBC-3 board to sell you.

If Daryl can't provide you with an SBC-3, I have enough parts here to build two more POC V1.1 units, with or without the SCSI host adapter. Lemme know via PM if you are interested.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Sat Oct 19, 2013 4:03 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8485
Location: Midwestern USA
Arlet wrote:
Careful with PC power supplies. They can deliver a lot of current, so one mistake on the board is enough to vaporize traces and components. I always recommend using a power supply with current limit. Or at least put a resistive element in series, like a small bulb from a bike light.

The incandescent lamp as a ballast suggestion is a good one if you're at all concerned about a major blowup at power-on. Automotive tail-light lamps are a good choice for that sort of thing.

Incidentally, any reasonably good PC power supply will crowbar if subjected to a direct short. However, it's not something that should be relied upon in powering up a brand new design.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Sat Oct 19, 2013 5:59 am 
Offline
User avatar

Joined: Tue Nov 16, 2010 8:00 am
Posts: 2353
Location: Gouda, The Netherlands
BigDumbDinosaur wrote:
Incidentally, any reasonably good PC power supply will crowbar if subjected to a direct short. However, it's not something that should be relied upon in powering up a brand new design.

But if there's only 20A running through your chip, the PC PSU may not consider that a short :)


Top
 Profile  
Reply with quote  
PostPosted: Sat Oct 19, 2013 7:43 am 
Offline

Joined: Tue Nov 18, 2003 8:41 pm
Posts: 250
lordbubsy wrote:
Arlet wrote:
Speaking about power, you don't seem to have a power connector, or are you using the AVR ISP connector ?
Forgot about that. I’ll take the power from an ATX power supply, I’m only going to need a connector, an on/off switch and a fuse.

I’ll try to etch the board myself and try a trace width of 0.01”. There are some limitations, especially with the through holes.


You may need a relatively substantial load, probably on the 5V to keep it in regulation.


Top
 Profile  
Reply with quote  
PostPosted: Sat Oct 19, 2013 10:50 am 
Offline

Joined: Wed Sep 11, 2013 8:43 pm
Posts: 207
Location: The Netherlands
Arlet is right, I’ve had vaporized traces in the past. (even a coil on a C64 board :(), then I started to use fuses. They saved the day a quite few times.

bogax wrote:
You may need a relatively substantial load, probably on the 5V to keep it in regulation.
I know what you mean, it’s a dedicated power supply with an additional 9V~ transformer and worked without, but I have used a few LED’s and resistors for bling bling anyway.

GARTHWILSON wrote:
Contact him and see if he has an SBC-3 board to sell you.


BigDumbDinosaur wrote:
I have enough parts here to build two more POC V1.1 units, with or without the SCSI host adapter. Lemme know via PM if you are interested


That’s a very nice offer, and really tempting.

Quote:
I would really love to make Daryl’s SBC3 or similar. But frankly that’s too complex for me to start with.

I should rephrase that statement, I meant I would really love to design and build a SBC like those.

If doing it myself isn’t going to happen, I definitely would like to make use of that offer. For now that feels a little bit like cheating. And I won’t like to lose the drive designing it myself.

As a side project, I am close to programming my first CPLD. I have to wait for some capacitors. The software is installed and I have made a small sample project. It’s ready to roll...
Daryl kindly assured me that the programming cable and test board I’m building should work for all XC95xx 44-PIN CPLD’s.

For designing a ‘816 based SBC my greatest challenge is routing a board of that size. I probably will make use of the ExpressPCB’s board manufacturing service. I have relatively good confidence in designing the glue logic with a CPLD.

It’s really exciting!

Edit
PS.
do I *need* a special tool to swap those PLCC44 IC's?

_________________
Marco


Top
 Profile  
Reply with quote  
PostPosted: Sat Oct 19, 2013 11:04 am 
Offline
User avatar

Joined: Tue Nov 16, 2010 8:00 am
Posts: 2353
Location: Gouda, The Netherlands
lordbubsy wrote:
I probably will make use of the ExpressPCB’s board manufacturing service.

Since you live in The Netherlands, make sure you compare prices with Eurocircuits. http://www.eurocircuits.com. They'll let you upload Eagle .brd files directly, so it's really convenient.

Quote:
do I *need* a special tool to swap those PLCC44 IC's?

You could use a small screwdriver, but the socket is easily damaged. If you plan on removing the PLCC more than once, I'd recommend getting one of those tools.


Top
 Profile  
Reply with quote  
PostPosted: Sat Oct 19, 2013 2:34 pm 
Offline
User avatar

Joined: Fri Dec 11, 2009 3:50 pm
Posts: 3367
Location: Ontario, Canada
Bogax wrote:
You may need a relatively substantial load, probably on the 5V to keep it in regulation.
This is worth drawing attention to. And, the warning applies to some IC voltage regulators as well as the regulator in a PC power supply. Although some regulators do maintain their specified output voltage even in the absence of any load, others respond badly when the load current is too low. For an IC regulator, check the data sheet. If there's a minimum load current specified, and that value is non-zero, well, you need to observe that spec! I just quickly checked the 7805 and LM317 data sheets; the former has no minimum load current spec but the latter lists a minimum load current of 5 mA.

As noted, for a PC power supply the minimum load could be very substantial. But detailed spec's on such supplies are hard to come by, meaning you'd probably have to resort to an experiment. ( For such an experiment, use resistors as a load --not your precious project! :idea: )

BigDumbDinosaur wrote:
Incidentally, any reasonably good PC power supply will crowbar if subjected to a direct short.
We know you're a stickler for proper terminology, BDD, so I hope you'll welcome a reminder. In a another thread PaulF very amiably corrected you in regard to the term crowbar:
PaulF wrote:
The purpose of a crowbar circuit is not to protect the power supply against a short circuit (That's what current limiting does.) A crowbar is used to protect the powered system from a failure of the power supply. Should the output voltage rise too high (say 6.25V ina 5V system), the crowbar circuit puts a massive short across the output of the power supply, blowing fuses (and probably the rest of the power supply as well, but if the crowbar goes, it had failed anyway!). The idea is to kill the power supply before the output voltage rises high enough to damage the circuit it is powering.
cheers
Jeff

_________________
In 1988 my 65C02 got six new registers and 44 new full-speed instructions!
https://laughtonelectronics.com/Arcana/ ... mmary.html


Top
 Profile  
Reply with quote  
PostPosted: Sat Oct 19, 2013 6:06 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8485
Location: Midwestern USA
Arlet wrote:
BigDumbDinosaur wrote:
Incidentally, any reasonably good PC power supply will crowbar if subjected to a direct short. However, it's not something that should be relied upon in powering up a brand new design.

But if there's only 20A running through your chip, the PC PSU may not consider that a short :)

I use a small 200 watt power supply to run POC. I determined by testing that the crowbar point was about 12 amps on the 5 volt output and about 15 amps on the 12 volt output. That would be sufficient to turn some chips into smoke generators. :lol:

Since much of what we build is powered by 5 volts, inserting a 7805 regulator into the circuit would have the effect of limiting current to a bit over one amp into a short. That much current probably won't damage the average PCB or wire-wrap assembly.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Sat Oct 19, 2013 6:13 pm 
Offline
User avatar

Joined: Tue Nov 16, 2010 8:00 am
Posts: 2353
Location: Gouda, The Netherlands
Yes, using the +12V rail and a 7805 is a better plan than using the +5V rail directly. The 7805's overcurrent protection kicks in a lot quicker.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 133 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 22 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: