Why Google Choosing Arduino Matters
ptorrone writes "Earlier this week at Google I/O, Google announced the Android Open Accessory kit which uses the open source hardware platform, Arduino. MAKE magazine has an in-depth article about why Google choosing the Arduino matters, why Google picked Arduino and some predictions about what's next for Apple's 'Made for iPod' as well and what Microsoft/Nokia/Skype should do to keep up."
It already existed (an android-arduino "interface"). It only matters because google is behind it now (with an official API), but whoever wanted to do stuff before already could.
Magnetic core memory was the main form of non-volatile memory for computers from the 50s through to the 70s
It was also the most commonly used form of RAM; I have an old Fortran textbook that says something to the effect of, "Semiconductor memory will probably become popular over the next decade." It is also the reason we still speak of "core dumps."
Palm trees and 8
Well, you can use the same chip (ATmega2560) for any commercial application, so you can use the Arduino for prototyping and then reuse the code for the final product.
Dilbert RSS feed
Keep in mind that the *any* device that supports USB Host mode can be an Accessory. There's a full open source reference implementation for Arduino, but the protocols are documented and open and you can implement it on any hardware you like.
Docs and Specs: http://accessories.android.com/
Google IO Talk: http://www.youtube.com/watch?v=s7szcpXf2rE
I agree 100%. Arduino is like the legos of microcontrollers. I've used many plain Atmel microcontrollers before and there was a steeper learning curve, whereas Arduino has been very quick, cheap and FUN!
There is also the benefit of reasonably standard IO wiring, so that when the community shares projects they are dealing with common hardware layouts.