Cài đặt và sử dụng Raspberry Pi không cần bàn phím, chuột hay màn hình

huyvuemily1

New member
Phần mềm, cài đặt và mở nó.** Cài đặt và thiết lập Raspberry Pi **

** 1.Tải xuống và cài đặt hệ điều hành **

Tải xuống phiên bản mới nhất của hệ điều hành Raspbian từ liên kết: https://doads.raspberrypi.org/raspbian_latest

** 2.Định dạng thẻ SD **

Chèn thẻ SD vào đầu đọc thẻ và kết nối nó với máy tính.Mở phần mềm SDFormat, chọn ký tự ổ đĩa SD và nhấp vào định dạng ** **.

** 3.Viết hệ điều hành vào thẻ SD **

Mở phần mềm Win32Disk, chọn ký tự ổ đĩa SD và nhấp vào ** Viết **.Chọn Tệp ** 2022-04-14-Raspbian-Buster-Armhf.img ** và nhấp ** Mở **.

**4.Kết nối Raspberry Pi với máy tính **

Kết nối mô -đun USB với COM với Raspberry Pi và kết nối đầu kia với cổng USB của máy tính.

** 5.Sức mạnh trên Raspberry Pi **

Kết nối nguồn điện PI Raspberry với đầu vào năng lượng.Các chỉ báo công suất sẽ sáng lên.

** 6.Thiết lập Raspberry Pi **

Mở phần mềm Putty, nhập các cài đặt sau:

- ** Tên máy chủ: ** /dev /ttyusb0
- ** Cổng: ** 115200
- ** serial: ** không có
- ** telnet: ** Có
- ** Nhật ký: ** Có

Nhấp vào ** Mở **.Thiết bị đầu cuối Putty sẽ mở và bạn sẽ thấy thông báo sau:

`` `
Tên người dùng mặc định là Pi và mật khẩu mặc định là Raspberry
`` `

Nhập tên người dùng ** pi ** và mật khẩu ** Raspberry ** và nhấn ** enter **.Bạn sẽ được đăng nhập vào Raspberry Pi.

** 7.Cài đặt máy chủ VNC **

Chạy lệnh sau để cài đặt máy chủ VNC:

`` `
sudo apt -get install -y vnc4Server
`` `

**số 8.Khởi động máy chủ VNC **

Chạy lệnh sau để khởi động máy chủ VNC:

`` `
sudo vncserver: 1
`` `

Máy chủ VNC sẽ bắt đầu và số hiển thị sẽ được hiển thị.Trong trường hợp này, số hiển thị là 1.

** 9.Kết nối với Raspberry Pi **

Mở phần mềm VNC Viewer và nhập các cài đặt sau:

- ** Máy chủ: ** Localhost
- ** Cổng: ** 5901
- ** Loại bảo mật: ** Không có

Nhấp vào ** Kết nối **.Trình xem VNC sẽ kết nối với Raspberry Pi và bạn sẽ có thể kiểm soát Raspberry Pi từ xa.
=======================================
software, install and open it. **Install and setup Raspberry Pi**

**1. Download and install the operating system**

Download the latest version of the Raspbian operating system from the link: https://downloads.raspberrypi.org/raspbian_latest

**2. Format the SD card**

Insert the SD card into the card reader and connect it to the computer. Open the sdformat software, select the SD card drive letter and click **Format**.

**3. Write the operating system to the SD card**

Open the Win32Disk software, select the SD card drive letter and click **Write**. Select the file **2022-04-14-raspbian-buster-armhf.img** and click **Open**.

**4. Connect the Raspberry Pi to the computer**

Connect the USB to COM module to the Raspberry Pi and connect the other end to the computer's USB port.

**5. Power on the Raspberry Pi**

Connect the Raspberry Pi power supply to the power input. The power indicator will light up.

**6. Set up the Raspberry Pi**

Open the PuTTY software, enter the following settings:

- **Host Name:** /dev/ttyUSB0
- **Port:** 115200
- **Serial:** None
- **Telnet:** Yes
- **Log:** Yes

Click **Open**. The PuTTY terminal will open and you will see the following message:

```
The default username is pi and the default password is raspberry
```

Enter the username **pi** and the password **raspberry** and press **Enter**. You will be logged in to the Raspberry Pi.

**7. Install VNC Server**

Run the following command to install the VNC Server:

```
sudo apt-get install -y vnc4server
```

**8. Start the VNC Server**

Run the following command to start the VNC Server:

```
sudo vncserver :1
```

The VNC Server will start and the display number will be displayed. In this case, the display number is 1.

**9. Connect to the Raspberry Pi**

Open the VNC Viewer software and enter the following settings:

- **Host:** localhost
- **Port:** 5901
- **Security Type:** None

Click **Connect**. The VNC Viewer will connect to the Raspberry Pi and you will be able to control the Raspberry Pi remotely.
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top