Control BeagleBone with iPhone, iPad or Android devices

David,

I’m looking for a way to setup connection between BeagleBone and IPHONE device, and glad to find your post here.
Beside control BeagleBone, does the App read information from BeagleBone?
I am really interesting in getting the promotion codes for evaluation?
Thanks

Yan L.

David,

I’m looking for a way to setup connection between BeagleBone and IPHONE device, and glad to find your post here.
Beside control BeagleBone, does the App read information from BeagleBone?
I am really interesting in getting the promotion codes for evaluation?
Thanks

Why don’t you use Nodejs to create a webserver and then use DojoToolkit widgets to represent I/O from your BBB. You can use Bonescript to interact with the BBB hardware. On the iPhone, simply use Safari to bring up the web page from your BBB.

Regards,
John

Hi Yan,
yes you can also read and display the information in the NetIO App. there are also some formatting options to enhance the responses from the hardware… the next version will also support calculations in case you read raw sensor data that needs to be mapped to for example a temperature value.

Cool and thank