Shop OBEX P1 Docs P2 Docs Learn Events
Arduino, gaining foothold in education market? What can Parallax and the Prop d — Parallax Forums

Arduino, gaining foothold in education market? What can Parallax and the Prop d

HollyMinkowskiHollyMinkowski Posts: 1,398
edited 2014-08-09 07:02 in General Discussion
The title for this thread is actually a comment someone made in the big C thread
over on the Propeller forum.

I think arduino is a nice piece of work (except for a slight oddness with the connectors)
It uses a good free C compiler and has nice add on boards available.

But the Prop is a much more powerful controller and would be so very cool on a cheap
ready to go board something like the arduino. The cheapest arduino I have bought was
an arduino diecimila, 16mhz ATmega328 that I got for 19.00 including shipping from China.
But few people order stuff direct from China and the avg price is more like 30-35 dollars.
arduino-diecimila.jpg

Atmel has a cute little board with Atmega 169 and an lcd and a few connectors
for about $20 called the butterfly. I have built some fun little projects with these.
39707280_4e4b66246c.jpg

The butterfly is actually cooler in many ways than the arduino, it even can clip
on your blouse like a name tag smile.gif

I think Parallax should make a very low cost and small board using a sm prop and a few connectors
along the lines of the butterfly and arduino. A vga cable could be made available to plug
into a connector on the board so that you could drive a monitor easily. A copy of PropBasic
and Catalina, along with a bunch of cool demos and several .pdf educational booklets
could make up an attractive package for educators to consider. The board would need USB
so that it could be programmed with just a standard USB cable.

-Cheaper than arduino
-Far more powerful than Arduino
-Built in VGA capabilities
-Comes with not only a free C but a free Basic

Add on boards would be easy to design and many 3rd
party boards would be forthcoming....there would be a market.

These boards would need to be sold at or slightly below cost like
the AVR butterfly is. But it would be a powerful way to get more
people and educators interested in the prop.

I know Parallax makes a couple of boards that come close to
this but the addition of the educational materials and a design
that looks a LOT like an arduino would be much better.

I'd advertise the thing as a 32bit, 8 core arduino killer and show it
in action running something that makes full use of the VGA
capabilities. I'd mention that a single core was more powerful
than the Atmega328 on the arduino. Perhaps have a demo running
2 monitors and several gadgets all at the same time. Everyone
would say "no way to do that with an arduino!" A 6.250 xtal
would be nice as 8 cores at 25mips each has a nice sound to it.

Propuino, propellerino ? smile.gif

Post Edited (HollyMinkowski) : 4/21/2010 3:06:47 AM GMT
«13456711

Comments

  • kwinnkwinn Posts: 8,697
    edited 2010-04-21 02:50
    Take a look at the propeller platform board from Gadget Gangster.
  • HollyMinkowskiHollyMinkowski Posts: 1,398
    edited 2010-04-21 02:59
    kwinn

    That's a nice board no denying it.

    But Parallax needs to offer the board itself.
    Along with a package of materials, it needs to
    look very very much like an arduino and be
    advertised as a much more powerful replacement
    for the same.
    4451450571_49c90c8315.jpg
    The micro sd socket is a great addition.... makes it even more of an arduino killer.
    Put a cheap 1gb micro sd in there and advertise
    it as the propuino 32bit 8 core monster board with
    1GB of memory.

    Post Edited (HollyMinkowski) : 4/21/2010 3:13:01 AM GMT
  • Oldbitcollector (Jeff)Oldbitcollector (Jeff) Posts: 8,091
    edited 2010-04-21 03:30
    You are preaching to the choir.. It drives me nuts to see all the hype that surrounds the arduino stuff sometimes.

    I'm really starting to think that part of the problem is that the Propeller does TOO much.
    It's so capable that people get lost in the list.

    Take for instance, speech. There was a thread right here where forum member erco discovered it for the first time.
    The propeller has been able to produce speech for a while now, but with so much happening so fast, it simply
    got lost in the shuffle of the 100's of other truly amazing things that the Propeller does.

    I'm not sure what the solution to this is, but I'd love to see Parallax marketing come up with a way to
    promote the amazing things that we do in a manner which pushed the Propeller to the great level it is,
    but at the same time not bury it under a long list.

    Make any sense at all at 11:30pm? I'm not sure.. [noparse]:)[/noparse]

    OBC

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Are you Propeller Powered? PropellerPowered.com
    Visit the: PROPELLERPOWERED SIG forum kindly hosted by Savage Circuits.

    Post Edited (Oldbitcollector) : 4/21/2010 5:10:38 PM GMT
  • HollyMinkowskiHollyMinkowski Posts: 1,398
    edited 2010-04-21 03:45
    Oh, I forgot about Micah Dowty's USB host code!

    Show the board with a $2 USB bluetooth adapter
    plugged in and working smile.gif

    Take that arduino....
  • Mike GreenMike Green Posts: 23,101
    edited 2010-04-21 03:46
    Some things to keep in mind that would affect any attempt to offer a Propeller in place of an Arduino ...

    1) The Arduino has several ADCs on board. Any Propeller equivalent would need to have the resistors and capacitors on board and wired ready to go.

    2) The physical layout of the Arduino is odd and doesn't fit the 0.1" grid, but there are lots of "shields" that fit the layout. Any Propeller equivalent would have to be mechanically and electrically compatible.

    3) Whatever C development environment is provided would have to include a basic library that would provide the same functionality including the ADCs and serial I/O. It's not necessary that additional Propeller unique features fit into this model. You might have to rewrite your code to use "standard" Propeller drivers and "standard" Propeller conventions, but the basic package should look as much like the Arduino as possible.

    4) Maybe Andre has the right idea to package an Arduino software compatible Atmel microcontroller with a Propeller. That might be the best way to tackle that market. His board violates #2 which would have to be addressed and having two processors ups the cost, but avoids a lot of work providing new software.
  • HollyMinkowskiHollyMinkowski Posts: 1,398
    edited 2010-04-21 04:16
    That's a thought Mike.

    Have a sm atmega 328 on the board and a set
    of connectors identical to the arduino layout.

    You could have more connectors located somewhere
    else for just the prop....just don't get in the way of
    any possible arduino add on boards.

    I have made an Atmega644 and an Atmega168 play well
    on the same board with a propeller...it's do-able.

    The files for arduino board layout can be found on the web.
    Should not be too hard to modify to add a prop and more
    connectors.
  • potatoheadpotatohead Posts: 10,261
    edited 2010-04-21 07:39
    One other thing I can think of is greater publication of completed, simple projects. The standard library Arduino has is pretty nice. Honestly, if we get some of the SPIN changes Phil highlighted, building up such a thing will be a lot easier. Bet that helps some, because a lot of potential configurations could be pre-mapped, like it is on that chip.

    The big draw there is that pre-cooked set of goodies gets people right to build a shield, hook up stuff, do things, maybe fabricate. Props do that right now, and do it well, but not in such a pre-cut way.

    The kinds of things being published are kind of goofy cool, involving lots of easy hacks. One comparable project would be a paper craft game machine, or sound machine.

    Supply some interesting cut out paper deal, utilizing house hold materials to support things, include the circuit too. Instead of a real board, they just punch the components through, solder, and go. That's the big draw to many of the stuff I've seen, though they have gotten more technical lately with bigger projects.

    The core idea is to suck somebody in on a fun project that's got a very low barrier to entry, then expand on that. I've watched the MAKE: blog for a while now, and that's the mode. IMHO, easily done with Propeller too.

    That kind of thing can be sent as a kit as well. They get all the goodies, some cool instructions, and the skill level isn't high. Could plop a breadboard in there as well, or some Gadget Gangster kits, with some supporting material to get very similar results. The idea would be low skill, keep the code to a minimum, and highlight the concept in context. We can do that, and actually have done that here. It's just not published and presented as much as we would like to see. OBCs "Cookbook" is right along those lines, as are other projects I've seen go through here.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Propeller Wiki: Share the coolness!
    8x8 color 80 Column NTSC Text Object
    Safety Tip: Life is as good as YOU think it is!

    Post Edited (potatohead) : 4/21/2010 7:45:44 AM GMT
  • ScopeScope Posts: 417
    edited 2010-04-21 11:04
    Oldbitcollector said...
    You are preaching to the choir.. It drives me nuts to see all the hype that surrounds the arduino stuff sometimes.

    I'm really starting to think that part of the problem is that the Propeller does TOO much.
    It's so capable that people get lost in the list.

    Ya, I believe if someone published a comparison table listing the features of the microcontrollers, there would be many more "checks" in the Propeller column - a quick glance would indicate "game over - clear winner"
  • edited 2010-04-21 12:23
    HollyMinkowski said...
    But the Prop is a much more powerful controller and would be so very cool on a cheap
    ready to go board something like the arduino. The cheapest arduino I have bought was
    an arduino diecimila, 16mhz ATmega328 that I got for 19.00 including shipping from China.
    But few people order stuff direct from China and the avg price is more like 30-35 dollars.
    I've actually looked into this and some of the prices·in China·cost about the same price that is charged over here and I don't know if they have·caught on and changed their prices or whether people are missing certain sellers.



    ·
  • Oldbitcollector (Jeff)Oldbitcollector (Jeff) Posts: 8,091
    edited 2010-04-21 13:57
    @Mike,

    Regarding being electrically compatible with arduino shields:
    Doesn't the Propeller do what most of the shields do anyway? With the exception of ADC stuff, I haven't seen a shield
    that did anything new that I couldn't do on the Propeller already. Is there a master list compiled somewhere?

    OBC

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Are you Propeller Powered? PropellerPowered.com
    Visit the: PROPELLERPOWERED SIG forum kindly hosted by Savage Circuits.
  • LeonLeon Posts: 7,620
    edited 2010-04-21 14:46
    Here are links to some of the shields that are available:

    arduino.cc/en/Main/Hardware

    www.arduino.cc/playground/Main/SimilarBoards

    I recently got one of these from a UK supplier:

    www.robotshop.com/arduino-usb-microcontroller-board-1-1.html

    It was only £16.99 (GBP) including shipping!

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Leon Heller
    Amateur radio callsign: G1HSM

    Post Edited (Leon) : 4/21/2010 2:54:59 PM GMT
  • RsadeikaRsadeika Posts: 3,837
    edited 2010-04-21 14:48
    "Doesn't the Propeller do what most of the shields do anyway?"

    OBC, I think you are missing the point, arduino is not a kit, and it is ready to go for $29.95 at Sparkfun. What does Parallax have to offer, Demo board at $79.95, and you get to tell people that you can do all the expansion that you want on the breadboard? Here is another marketing example: Arduino main board $29.95, and an Arduino ethernet shield $46.00. This is not a kit, just plug together, and you are ready to go, the hardware aspect of it, at least. The people that are interested in this, probably are not looking for kits, but ready to use stuff. I do not have any arduino stuff, if we are making comparisons, lets try keeping it to oranges vs oranges.

    Nobody has mentioned the Arduino mega board, 128kb of ram, how is the Propeller going to compete with that? Atmel has the at2060/at2061 chip which has 256kb of ram, so will we see an Arduino giga board? Now you can mention the board from Gadget Gangster, but it is still a kit; so you can tell people about the Propeller tell you are blue in the face, but if they are looking for ready to use equipment ...

    Ray
  • LeonLeon Posts: 7,620
    edited 2010-04-21 14:56
    There is also the software. It was designed for people like artists who don't know anything about embedded systems, and just want to control a few motors and LEDs, with the minimum of effort. The only shortcoming is the lack of proper debugging facilities, which it shares with the Propeller.

    Here is a little program to flash an LED:

    /*
      Blink
     
     Turns on an LED on for one second, then off for one second, repeatedly.
     
     The circuit:
     * LED connected from digital pin 13 to ground.
     
     * Note: On most Arduino boards, there is already an LED on the board
     connected to pin 13, so you don't need any extra components for this example.
     
     
     Created 1 June 2005
     By David Cuartielles
     
     http://arduino.cc/en/Tutorial/Blink
     
     based on an orginal by H. Barragan for the Wiring i/o board
     
     */
    
    int ledPin =  13;    // LED connected to digital pin 13
    
    // The setup() method runs once, when the sketch starts
    
    void setup()   {                
      // initialize the digital pin as an output:
      pinMode(ledPin, OUTPUT);     
    }
    
    // the loop() method runs over and over again,
    // as long as the Arduino has power
    
    void loop()                     
    {
      digitalWrite(ledPin, HIGH);   // set the LED on
      delay(1000);                  // wait for a second
      digitalWrite(ledPin, LOW);    // set the LED off
      delay(1000);                  // wait for a second
    }
    
    



    Lots of similar examples for beginners are supplied with the software.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Leon Heller
    Amateur radio callsign: G1HSM

    Post Edited (Leon) : 4/21/2010 3:04:02 PM GMT
  • RsadeikaRsadeika Posts: 3,837
    edited 2010-04-21 15:29
    I am wondering if Parallax is starting to feel the heat from the Arduino, in terms of competition, in the education field. We just had a thread about C, and the propeller, the Arduino has C. How long before the BasicStamp is threatened by Arduino? Will we see a thread that discusses the BasicStamp, and C? I believe that Parallax has a very good product, but ...

    Ray
  • LeonLeon Posts: 7,620
    edited 2010-04-21 15:55
    I just tried a Google UK search for 'Arduino schools' and '"Basic Stamp" schools', and got far more hits for the former. A general search was much the same.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Leon Heller
    Amateur radio callsign: G1HSM

    Post Edited (Leon) : 4/21/2010 4:02:09 PM GMT
  • Ken GraceyKen Gracey Posts: 7,392
    edited 2010-04-21 16:19
    This thread is perfectly acceptable on our forums and I'd be pleased to tell you our short viewpoint without drawing Arduino/Prop comparisons.

    Competition is healthy and it keeps us on the move in a forward direction. Complacency is more of an enemy. Yes, we're aware of the competition!

    Parallax has significant investments in our educational curriculum, and this is one key reason educators use the BASIC Stamp. The Boe-Bot and What's a Microcontroller are repeat installments in United States classrooms, and we listen carefully to the instructors who use this material. Their choice to use the BASIC Stamp isn't really about the cost of a board, the size of it, or the [noparse][[/noparse]lack of] open-source aspect. It's driven by a well-supported system of instructional material that connects an introduction to programming, electronics and even mechanics. The books support the educator in releasing a rolled-out program for the students. We've got over ten years of team development with a feedback look from educators. We've personally instructed over 4,500 educators (teachers) around the USA, Europe, and SE Asia. This will continue, and we're increasing our educational department to support them for the long-term. Future direction in our educational department includes both the BASIC Stamp and Propeller (with the PMC compiler, for education).

    The Arduino is competition to the BASIC Stamp more than the Propeller. Many hobbyists will prefer it for reasons cited above by you. And in education it does well with individual projects. Our focus is on classroom installments with curriculum. But to your point, it's the largest threat to the BASIC Stamp. Competition is welcome if we're not complacent. Products like the Arduino may even grow the whole embedded industry.

    We fight back by doing what we do best, what you ask us to do, and what we want to do. We're not motivated by making a Propuino, Propellerino, or shield-compatible product. The Propeller's architecture will benefit from PCB form factors that show off it's best traits, rather than a pin-compatible board with an Arduino. However, this year you will see a small Propeller PCB with all the key I/Os dedicated to facilities you like to use, for $39. It's coming, and I think you'll like it!

    Thanks to all of you, we're able to reinvest in a future that our customers can develop around. Propeller 2 shall follow Propeller 1. Much like the BASIC Stamp, which has been around since 1992, the Propeller is just getting started after four years of release. Everything we make is invested back in this business. You'll see one job opening today for an electronic engineer, followed by two more engineering/education positions in the coming days as soon as we post the availability of these positions. All of our manufacturing equipment in Rocklin has been replaced and we've optimized our production line around our Propellers and BASIC Stamps. Foundry and packaging companies are lined up for Propeller 2.

    At this stage we're well-prepared for our next step of business. Relative to the topic at hand, we'll be taking a step up in terms of technology, capability and output instead of a sideways maneuver. Some pride, satisfaction and customers are key ingredients in our plan.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Ken Gracey
    Parallax Inc.

    Follow me at http://twitter.com/ParallaxKen for some insider news.
  • Mike GreenMike Green Posts: 23,101
    edited 2010-04-21 17:27
    Thanks for the info Ken. My wife is a sculptor and has been taking courses on interactive media at the University of Minnesota. The instructor trained at the MIT Media Lab and teaches the use of the Arduino to the class. I've watched (and occasionally helped) her build some projects with the Arduino that would have been easier to do with a Propeller except that the Arduino is what the class was using along with a couple of simple Arduino "shields" not to mention that the teaching assistants were up on the Arduino and would have "no clue" about the Propeller.

    This is a group that's only interested in learning enough programming to "get the job done". They're not particularly interested in robotics as much as fairly simple controller functions, more like what Jon (EFX-TEK) has for a market. I think that Hanno's 12Blocks could provide a useful inroad into this market with the right marketing and support.
  • Ken GraceyKen Gracey Posts: 7,392
    edited 2010-04-21 17:30
    @Mike, thanks.

    Regarding EFX-TEK, they are switching all of their products to the Propeller for use with PropBASIC. For a group that just wants to get the job done they're going to have a lot of power at their disposal.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Ken Gracey
    Parallax Inc.

    Follow me at http://twitter.com/ParallaxKen for some insider news.
  • Nick McClickNick McClick Posts: 1,003
    edited 2010-04-21 18:21
    Decided! The Propeller Platform SD now comes 100% pre-assembled.

    I think Arduino does well because they recruited an army of companies to support it. Many companies (many voices) are vested in its success and are all actively promoting the Arduino.

    But a lone voice in a crowd, no matter how loud, isn't enough to break through the competing messages. That's why all the Propeller Platform stuff is available under the MIT license, so anyone can make / expand / profit with them. A few folks already have, and more will.

    The path to success isn't technical, it's social.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Propeller Forums RSS Feed!

    Gadget Gangster - Share your Electronic Projects
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2010-04-21 18:59
    Nick McClick said...(trimmed)
    The path to success isn't technical, it's social.
    That is becoming more and more evident these days.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage

    Parallax Engineering
    ·
  • skylightskylight Posts: 1,915
    edited 2010-04-21 19:00
    I cant see it being any simpler than

    HIGH 8
    LOW 8

    as on a BS2 to get a led to flash, Those programs above for the arduino are meaningless to me!

    Whats with all the brackets and stuff? If you have to watch where you put them then I can see the simplest tasks asking for trouble with bugs.
  • LeonLeon Posts: 7,620
    edited 2010-04-21 19:41
    The Arduino actually uses C, with most of the awkward stuff hidden from the user. Programs just don't compile if there is a syntax error, it won't cause a bug.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Leon Heller
    Amateur radio callsign: G1HSM
  • WBA ConsultingWBA Consulting Posts: 2,934
    edited 2010-04-21 19:42
    Very interesting and enlightening thread. I have always wondered why the Arduino has such clout when the Stamp and Propeller are so much easier. A friend told me that by using C, you aren't limited to a particular microcontroller, so it makes a C compatible chip higher on the list because C is taught in so many schools. Not sure if that's a factor.

    @Ken: Looking forward to seeing the $39 board. I have a sketch that hasn't got off the design board that is a basically a demo board with all of the IO lines separated with headers between the Prop and connectors, etc. Kind of like a micro sized PPDB. Sounds like you guys are on the same concept.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Andrew Williams
    WBA Consulting
    WBA-TH1M Sensirion SHT11 Module
    Special Olympics Polar Bear Plunge, Mar 20, 2010
  • Oldbitcollector (Jeff)Oldbitcollector (Jeff) Posts: 8,091
    edited 2010-04-21 22:40
    Nick McClick said...


    The path to success isn't technical, it's social.


    Truer words have not been spoken...

    OBC

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Are you Propeller Powered? PropellerPowered.com
    Visit the: PROPELLERPOWERED SIG forum kindly hosted by Savage Circuits.
  • Oldbitcollector (Jeff)Oldbitcollector (Jeff) Posts: 8,091
    edited 2010-04-21 22:41
    Ken Gracey (Parallax) said...


    However, this year you will see a small Propeller PCB with all the key I/Os dedicated to facilities you like to use, for $39. It's coming, and I think you'll like it!



    $39, small Propeller PCB with key I/Os??? Ken, do share the juicy details!

    OBC

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Are you Propeller Powered? PropellerPowered.com
    Visit the: PROPELLERPOWERED SIG forum kindly hosted by Savage Circuits.
  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2010-04-22 00:29
    Leon said...
    The Arduino actually uses C, with most of the awkward stuff hidden from the user.
    Without the qualifying "most of", that statement would've been self-contradictory. smile.gif ('Too bad Victor Borge isn't still around. His pronounce-the-punctuation schtick would be even funnier when applied to C code.)

    -Phil
  • Nick McClickNick McClick Posts: 1,003
    edited 2010-04-22 03:05
    The reason why the Arduino is dominating educational and hobbyist markets and gets tons of press coverage is pretty easy to illustrate, and it doesn't have anything to do with ADC's, C, or MHz;

    1 - Go to Arduino's homepage, arduino.cc.

    2 - Click Buy.

    Instead of a webshop, you find a list of dozens of companies in as many countries. Arduino doesn't compete with 3rd parties - they pass up a sales opportunity in order to push business their way. Right now, I'll wager that 90% of all Propeller stuff is sold by Parallax. Unless that changes, there really won't be a financial incentive for 3rd parties to get behind the Prop like they have supported the Arduino.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Propeller Forums RSS Feed!

    Gadget Gangster - Share your Electronic Projects
  • Ken GraceyKen Gracey Posts: 7,392
    edited 2010-04-22 04:08
    Nick,

    I think the popularity is largely because of the multi-platform operating system, small size, low cost, open-source feeling and simple C subset. And the social marketing you mentioned, too.

    And your second point is interesting, but not the case so I will correct it so others are not misinformed. 43% of our sales are through our distributors, who are also stationed around the world. Propeller can be found in places that include Digi-Key and Mouser, too. Our key distributors are in Taiwan, Netherlands, UK and Germany. We've trained all of our distributors in Europe on the Propeller, in person. You're a 3rd party behind the Prop, so you must have an incentive as well.

    One more thing I noticed about Arduino distribution is that it's over-sold, causing the opposite of what you expected in terms of incentive. Specifically, there are too many distributors. Look at New Zealand and the USA as examples. I assure you that the presence of too many distributors creates dilution and removes incentive. Nick, we know this from 20 years of experience. We don't approve many requests we receive because we want close relationships with our distributors and to ensure that they can provide the support and have financial success. For this reason you'll usually find that we have one per country when they perform well and keep prices at a reasonable level.

    Ken Gracey

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Ken Gracey
    Parallax Inc.

    Follow me at http://twitter.com/ParallaxKen for some insider news.

    Post Edited (Ken Gracey (Parallax)) : 4/22/2010 4:20:50 AM GMT
  • ElectricAyeElectricAye Posts: 4,561
    edited 2010-04-22 04:26
    Nick McClick said...
    The reason why the Arduino is dominating educational and hobbyist markets and gets tons of press coverage is pretty easy to illustrate....

    Man, I dunno.... the tilted power plug I'm seeing in their promo photograph doesn't inspire a whole lot of confidence, in my opinion. Heck, it looks like the kind of soldering job I might do!

    arduino.cc/en/Guide/MacOSX lol.gif
  • Nick McClickNick McClick Posts: 1,003
    edited 2010-04-22 04:41
    Arduino was not the first low cost embedded computing platform, but point well taken.

    Yeah, I exaggerate when I say 90%. But I see a distinction between a typical reseller (like Radio Shack or Mouser) and a 3rd party. If you look at Liquidware, adafruit, or Seedstudio, they're doing things to extend and promote the platform that goes beyond just reselling / distributing. Radio Shack has a financial stake - but seedstudio has a true 'vested interest'. They're evangelists.

    I love the Prop, just wish I could sell more smile.gif. I think it will take more evangelists for the market to grow. Even when Arduino sales were small, they've done a good job of making sure there was sufficient incentive to really evangelize the Arduino. I talk up the Prop all the time; tutorials, instructables, ads, etc. But my business would be better off if there were 20 other companies also had a vested interest in selling Props.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Propeller Forums RSS Feed!

    Gadget Gangster - Share your Electronic Projects
Sign In or Register to comment.