KK's Propeller Dev system
Kaos Kidd
Posts: 614
Well, not being the best at the "grunt work" in development, I'v come to a conclusion and have made progress.
My system is comprised of the following:
· With the last thing waiting is to prove and fire up the Propeller, I'm confident the system will work.· If I can get my DC to work long enough to snap a pic or two, I'll add them here.· I just thought I'd share my "objects in code and in hardware" approch with everyone.· Chip said in another thread that the demo board just doesn't do the propeller justice," and I agree.· That is another reason why I went with the modular approch to the I/O boards.· If I don't need it, I just don't include it in the system.
Comments & crits are always welcome!!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·
My system is comprised of the following:
- ATX PC power supply.· There's an issue with this one.· Apperently you need to put some load on the power supply for it to properly regulate, which I can't find what I need to do to what.· For now, it's outputing 3.0, 5.89, -5.08, 10.80, -7.86 volts on the 3.3,5.0,-5.0,12.0 and -12.o lines.· Not sure what the deal is but I'm working on it.· If anyone has any information on how to do this with an Acer 235w unit, please let me know.
- Big bread board with the propeller, 5 Mhz xtal, 32K EEPROM, Power led, USB2SER and reset all wired up as per the same schmatic as the Demo board, excluding the 10K and including the 4.7K pull ups on the EEPROM lines.· With mothers day being the next day I might get to play, it's not going to be until Tuesday night that I get to fully test with BLINK.SPIN.. (All electral contacts have been tested... just the full power on test remains!
- Radio shacks small bread board as I/O "cards".· One with VGA, another with Composit, and yet another with PS/2.· In the works is yet another with a Over/Under VGA/duel PS/2 ports.· This way I can develop for what ever I'm using.· Soon (I already ordered the connectors) a new card, SD interface.· My intentions is to create a SD object.
- A special bread board with the "Master Servo Controller" wired, and one accompaning "Servo Controller" card, so I can finish the 144 Servo controller.· This board is simular to the main dev board I made, but is specially wired for the project.· Once I prove the work, I'll be ordering PC boards and make it happen.
· With the last thing waiting is to prove and fire up the Propeller, I'm confident the system will work.· If I can get my DC to work long enough to snap a pic or two, I'll add them here.· I just thought I'd share my "objects in code and in hardware" approch with everyone.· Chip said in another thread that the demo board just doesn't do the propeller justice," and I agree.· That is another reason why I went with the modular approch to the I/O boards.· If I don't need it, I just don't include it in the system.
Comments & crits are always welcome!!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·
Comments
IT WORKS!
Blinkled.spin ran without a hitch...
Graphics demo ran without a hitch...
I have a power supply issue, but it is running... I need to get a more reliable power supply...
I think I'll be duplicating the power supply as described on the demo board...
Yea Haw!
More later...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·
I think that requires a 10ohm resistor at 3watts.
You can do more if you really want to [noparse][[/noparse]like 5ohms at greater than 5 watts], but it is all being turned into heat.
From what I understand, all the voltages are regulated against the stability of the +5, so you don't have to separately stabilize the 3.3volts or any other.
With this much amperage available,·be sure to consider FUSING all connects to your Propeller down to about .250amps. The Propeller needs only 200ma tops and if you have an accidental short [noparse][[/noparse]like putting an unprotected board on a metal desk or nest of wires], things will likely burn unless fused.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When all think alike, no one is thinking very much.' - Walter Lippmann (1889-1974)
······································································ Warm regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
Post Edited (Kramer) : 5/15/2006 5:39:29 AM GMT
It still produces heat, but you get usable light out of it too.
kenjj
Thanks! I'll give it a shot tonight...
Man, I do hope it works... right now, the 3.3 is outputting 2.9, and a few times the propeller when into browout (2.8 or less)...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·
·· In having a computer shop for over 10 years I noticed that the high-end supplies are more stable an include pre-loading on the outputs so they are at the corrcet voltage without any external load.· They often have almost no noise as well.· Cheap power supplies on the other hand can be a real source of trouble.· These often have outputs out of spec even with external loading and lots of noise.· I suspect this may be the case.· Some poewr supplies, such as Sparkle and Antec are really nice.· Of course, when you hold one of these in one hand and a cheaper one in the other you can tell by the weight where the money is.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
for now, maybe the little tricks I'v been told wil work..
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·
·· I should've posted this in my last message...I just want to be clear...Without a good scope you have no way of knowing how much noise is on the supply.· One thing you could do if you really want to use one is to implement in your circuit the circuitry (or something close) that is on most motherboards.· This will reduce any incoming noise.· This subject is kind of like automotive power systems in that for the most part the general consensus is that they're extremely noisy.· This isn't always the ase, especially on newer vehicles, however there really is no way to know on a given vehicle without actually testing it, and under different circumstances.· I had one vehicle that seemed electrically noise free until I turned on the fan.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
(I didn't get a chance to work on my project last night... too many other thinggies going on... Maybe tonight, before Deadliest Catch is on...)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·
Mike
http://www.instructables.com/ex/i/D5FC00DAB9B110289B50001143E7E506/?ALLSTEPS