0

I am trying to connect my Raspberry Pi. Since I don't have an HDMI TV, I just have a laptop with anolog OUTPUT.

This is what I bought: Raspberry Pi 2 - MODB - 1GB - Quad core

Peter Mortensen
  • 1,984
  • 2
  • 14
  • 17
  • 2
    What sort of analog input? VGA? if so, look for an (active) HDMI -> VGA converter (and look for a low-powered one such that the Pi can power it up via HDMI) - or, you can just use an Ethernet cable and log in remotely to get things going if you don't care much for the GUI – user2813274 Jun 22 '15 at 03:58
  • 1
    If there's an analog input on your laptop it's for a microphone. – goldilocks Jun 22 '15 at 13:53
  • Appologies ! I ment analog VGA output. – Piyush Singhal Jun 22 '15 at 19:00
  • Alternative: *[Installing Raspbian from NOOBS without display](http://raspberrypi.stackexchange.com/questions/15192)* – Peter Mortensen Sep 06 '15 at 21:09

2 Answers2

1

Piyush, not sure what you mean with analog Input. The solution is to set-up a network connection between the Pi and your laptop and use SSH.

Here is a very good instruction which helped me to achieve that kind of connection.

https://pihw.wordpress.com/guides/direct-network-connection/

Steve Robillard
  • 34,158
  • 17
  • 102
  • 108
Ed Buzzi
  • 43
  • 1
  • 5
1

I am not familiar with laptops having analog video input (video capture could work, but I have never seen one built in). So I agree that in the long run you want to setup ssh.

The problem is that most instructions for setting up ssh for Raspberry Pi assume that you have access to an HDMI monitor or TV. So one option is to borrow such a monitor for a couple of hours and setup ssh. (DVI-D monitors will work with the right cable.)

The next option is to set up a serial connection using the header and a RS-232 driver such as the MAX232 family of chips or a USB serial adapter chip and connect that way, but you would have to wire it by hand. The third way to do this is to setup ssh before installing the SD card. This would require running a Raspberry Pi emulator on your laptop or really knowing Debian well enough to install ssh just by editing the file system. If my answer confuses you, just borrow a monitor.

Peter Mortensen
  • 1,984
  • 2
  • 14
  • 17
hildred
  • 906
  • 1
  • 6
  • 20