keble
Posts: 36
Joined: Tue Apr 03, 2012 4:46 pm

Using Android/ipad as screen/keypad

Sat Dec 01, 2012 10:11 am

Apologies if this has been raised before!
I'm planning to use Rpi as a time lapse camera in a boat, so not much space for a display and keyboard.
So I'd like to use an android phone or ipad instead. But how do I connect (USB, Bluetooth?), and what software is there to interface?

I could run the Rpi headless but I wouldn't get any feedback re camera position etc. So a simple terminal would be very useful.

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Using Android/ipad as screen/keypad

Sat Dec 01, 2012 11:31 am

Get a supported WiFi dongle and use it in ad-hoc or AP mode.
Then get a SSH client for your Phone/iPad and enable SSH on the
Pi via raspi-config. That should be it.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

magno23
Posts: 136
Joined: Sun Aug 12, 2012 4:11 pm
Location: Penafiel, Portugal

Re: Using Android/ipad as screen/keypad

Sat Dec 01, 2012 3:12 pm

you can install a vnc server on the raspberry pi and then access it through the android or ipad

keble
Posts: 36
Joined: Tue Apr 03, 2012 4:46 pm

Re: Using Android/ipad as screen/keypad

Sat Dec 01, 2012 5:09 pm

Thanks for the replies. I'm a bit behind here so could you help out?

I looked at connect bot, an android ssh client. But it's not clear to me how it connects to the Rpi. In the install its asking for an email address (I think): username@hostname:port.

Could I use USB instead of wifi (my webcam needs a powered USB hub, so does my wifi, and I get unreliable results with both on the hub)?

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Using Android/ipad as screen/keypad

Sun Dec 02, 2012 12:39 am

I think it is possible to do so , but it is not easy i fear.
I certainly wouldn't know how to do that. So i still
suggest that you stick to WiFi.


ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

User avatar
MattHawkinsUK
Posts: 538
Joined: Tue Jan 10, 2012 8:48 pm
Location: UK
Contact: Website

Re: Using Android/ipad as screen/keypad

Sun Dec 02, 2012 8:45 am

I use Connectbot on a Nexus 7.

- enable SSH on Pi
- connect Pi and tablet to same network
- run connectbot
- use "pi@192.168.0.10" where this is the IP address of the pi and "pi" is the username

It will then prompt for password.

Then you will be able to run command line instructions against your Pi.
My Raspberry Pi blog and home of the BerryClip Add-on board : http://www.raspberrypi-spy.co.uk/
Follow me on Google+, Facebook, Pinterest and Twitter (@RPiSpy)

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Using Android/ipad as screen/keypad

Sun Dec 02, 2012 6:37 pm

You're never alone on the Pi forums ...

http://www.raspberrypi.org/phpBB3/viewt ... 28&t=24348


ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

User avatar
SN
Posts: 1014
Joined: Mon Feb 13, 2012 8:06 pm
Location: Romiley, UK
Contact: Website

Re: Using Android/ipad as screen/keypad

Sun Dec 02, 2012 8:40 pm

for me this is really simple - I have a similar timelapse implementation and just want to use the Wifi Hotspot Facility on Android and let my Pi connect to it with its tiny nano usb wifi - then use ConnectBot as described above to SSH onto the pi. the only tricky bit (and I asked elsewhere with no joy) is to have the Pi try multiple wifi configs so I don't have to manually swap between my home wifi and android wifi when I take it 'out of the house' for timelapse shots dans-le-countryside - and if you're not sure what ip address the pi got, the Fink Android App can find it easily
Steve N – binatone mk4->intellivision->zx81->spectrum->cbm64->cpc6128->520stfm->pc->raspi ?

keble
Posts: 36
Joined: Tue Apr 03, 2012 4:46 pm

Re: Using Android/ipad as screen/keypad

Sun Dec 02, 2012 9:49 pm

Thanks ghans, that looks a useful post.
I will try it this week.

Return to “Other projects”