Connect to the Raspberry PI using SSH on Windows Pro Preview

Once we know the IP address of the Raspberry Pi we can connect to it through our computer and communicate with it. There are different ways to do this using different operating systems. On Windows, we are going to use PuTTY

To access the full video please subscribe to FLLCasts.com

Subscribe

  • #693
  • 13 Apr 2018

TL; DR;

Download and install PuTTY. Type the IP of the Raspberry PI as a host, select SSH, set port to 22 and select Open. If a dialogue appears, select YES.

What is PuTTY?

It is an open source software that's used to establish connections between two computers that support a protocol called SSH (Secure Shell). The Raspberry PI that you have supports this kind of communication so we can connect to the Raspberry PI using the tool PuTTY and could send commands to it. We can, for example, send a command to the Raspberry PI to tell us its name, or to list all the programs that it has and many, many other commands that you are about to learn. 

Download PuTTY

The official site is https://www.putty.org/

Install and run PuTTY

After downloading, install it,  following the onscreen wizard. Run it after installation.

Connect to the Raspberry Pi

  1. Enter the IP address of the Raspberry Pi. This could be 192.168.1.119 or whatever the IP address you've received when connecting with the Raspberry Pi to the internet. 
  2. Make sure "SSH" is selected and Port is 22. Press Open at the bottom of the window. 
  3. Enter username and password for the Raspberry PI.

  • A screen might appear like the one below. Select OK on this screen. It will be a subject of another episode on why this screen appears. 

  1. On the next screen enter username and password.

These are

username: student

password: student (no letters will appear on the screen and that is normal; secure business)

At this stage, you've successfully connected to the Raspberry Pi and could start sending commands to it. The screen would be similar to this:

 

 

Courses and lessons with this Tutorial

This Tutorial is used in the following courses and lessons

Image for Perfect STEM course. Module 1 - Smart Car with Raspberry PI
  • 118
  • 42:47
  • 136
Image for Connect to the car from computer
  • 3
  • 0
  • 5
  • 3d_rotation 0