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
3
2.1 Install An Operating System for The Raspberry Pi
2.1.1 Method A: Write 'Raspbian' to The SD Card by Raspberry Pi Imager
Raspberry Pi Imager is an image writing tool to SD card developed by the Raspberry Pi Organization. It
comes with many versions working on different systems and it's quite easy to use; all you need is choose the
operating system and SD card, Raspberry Pi Imager will download the corresponding image file for the system
and install it to the SD card.
Step-by-Step Overview
1. 1. Prepare an SD card (16G or larger) and an SD card reader
2. 2. Download the `Raspberry Pi Imager` on the official website
3. - [Raspberry Pi Imager for Windows]
4. - [Raspberry Pi Imager for macOS]
5. - [Raspberry Pi Imager for Ubuntu]
6. 3. Install the `Raspberry Pi Imager`
7. 4. Write the operating system for Raspberry Pi to the SD card with `Raspberry Pi Imager` `Raspbian Full -
A port of Debian with desktop and recommended application`
8. 5. Leave the SD card connected after writing is completed, we'll use for configuring SSH and WiFi
connection later.
Detailed Steps:
●Open a web browser on your computer, go to the Raspberry Pi website [Official Raspberry Pi website], find and
download the Raspberry Pi Imager for your computer OS, or click on the links above for the corresponding
system to directly download and install.
2. Raspberry Pi System Installation and
Development Environment Establishment