OrangePi ZERO 2 peripheral application development using wiringOP programming to light up an LED and shell script compilation

This article is a C/C++ programming tutorial based on the installation of the wiringOP library. It does not introduce the functions in the wiringOP library uniformly, but explains the usage and meaning of the functions based on the usage scenarios. 1. Create a new .c file The LED used by the blogger is a board […]

Orange Pie cooperates with IIC to drive OLED & uses SourceInsight to interpret the source code

OLED screen introduction & amp; hardware wiring OLED is also an old acquaintance. For a detailed introduction, see: IIC protocol and OLED_iic oled-CSDN Blog Review the Orange Pie hardware wiring again: According to previous studies, I learned that OLED screen drivers require the IIC protocol. When learning C52, I used code to simulate the IIC […]

ubuntu22.04 builds orangepi5plus development environment

Building the development environment of orangepi5plus can be said to be full of twists and turns. For this reason, I summarized a script file to fully automatically build the environment. buiild_env_5p_driver.sh file content #!/bin/sh ## 1.Create folder ROOTPATH=$(pwd)/orangepi-5plus mkdir -p ${ROOTPATH} & amp; & amp; cd ${ROOTPATH} ## 2. Download the cross-compilation tool wget https://mirrors.tuna.tsinghua.edu.cn/armbian-releases/_toolchain/gcc-arm-11.2-2022.02-x86_64-aarch64-none-linux-gnu.tar.xz […]

OrangePi zero H2+ drives Quectel 4G/5G module

Table of Contents 1 Install system and kernel files: 1.1 Download the image 1.2 Kernel header installation 1.2.1 Download the kernel 1.2.2 Import the kernel header file into the development board 1.2.3 Install kernel headers 2 Install dependent tools: 2.1 Installing Required Host Utilities 3 driving steps: 3.1 Download module driver file 3.2 Find files […]

Allwinner Orangepi serial communication development

Developed using the wiringPi library: Copy: cp ../wiringpifromWindows/wiringOP-master/examples/serialTest.c .. Use the serial port assistant (Anxinke): connect the pins TX–RX, RX–TX, GND–ground Data interaction: Allwinner’s board calls the wiringpi library to transmit data through the serial port, and there is a problem of how to receive data always wrong, or the received data is incomplete: The […]

Orange Pi 4 and Raspberry Pi 4B build K8S cluster practice eighth: TiDB

Directory 1. Description 2. Preparations 3. Installation 3.1 Refer to Tidb official v1.5 installation instructions 3.2 Prepare Storage Class 3.3 create crd 3.4 Execute the operator 3.5 Create cluster/dashboard/monitor container group 3.6 Set the access entry (Ingress & amp; Port) 4. The condition of the container after loading 5. Problems encountered 6. Reference 1. Description […]

Linux underlying driver compilation principle, compilation process and loading (Raspberry Pi (Orange Pi))

Directory 1. User dominates the process of driving work 2. Driver framework 3. Interpretation of the framework 3.1 The principle of the driving framework: 3.2 module_init() 3.3 file_operations 3.4 copy_from_user() and copy_to_user() 3.5 module_exit() 3.6 MODULE_LICENSE(“GPL v2”); 4. Driver Compilation 1. User dominates the process of driving work The upper application calls standard C library […]

UAV Trajectory Tracking Based on Nonlinear Least Squares (NLLS) Based on Pseudorange Data with Matlab Code

?Author’s brief introduction: A Matlab simulation developer who loves scientific research. He cultivates his mind and technology at the same time. Matlab project cooperation can be privately messaged. Personal homepage: Matlab Research Studio Personal creed: Investigate knowledge. For more Matlab simulation content click Intelligent optimization algorithm Neural network prediction Radar communication Wireless sensor Power system […]

UAV Trajectory Tracking Based on Nonlinear Least Squares (NLLS) Based on Pseudorange Data with Matlab Code

?Author’s brief introduction: A Matlab simulation developer who loves scientific research. He cultivates his mind and technology at the same time. Matlab project cooperation can be privately messaged. Personal homepage: Matlab Research Studio Personal creed: Investigate knowledge. For more Matlab simulation content click Intelligent optimization algorithm Neural network prediction Radar communication Wireless sensor Power system […]