Propeller ASC+
bteddy
Posts: 65
in Propeller 1
Hello,
I saw on the Parallax web page they have a Propeller ASC+ ( Arduino Shield-compatible prototyping system).
Can it replace the Arduino?
Is it as fast as the Arduino?
It states it is shield compatible, but is see empty pin connector places on the PCB?
Where is the B.O.M.?
Where is the PCB layout?
Are there kits?
Thank You.
I saw on the Parallax web page they have a Propeller ASC+ ( Arduino Shield-compatible prototyping system).
Can it replace the Arduino?
Is it as fast as the Arduino?
It states it is shield compatible, but is see empty pin connector places on the PCB?
Where is the B.O.M.?
Where is the PCB layout?
Are there kits?
Thank You.
Comments
Be sure to look at the links on the bottom of the page for Details and Documentation.
But no B.O.M. or P.C.B. layout.
http://mghdesigns.com/wiki/asc:start
The Propeller ASC+ allows Propeller users to use Arduino shields.
The Propeller is more powerful than the 8-bit AVR-based Arduinos but the Arduino has the advantage of extensive code and accessories.
It's quite common that new sensors have Arduino code first and this gets ported to Propeller later.
Arduinos typically use C while the Propeller can use Spin/PASM, C, BlockyProp, and a multitude of other languages.