6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Fri Nov 15, 2024 3:52 am

All times are UTC




Post new topic Reply to topic  [ 75 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Author Message
 Post subject:
PostPosted: Wed Dec 07, 2011 1:35 pm 
Offline

Joined: Fri Jun 27, 2003 8:12 am
Posts: 618
Location: Meadowbrook
Now replace the NMOS 6502 with a 65C02 and watch your heat and power issues disappear in addition to a whole slew of advantages. Made the switch years ago, I wont go back....

_________________
"My biggest dream in life? Building black plywood Habitrails"


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Dec 07, 2011 1:39 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
Nightmaretony wrote:
Now replace the NMOS 6502 with a 65C02 and watch your heat and power issues disappear in addition to a whole slew of advantages. Made the switch years ago, I wont go back....


If i had the 65C02, it is a bit more expensive that the nmos, so with my (student) budget i ended up having all nmos ic.
Here i found some useful comparisons for logic ic:
http://www.kpsec.freeuk.com/components/ic.htm#logic


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Dec 12, 2011 1:49 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
I bought the TL7705 ic, for the reset circuit like on André's Gecko schematic. I hope it will solve the reset circuit issue.

(A bit off topic) Anyway, every ic that i have is in the 0 to 70c range, and i had built a pic based clock(with lots of other ic inside), an one day i was curious, and i left it in the freezer on -5,-10c i don't know exactly how much, for an hour. The clock worked as usual, so what is the problem with low temperatures and regular ic?


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Dec 12, 2011 11:29 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8541
Location: Southern California
I can't remember for sure, but it seems like it was not a matter of it not working at all but rather that it may no longer meet the specifications for leakage, output drive, and things like that. OTOH, at the high-temperature end, parts will slow down and may not meet the timing spec.s. Again it doesn't mean they suddenly stop working, but they're no longer guaranteed to meet the specifications.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Dec 13, 2011 1:31 am 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
GARTHWILSON wrote:
I can't remember for sure, but it seems like it was not a matter of it not working at all but rather that it may no longer meet the specifications for leakage, output drive, and things like that. OTOH, at the high-temperature end, parts will slow down and may not meet the timing spec.s. Again it doesn't mean they suddenly stop working, but they're no longer guaranteed to meet the specifications.


Agree, i know that transistor characteristics changes on higher temperatures, but i've never seen any discussion for low temperatures...


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Dec 21, 2011 1:33 am 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
I started soldering my 68000 sbc, because i need to finish it by the end of the semester. Here is the picture of what i've done so far.
Image
(I've only started soldering...)

Now, i've seen in other topics some issues with wires not going straight, now i was wondering if this looks like the case. Will there be some problems with the sbc if the wires are packed close and going into 90 degrees turns? Or should i make it more like a ball of wire(loose wires)?
(Sorry if it is not the 6502 i don't know any other forum that might help with this kind of hardware question, this question would also apply for 65xx based sbc.)


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Dec 21, 2011 3:19 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8541
Location: Southern California
I've found a couple of problems in that kind of wiring in my own experience.
  • One is that after a lot of wires are down, they have to keep getting moved to solder to more pins that got covered up, and all the moving tends to break the wires right at the end of the insulation, or where they are soldered.
  • The other problem is that it's hard to solder more than one or two wires to a pin.
Wire wrap (WW) has several advantages for digital work (if done correctly).
  • It lets you put many wires on one pin, even after the pin is surrounded with lots of other wire "traffic" going past it.
  • Wires have no tendency to break. (Part of the job is wraping a little of the insulated portion onto the pin. After the first level, subsequent ones can have their insulated portion wound over a previous wrap, so this does not take up any more pin length.)
  • You can get shorter, straighter connections, without preventing more connections from being made later.
  • What the newcomer may not realize is that WW is totally reliable, even though you don't solder. If the posts are clean, and you strip the wire immediately before wrapping it and do not touch the wire (we don't want skin oils on it), you will get a reliable chemical weld where the corners of the post bite into the wire. If you unwrap an erroneous wrap, you can actually feel these tiny welds breaking if you have a careful touch.
  • WW allows greater density and therefore shorter connections, as you can put the sockets shoulder to shoulder on the board, with no room between them, and still have no problem connecting everything.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Dec 27, 2011 12:42 pm 
Offline

Joined: Tue Jul 05, 2005 7:08 pm
Posts: 1043
Location: near Heidelberg, Germany
Using wires like that can work out. I built a whole computer with this technique: http://www.6502.org/users/andre/csa/gallery/index.html or the video card: http://www.6502.org/users/andre/csa/vdc/csavdcflip.jpg
And this computer worked up to 2 MHz. There is a saying in this forum: "with 1MHz you can get away with (the proverbial) murder".

However, you have to be good with your soldering skills, as you have to connect multiple wires in a single joint. I found I could do some better layouting this way, but as Garth mentioned, then wires need to be moved to the side while debugging and yes, they do break. You do cover up older wires with newer ones, build some kind of layering. So you should be very confident about your schematics, and double check everything to avoid having to cut them because you have fix something a layer deeper.

I've never done wire wrapping, so I cannot comment on that. Once I had the money I started getting the boards produced, which makes it so much easier, and I can also better publish this on the web so others can build it again...

But for your problem and your question... this really looks like how I started :-)

1) do not forget the bypass caps between VCC and GND for each chip. I see you've started with the power grid, I suggest do them next. I only used NMOS in the beginning, which does not produce as many noise, CMOS is much more susceptible to that.
2) Use thicker/stronger wires for power supply. If you're not doing a star-connect (which is most likely not necessary for low frequencies), make a network (e.g. connect GND from the left row and right row of ICs at regular intervals. Make additional wires from the power supply to the other side of the board (mimicking a star-network) if you can't use thicker wires (or don't want to replace the ones you soldered already)
3) when a wire is soldered to a pin, and it has high frequencies on it, make sure the tip of the wire does not protrude close to the pin next to it. I had some cross-talk on my video board that I fixed by cutting the wire tip close to the soldering joint. So basically make sure you have enough spacing between signals.
4) I haven't used it but looking at the discussion about pcb design I'd suggest for high frequency signals to pair it with a GND wire. For example if you have an 8 or 16MHz signal to cross the PCB, use two connected wires, one for the signal and one for GND. That should capture some interference.
5) As mentioned above, plan ahead what you want/have to solder when. wires can be buried under layers of other wires and it is then sometimes difficult to change them. Double check everything.

That's what comes to mind right now. I hope it helps
André


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Dec 30, 2011 10:31 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
Finally i got the scope Hameg HM 512, and i managed to get the mc68000 sbc in working condition(@4MHz, i will increase it to 8), for now it just counts number in a infinite loop, and stores some random values at some address, it is just a test program. Anyway i hook it to the scope, and the is some crosstalk on the buses, but it seems that the system is not affected. I could try to add some dummy grounded wires in that mess to adsorb some crosstalk...
As for the soldering mess, it is kinda inevitable, but ti should not be too much of a problem if i make a good plan for the wiring...


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Jan 11, 2012 4:40 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
I didn't want to open a new topic for this, but there is a small lottery on www.sparkfun.com, they offer 100$ shopping reward!

It is over

I tried for 4 hours but nothing.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Feb 24, 2012 11:01 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
Anyway, last week i finally installed the TL7705 ic as my reset circuit.
Well, like always i turned on my soldering station, soldered the ic, but i didn't turned off the solder before i tested it, in case i did something wrong. The circuit worked on it's first test, so i went to turn off my soldering station, and when i flipped the switch the sbc restarted. I was surprised, so i toggled the switch a few more times, and every time a spark occurred in the switch the TL7705 would send a restart signal. It seems that the TL7705 really works, and it seems to detect power spikes, but that might also mean that the sbc power wiring is far from ideal...


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Mar 26, 2012 4:43 pm 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
As for my power supply, i am planning to use a custom made 10V ,20W transformer(from a local manufacturer) and a voltage regulator(7805+2N3055). I've already made something similar with my 68k sbc, and it works fine, but now i was wondering how will the proximity of the power transformer affect the sbc(since they will share the same housing). Will it work just fine, or will it cause interference? I've made a small experiment, i took another similar transformer and i placed it close to the sbc(running @230V of course). The sbc was running a small program in EhBasic, without any difficulties.
As for the atx, i don't have any, and they kinda wouldn't fit in the housing.

Edit: Looking at the Altair 8800, it had a huge transformer just behind the circuit boards...


Top
 Profile  
Reply with quote  
PostPosted: Mon Mar 26, 2012 5:09 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8487
Location: Midwestern USA
Dajgoro wrote:
...now i was wondering how will the proximity of the power transformer affect the sbc(since they will share the same housing). Will it work just fine, or will it cause interference?

The transformer's magnetic field probably won't cause any trouble but the EMI it will emit may.

The trouble with your plan to use a linear power supply is the lack of crowbar capability in case something goes to ground. The 7805 regulator will current-limit if subjected to a direct short but may not respond to a low resistance fault (unless >1.1 amps is drawn). I'd think about this some more if I were you. You can get inexpensive switching power supplies in bare board form that will provide what you need, along with crowbar capability.

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


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Mar 26, 2012 7:53 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8541
Location: Southern California
Having the transformer close won't be any problem. The magnetic field is pretty well contained in a closed loop in its core. Power transformers are routinely used in audio equipment that has to have a very low noise floor. Where you have to be more careful in design and construction is keeping digital noise out of analog circuits.

_________________
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: Tue Mar 27, 2012 1:00 am 
Offline
User avatar

Joined: Mon Aug 08, 2011 2:48 pm
Posts: 808
Location: Croatia
BigDumbDinosaur wrote:
Dajgoro wrote:
...now i was wondering how will the proximity of the power transformer affect the sbc(since they will share the same housing). Will it work just fine, or will it cause interference?

The transformer's magnetic field probably won't cause any trouble but the EMI it will emit may.

The trouble with your plan to use a linear power supply is the lack of crowbar capability in case something goes to ground. The 7805 regulator will current-limit if subjected to a direct short but may not respond to a low resistance fault (unless >1.1 amps is drawn). I'd think about this some more if I were you. You can get inexpensive switching power supplies in bare board form that will provide what you need, along with crowbar capability.


As for short circuits, i doubt that shortcuts will manifest, and if they do i plan to use fast fuses(fast, but they are not that fast, i tried to blow one once, it takes a while with a current that is not much bigger that the fuse declared current). Also, i could try to limit the current that goes to the 2N3055 base, so if an overload or shortcut occurs it would give a constant maximum current (2A).


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 75 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next

All times are UTC


Who is online

Users browsing this forum: barrym95838 and 27 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: