[beagleboard] Re: Control BeagleBone with iPhone, iPad or Android devices

2014-02-07 Thread Yan Luo
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.

On Monday, November 5, 2012 3:52:37 AM UTC-6, david.eickhoff wrote:

 Hey everybody! I developed a generic remote control for iOS and Android 
 which sends/reads strings over a TCP socket connection.

 Take a look: http://netio.davideickhoff.de http://netio.davideickhoff.de

 You can create a remote control without programming, just use the online 
 UI-Designer to layout items and add functionality.

 I never tried it with a BeagleBone, but it has an Ethernet port and there 
 the app has been used on a lot of different hardware.
 A working tutorial for raspberry pi is available on my website (maybe as a 
 starting point?)..
 If anyone is interested in trying out the app, I can provide 
 promotioncodes for downloading the app for free (iOS)!

 So what should be done? Install or implement a server on the board which 
 accepts socket connections. With a simple
 string comparison (if incoming data = do something then do_something() ) 
 you can control anything you like.

 Hope this will enhance some of your projects ;)

 Cheers, David


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Control BeagleBone with iPhone, iPad or Android devices

2014-02-07 Thread John Syn


From:  Yan Luo lyr...@gmail.com
Reply-To:  beagleboard@googlegroups.com
Date:  Friday, February 7, 2014 at 5:41 AM
To:  beagleboard@googlegroups.com
Subject:  [beagleboard] Re: 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
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 
 
 Yan L.
 
 On Monday, November 5, 2012 3:52:37 AM UTC-6, david.eickhoff wrote:
 Hey everybody! I developed a generic remote control for iOS and Android which
 sends/reads strings over a TCP socket connection.
 
 Take a look: http://netio.davideickhoff.de  http://netio.davideickhoff.de
 
 You can create a remote control without programming, just use the online
 UI-Designer to layout items and add functionality.
 
 I never tried it with a BeagleBone, but it has an Ethernet port and there the
 app has been used on a lot of different hardware.
 A working tutorial for raspberry pi is available on my website (maybe as a
 starting point?)..
 If anyone is interested in trying out the app, I can provide promotioncodes
 for downloading the app for free (iOS)!
 
 So what should be done? Install or implement a server on the board which
 accepts socket connections. With a simple
 string comparison (if incoming data = do something then do_something() )
 you can control anything you like.
 
 Hope this will enhance some of your projects ;)
 
 Cheers, David
 -- 
 For more options, visit http://beagleboard.org/discuss
 --- 
 You received this message because you are subscribed to the Google Groups
 BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.