Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I hope the buy now page has been hacked and edited! Because £1000 for each shield is a little steep!
My guess is that it is a way to let us know these items are not for sale yet.
I think it is really strange that it has a host USB-connector.
That was my guess as well
Pity, as it looked quite a useful unit, but obviously it depends on the price of the extra modules.
From what i have observed, the Arduino mania has destroyed many a good students in our university. They search for ICs for which there is example code available(i was surprised to see one guy paying 70$ as shipment fee to get a GPS chip for which code was available rather than making one up for the locally available chip!). Guess its easier to earn money nowadays(not true for me though lol!).
Dumping the training wheels hasn't worked over here(our uni).
I think there is room for a open source PIC version of the arduino.
Make the hardware as compatible with arduino shields as possible.
Use a C based system as close to ardunio's as possible. In other words take the existing ardunio code and port it to the pic. Maybe with a few macros one could get the ardunio code to compile for the PIC.
Think of it as adding to the existing project rather then competing with it.
The arduino is an entry level great for exploration or teaching. But I prefer to teach Micorchip because they support education. I have a Microchip educational rep that provides me with micro controller and other materials. When I attempted to contact Atmel they did not return my email.
But one has to ask why arduino has been so wildly successful. The shields, the software, the hype?
My thinking is that the arduino simply makes it considerably easier to get from here to there. As an instructor I would love to have people start with a system like this and in time dump the training wheels. Honestly I do not much care for the boot loader approach as I would rather see people using debuggers. But in some cases the boot loader does make sense.
Perhaps we should learn from arduino's success and move ahead.