Tutorial
Table Of Contents
- 1. Premise
- 2. Raspberry Pi System Installation and Developmen
- 3 Log In to The Raspberry Pi and Install The App
- 4 Assembly and Precautions
- 5 Controlling Robot via WEB App
- 6 Common Problems and Solutions(Q&A)
- 7 Set The Program to Start Automatically
- 8 Remote Operation of Raspberry Pi Via MobaXterm
- 9 How to Control WS2812 RGB LED
- 10 How to Control The Servo
- 11 How to Control DC Motor
- 12 Ultrasonic Module
- 13 Line Tracking
- 14 Make A Police Light or Breathing Light
- 15 Real-Time Video Transmission
- 16 Automatic Obstacle Avoidance
- 17 Why OpenCV Uses Multi-threading to Process Vide
- 18 OpenCV Learn to Use OpenCV
- 19 Using OpenCV to Realize Color Recognition and T
- 20 Machine Line Tracking Based on OpenCV
- 21 Create A WiFi Hotspot on The Raspberry Pi
- 22 Install GUI Dependent Item under Window
- 23 How to Use GUI
- 24 Control The WS2812 LED via GUI
- 25 Real-time Video Transmission Based on OpenCV
- 26 Use OpenCV to Process Video Frames on The PC
- 27 Enable UART
- 28 Control Your AWR with An Android Device
- Conclusion
59
8 Remote Operation of Raspberry Pi Via
MobaXterm
●To make daily use of the Raspberry Pi more convenient, we usually do not connect peripherals such as
mouse, keyboard, and monitor to the Raspberry Pi. Since our Raspberry Pi is installed inside the robot, often
with peripherals to control the Raspberry Pi, the efficiency of programming and testing will be seriously
affected. Therefore, we introduce a method of programming in the Raspberry Pi.
●There are many ways to program in the Raspberry Pi. For example, you can use 3.x to log in to the
Raspberry Pi without using a third-party tool. You can also create files in the Raspberry Pi. Almost all
operations can use SSH to connect to the Raspberry Pi in the terminal, but for many people, it will be a
disappointing experience when a lot of codes are written in the terminal. This chapter introduces a method that
can facilitate the transfer of files to the Raspberry Pi. This method can directly edit programs in the Raspberry
Pi.
●This method requires the third-party software MobaXterm,Website address
●MobaXterm is a terminal tool software that can be used to remotely control the Raspberry Pi and remote
control is available when SSH is on. For Raspberry Pi's method of enabling SSH and automatically connecting
to WIFI, please refer to steps 2.2 and 2.3.
●Download and install MobaXterm.
● To obtain the IP address of the Raspberry Pi, you can refer to the method of 3.x and log into the
Raspberry Pi in this document to obtain the IP address of the Raspberry Pi.
●To run MobaXterm, firstly, create a new session, click Session in the upper left corner, click SSH in the
pop-up window, fill in the IP address of the Raspberry Pi behind Remote host, and finally click OK, the default
account name of the Raspberry Pi is pi , The default password is raspberry. Just the password doesn't appear
on the screen when you enter it and the * number doesn't mean nothing Enter successfully, press after login to
log in to the Raspberry Pi, MobaXterm will remind you to save the password.You need to choose.
●If the user name and password are correct, you can change the user name and password according to
the prompt in the terminal, which is more secure.
●After the success of the login, MobaXterm will automatically save the conversation, when connected to
the raspberry pie again next time only need to double click on the left side of the IP address can be connected