Electronic – arduino – How to convince people to use Arduino

arduino

So I have this friend with a problem…I swear…it's not me! I like Arduino. I wasn't sold on the concept at first but I'm firmly in the "it's awesome" camp.

Anyway, what I'm really looking for is a pitch to some (tech) friends about the benefits of Arduino over going out and rolling a different solution from scratch (or ordering a eval kit from a uC vendor). I'm also trying to convince a school that Arduino is a great way to teach kids programming over other starter kits and such. They also want to do some robotics eventually, so I figured I could sell them on that.

I have some ideas on what to tell them, but I really want to hear what others have to say. And before anyone says it, I understand the best way would be to show them. But some things need to be explained before that and that's what I hope to hear from everyone. Thanks!

Best Answer

I understand the best way would be to show them. But some things need to be explained before that.

I disagree, unless you have to pitch the Arduino over a phone. A small kit is portable enough that it can be brought to any meeting or chat, and even set up and played with on a small table with enough room for lunch for a lunch meeting. In fact you can bring a model than illustrates each point I'm going to make below, and it'll all still fit in a small box, lay out completely on a small table, powered by batteries, and be durable enough to be handled without breaking by the person you are pitching to.

A pitch is a conversation that is largely one-way due to you anticipating and answering all their needs and issues before they voice them, and often before they even know they have that need.

You have two audiences, technical people, and schools. You're going to have to understand their needs before you can develop the pitches, and while there will be some overlap, you'll find that the pitches will focus on fundamentally different needs/issues.

For technical friends:

  • Arduino is FUN
  • Arduino is EASY
  • Arduino is FAST
  • Arduino is CHEAP

Hobbyists are, above all, in it for the fun. Show them that it's fun to build with arduino, and the reason it's fun is that it's easy and fast. They are concerned about price, but most are willing to pay a bit more if it makes it easy to build something with complex behavior.

For schools:

  • Arduino is ROBUST
  • Arduino is EASY AND FUN TO LEARN
  • Arduino teaches important TECHNOLOGY
  • Arduino is EASY TO TEACH
  • Arduino is CHEAP

Schools are not as concerned about cost as they say they are. Check out the science catalogs to see that educational products are more expensive, partly because they are more robust (last longer in a student environment) and partly because they are built into a curriculum so the teachers can spend more time teaching and less time preparing to teach.

So the school needs to know that it's hard for a student to break an arduino (intentionally or not), they need to know that it's easy for the students to learn, which is helped by the fact that it's fun. They need to know that important skills students absolutely need in the future will be taught by the process of learning about the arduino. They need to know that it's easy to teach - they don't have to send teachers to a training course, non-technical teachers will be able to solve most arduino problems (or there's a good community that will support the teacher), and that the curriculum is already in place with the suggested parts and kits. Lastly, it still has to be cheap.

Unfortunately, the arduino fails rather spectacularly at two of these tasks, and is complicated by a few others:

It's not robust. Place a stray wire between one of the pins set to output high and ground, and you may fry a single port. It might not be caught, but could 'spoil' the results of later student projects for months or years before it's noticed, diagnosed, and repaired. Damage needs to be very difficult, and when it occurs it needs to be instantly noticeable, and easily and cheaply repairable.

It's not easy to teach. There's no established curriculum. Any teacher doing this will need to make their own curriculum up as they go, which means they need to be at an advanced level of understanding with the Arduino, which requires training. Teaching may be a labor of love, but it's also a job, and the school isn't going to pay for them to learn it on school time, and they aren't going to spend their free time to learn it. There isn't enough support to get a new, untrained teacher going even if the curriculum was already set. They would constantly be stymied by small problems and would lose days trying to diagnose problems and get students re-started on their projects because they can't call a mentor (or technical support) and get an instant diagnosis and fix.

Forming a curriculum is hard, but making it teach technology principles that are general and arguably useful for the average student is very difficult work to do well. Then you have to add fun and interesting on top of it so students actually learn the principles, rather than just following instructions, getting the expected results, and moving on having gained no significant knowledge.

This doesn't even begin to touch infrastructure issues - computer lab use, safety issues, dealing with IT for the software and drivers that need to be installed, etc.

The point should not be to train them to use arduino (ie, rote memory or mere knowledge). The point should be to increase their ability to understand a system/principle (analysis), and then leap from there to new thoughts, ideas, and concepts (synthesis).

It's not trivial work. But you have to start somewhere, and showing them a 6 month cirriculum in a 5 minute presentation on a table during lunch is going to be your best bet.