Rookie needs a little guidance
grasshopper
Posts: 438
So I am designing another board using the propeller and I need some input. The boss is really pushing my limits as well as the propellers.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Visit my site -> [url=Http://www.rawcircuits.com]www.rawcircuits.com[/url]
Post Edited (grasshopper) : 4/10/2009 2:44:54 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Visit my site -> [url=Http://www.rawcircuits.com]www.rawcircuits.com[/url]
Post Edited (grasshopper) : 4/10/2009 2:44:54 AM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBladeProp, SixBladeProp, website (Multiple propeller pcbs)
· Prop Tools under Development or Completed (Index)
· Emulators (Micros eg Altair, and Terminals eg VT100) - index
· Search the Propeller forums (via Google)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm
--Rich
I am sure someone else is chime in with a few other ides better then mine on some of the data bus questions. I have just had really good luck with serial to parrallel and parrallel to serial IC's.
http://www.parallax.com/tabid/160/List/0/CategoryID/35/Level/a/Default.aspx?SortField=ProductName,ProductName
I forgot you can actually buy a stepper motor that will allow you to connect serial directly to it. After thinking about this, my plan would probably cost a little more then other suggestions though...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Timothy D. Swieter, E.I.
www.brilldea.com - Prop Blade, LED Painter, RGB LEDs, 3.0" LCD Composite video display, eProto for SunSPOT
www.tdswieter.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Timothy D. Swieter, E.I.
www.brilldea.com - Prop Blade, LED Painter, RGB LEDs, 3.0" LCD Composite video display, eProto for SunSPOT
www.tdswieter.com
Either I'd follow clusos advice or build a port-expander around the Prop.
Clusos solution also means more 'horsepower' and you are flexible. The code you wrote for the Motor drivers will work on both Props.
Port expanders can be implemented with serial to parallel converters or you can have a look at CPLDs. To know something about boolean expressions is enough for building a port expander. Software to program CPLDs is for free and a interface can be build with only a few cheap parts.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Timothy D. Swieter, E.I.
www.brilldea.com - Prop Blade, LED Painter, RGB LEDs, 3.0" LCD Composite video display, eProto for SunSPOT
www.tdswieter.com
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
Look at the SN74AHCT595DBR (74x595 series) Serial in, Parallel Out shift register. With the speed of the prop vs things like stepper motors you can ship all of your stepper control out through 2 or 3 lines. They can be cascaded so sending an entire 32 bit long is about 20 asm instructions. You can clock them well above the speed capabilities of the prop.
For input, check out the 74x597 series. It's like a mirror image ot the 595 about but it's PISO to you can sample a bunch of inputs at a very high rate. 32 inputs for 3 ports.
Jim-
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Signature space for rent!
Send $1 to CannibalRobotics.com.
Take a look at this thread "TriBladeProp" http://forums.parallax.com/showthread.php?p=786418 for schematics, photos, etc, of what I have done with three propellers and this thread "Single Board Computer with the TriBladeProp" http://forums.parallax.com/showthread.php?p=790917·- it might give you some ideas of how simple it is to use multiple propellers.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBladeProp, SixBladeProp, website (Multiple propeller pcbs)
· Single Board Computer·using the TriBladeProp board (ZiCog Z80 Emulator)
· Prop Tools under Development or Completed (Index)
· Emulators (Micros eg Altair, and Terminals eg VT100) - index
· Search the Propeller forums (via Google)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm
The sad voice of experience tells me that in time, what seemed like overkill can be seen as the forethought of a genius. I won't give the grizzly details, I'd depress the whole board here...
--Rich