SX or propeller?
Henrymou
Posts: 128
I have mastered the BASIC stamp.
I want to know from the experts whether the propeller or dip SX chip is best for advanced robotics.
tell me everythin'
-Henry
I want to know from the experts whether the propeller or dip SX chip is best for advanced robotics.
tell me everythin'
-Henry
Comments
There has been plenty of discussion before and I don't think there's anything new. "Best" depends on what you want to do and what you mean by "advanced robotics".
processing power
data space
price range $$$
most amount of pinss?
...
and more?
http://www.parallax.com/dl/docs/prod/datast/SX20AC-SX28AC-Data-v1.6.pdf
http://www.parallax.com/detail.asp?product_id=P8X32A-D40
processing power
The SX will process more instructions per microsecond. Each instruction on the SX only processes an 8 bit value while the Propeller does 32 bit arithmetic. The Propeller's instructions do more per instruction if that's useful. The Propeller also has 8 independent processors while the SX only has one. The SX does have an interrupt capability so it can do some functions as interrupt routines, thus sort of doing several things at the same time (functionally) as well.
data space
The Propeller has more built-in RAM memory (32K bytes + 512 words/cog) which is shared between program and data. The SX has separate data (262 bytes) and program (4K instruction words) memory, both less than the Propeller's, but possibly making better use of it depending on the application.
price range $$$
Prototype board price for SX = $10. Prototype board price for Propeller = $25
most amount of pinss?
SX48 has 36 I/O pins while the Propeller has 32 I/O pins of which 28 are generally available and 4 are used for booting, but available afterwards.
I think I will use the SX chip, It sounds better for my kind of projects
bye
The biggest differences for me was, timiming is much more critical, PBasic uses many more word variables and· converting code isn't always easy as maybe it should be.·Debuging the SX and the learning curve was much steeper for me than the BS2 also. But I enjoy working with the SX very much.
If price is the main factor, you might also look at the BS2SX OEM modules too
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"If you want more fiber, eat the package.· Not enough?· Eat the manual."········
2 cents
Paul