Raspberry Pi Growth Diary 01

Source: Internet
Author: User

July 3, 2016 02:08:33

The basic parts of the Raspberry Pi have arrived, and I can't wait to try it.

The first thing to do is to put the box in force.

Installation completed, originally wanted to get a demo on the monitor, but found that my monitor does not support the HDMI cable Orz

Originally thought to be here today, and later in the classmate's guidance try to use the SSH link Operation Raspberry Pi ( Follow the old driver is up posture )

Windows-side tools: Putty

Plug in the Raspberry Pi, plug in the power.

Look at the IP address of the Raspberry Pi in routing management, as you can see in the list which is the Raspberry Pi

And then landed on the Raspberry Pi through putty.

The default user name is Pi

The default password is raspberry

Configure the Raspberry Pi WiFi via vim

sudo vim/etc/wpa_supplicant/wpa_supplicant.conf

Country=cn
Ctrl_interface=dir=/var/run/wpa_supplicant Group=netdev
Update_config=1

network={
Ssid= "SSID"
psk= "Password"
}

Save and exit after adding the network code snippet at the end.

At this point, however, my Raspberry Pi is still not connected to WiFi, and if you are experiencing this problem, the workaround is:

After executing this, the Raspberry Pi can be used by the wireless network.

How to play next I have not thought well, first learn Linux through Raspberry Pi

When writing the log, feel the WiFi link is not very stable, in the study of it.

Raspberry Pi Growth Diary 01

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.