|
|
|
|
|
by raphman
5388 days ago
|
|
Hmm, I'm not sure whether an ARM board is really a good idea.
For most applications, a normal Arduino is easily sufficient.
For anything more complicated, you can buy an ARM board running Linux (e.g the upcoming Raspberry Pi [1] for $25-$35). Arduinos are primarily used for education and prototyping.
Programming raw ARM chips makes sense if you build a small series of specialized devices and want to keep costs down. Given that the Arduino Due will certainly cost significantly more than $30, I see no market for such a board. [1] http://www.raspberrypi.org/ |
|