ios - Connect an iPhone to Arduino over Bluetooth -


i love able let iphone-app communicate arduino on bluetooth. found bluetooth shields support following protocols: bcsp, dun, lan, gap sdp, rfcomm, , l2cap. found while googling bit, iphone hiding it's bluetooth stack away?!? correct? there no chance let iphone communicate other bluetooth enabled device without jailbreaking (which far know required if i'd use btstack: http://code.google.com/p/btstack/)?

if bluetooth not possible, other ways (expect wlan) suggest realize communication? love realize here: http://theiopage.blogspot.com/2011/08/yanis-android-wireless-eos-controller.html

thanks tips!

there several connection technologies available.

as others have mentioned, standard bluetooth (3.0) controlled mfi program. way connect non-jailbroke iphone join mfi program.

serial access interesting. have join mfi distribute serial device, can use redpark serial cable connect own iphone serial device.

there several ways connect bluetooth le devices arduino. 1 i've used redbearlabs ble shield. works pretty darn well.

iphone redbearlab ble shield arduino, powering hacked truck using techbasic

you can connect arduino using wifi-serial bridge. i've had success wifly device.

iphone wifly arduino

one of neat things ble shield , wifly don't have use objective c or macintosh--although that's option, of course. can access both through techbasic, running right on ipad or iphone.

you can figure these out on own research , effort, these connection technologies (plus few more don't apply directly arduino) covered in building iphone , ipad electronics devices, new book o'reilly.

new book o'reilly


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -