While iPhone remains closed to HW developers who aren't iHome or Belkin, Google is courting DIY innovation with Arduino and open hardware connectivity standards.
I'm sure there aren't lousy encryption chips or other obstacles in the way of hackers who want to hook up custom hardware to their Android device. I just wish Apple would get with it and give open access to their USB ports!
Bravo Google!
Comments
Note that I already had this working a couple of months ago using exactly the same hardware: code.google.com/p/microbridge. The difference is that ADK added their own USB protocol, which means it will only work on 3.1/2.3.4 devices and upward, whereas my work, IOIO, and PropBridge will work on any device currently on the market.
So while it's good that Google is standardizing this, if you want to play with this now rather than tomorrow I'd still recommend getting an IOIO from Sparkfun.
brilliant !! haha ! And there I was fiddling with the serial ports and things like microbridge!
It's such a pain to use the 3rd party serial API's or microbridge, so I guess $50 isn't toooooo bad
I grabbed a Entourage Pocket Edge on Woot last week hoping to use it as a ground station. It runs Android and has an e-ink screen that would be good for using in direct sun light. I don't have it yet but doing some more digging it looks like Entourage keeps it locked down and only begrudgingly releases parts of there code. I should have done more home work before clicking buy. Glad I only spent Woot prices.
I would really like to have e-ink in the field but afraid I will be stuck with my net-book for a while longer.
http://www.androidpolice.com/2010/08/14/exclusive-entourage-release...
http://www.entourageedge.com/
Yes could be possible ... :) I don't like the google approach to Arduino .. i don't see on the board the arduino name ... could be write in small letters :) ,and in the instrution they write for choose APK in the ide select arduino 2560 ?!? In the past i spoke with google about my project in zurich they told me that they don't are interested to my technology after one year they going with their google cars all around the world :) Mhhh keep atention Massimo ...
Best Roberto
@Robero Navoni
I'm hoping that they will just use the android for sensor data and possibly heavy processing libraries
I think that this kind of approach produce only a lot of confusion !
Develop firmware on android is not so simple as develop firmware using Arduino ide.
For doing any kind of application using android , or windows ce or iphone dev kit you need only a simple serial port o bluetooth dongle with spp support .And use a simple protocol old as the world ... stx, type of message, lenght , payload,crc , etx.
Stop no other strange thinks ..
Best
Roberto
I hate when start to introdue a lot of abstraction layer between the hardware and simple application as power on or off a led :(