Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
Parameter | Description |
---|---|
CPU | Broadcom BCM2712, quad-core Cortex-A76 (ARM v8) 64-bit SoC, clocked at 2.4GHz |
GPU | OpenGL ES 3.1 & Vulkan 1.0 |
USB | 2 USB 2.0 ports, dual-layer Type A connector, each channel supporting up to 480Mbps 2 USB 3.0 ports, dual-layer Type A connector, each channel supports up to 5Gbps |
ETH | Gigabit Ethernet |
Wi-Fi | Dual-band 802.11ac Wi-Fi |
BLE | Bluetooth 5.0/Bluetooth Low Energy (BLE) |
HDMI | 2 standard HDMI ports, supporting 4K 60Hz |
Memory | 64GB |
Size | 7.0" |
Resolution | 720 x 1280 |
Refresh rate | 60Hz |
Viewing angle | 178° |
Max brightness | 450cd/㎡ |
Color gamut | 70%NTSC |
Backlight adjustment | Software dimming |
Parameters | Minimum Value | Standard Value | Maximum Value | Unit | Note |
---|---|---|---|---|---|
Input voltage | 4.75 | 5.00 | 5.25 | V | Note 1 |
Input current | 3 | 5 | TBD | A | Note 2 |
Operating temperature | 0 | 25 | 60 | ℃ | Note 3 |
Storage temperature | -10 | 25 | 70 | ℃ | Note 3 |
•Note 1: Input voltages exceeding the maximum or improper operation may cause permanent damage to the device.
•Note 2: The input current needs to be ≥ 3A, otherwise it will cause the startup failure or display abnormality, and staying in an abnormal state for a long time may cause permanent damage to the device.
•Note 3: Please do not store the display panel in a high-temperature and high-humidity environment for a long time. The display panel should operate within its limits, otherwise it may be damaged.
1. 5V Type-C power port 6. TF card slot
2. Standard HDMI interface x 2 7. POWER button
3. USB 2.0 interface x 2 8. Power indicator
4. USB 3.0 interface x 2 9. 5V power terminal block (3.81mm pitch)
5. Gigabit Ethernet port 10. Debugging serial port
If you purchase the all-in-one version (PI4-HMI-7A, PI5-HMI-7A), then there is no need to perform hardware assembly; you can use it directly after powering on.
The following are the hardware assembly steps for the PI5-HMI-7A:
Please prepare the following accessories:
1. Remove the HDMI expansion board and connect the 22Pin DSI cable (⑨) and 2Pin cable to the screen. (Note the direction of the gold finger of the DSI cable)
2. Re-secure the HDMI extension board with the screws.
3. Respectively install the thermal tapes (① and ②) and heatsink (⑤) on the front and back sides of Raspberry Pi 5, and insert the system card (③).
4. Connect the Raspberry Pi 5 motherboard to the HAT, make sure the mounting holes of the Raspberry Pi are aligned with the four screw holes on the back of the screen, and fix them with M2.5*4mm silver metal screws.
Use DSI cable (⑨) to connect DSI interface to CAM/DIPS 1 interface of Raspberry Pi.
6. Install the metal front panel (⑧), fix the silicon key (④) inside the case, and fix them with KM2.5*5mm black metal screws. And use M2.5*5mm black metal screws to fix the side cover. (PI4 and PI5 front cover hole positions are inconsistent, please distinguish them.)
7. Finally, install the green terminal on the rear cover and complete the hardware assembly.
If you are using a pre-installed system card, you do not need to perform any software configuration. Insert the card and start the device. The default username is pi and the password is raspberry, which will allow you to directly enter the desktop environment.
Note: Since Pi5/CM5/CM4 has two mipi DSI interfaces, please note that the correct DSI interfaces and commands are used, DSI1 is recommended by default.
dtoverlay=vc4-kms-v3d
# DSI1 Use
dtoverlay=vc4-kms-dsi-waveshare-panel-v2,7_0_inch_a
# DSI0 Use
# dtoverlay=vc4-kms-dsi-waveshare-panel-v2,7_0_inch_a,dsi0
1. Download and unzip the Raspberry Pi pre-installed image as an .img file
7-DSI-TOUCH-A pre-installed image
2. Connect the TF card to the PC, format the TF card with SDFormatter software.
3. Open the Win32DiskImager software, select the system image prepared in step 1, and click Write to flash the system image.
4. After the image flashing is completed, connect the TF card to the Raspberry Pi, start the Raspberry Pi, and wait for about 30 seconds for it to be displayed and touched normally.
GUI interface rotation
sudo nano /boot/firmware/cmdline.txt
video=DSI-1:720x1280M@60,rotate=90
Change the display rotation angle by modifying the rotate value to 90, 180, or 270.
sudo reboot
1. Ensure the opening size of the cabinet according to the size of the HMI.
2. Drill holes in the cabinet according to the hole size in step 1.
3. Embed the HMI in the cabinet from the outside.
4. Align the screw holes (no threaded holes) of the matching snap with the snap mounting holes on the HMI.
5. Tighten with 4 M2.5*8 screws through the buckle to fix the buckle to the HMI; Then use 4 M3 screws to pass through the screw hole (threaded hole) of the buckle, and tighten it clockwise through the buckle to the end.
1. Open the terminal, input sudo raspi-config, select Localisation Options > WLAN Country (set the country code), press Enter.
2. Choose your country from the list (e.g., China would be CN), confirm by clicking OK. (If you don't know your country code, you can find it at wikipedia)
3. Go back to the main interface, press Finish, the system will prompt to restart, select Yes, and wait for the Raspberry Pi to restart.
4. After completion, you'll be able to connect to the Wi-Fi network on your Raspberry Pi and enter the password to complete the connection.
Obtaining the IP address of the Raspberry Pi is a prerequisite for remote login, please refer to the following steps after configuring the WIFI or connecting the network cable.
If you use a desktop operating system, hovering the mouse over the network icon in the upper right corner will display the name of the current network and the IP address.
ipconfig
nmap -sn 192.168.0.0/24
VNC is the same, refer to the above steps for configuration.
Please make sure that the Raspberry Pi and your computer are under the same router or network segment and follow the steps above to enable the VNC login function.
Please make sure that the Raspberry Pi and your computer are under the same router or network segment and follow the steps above to enable the SSH login function.
ssh pi@192.168.10.36
This feature requires the Wayland window server. Raspberry Pi OS Bookworm and later versions use Wayland by default. Screen sharing is not compatible with Raspberry Pi OS Lite or systems using X Window Server.
If you don't have Connect installed on your Raspberry Pi OS version, open a terminal window. Run the following command to update your system and software packages:
sudo apt update sudo apt full-upgrade
Run the following command on Raspberry Pi to install Connect:
sudo apt install rpi-connect
Once installed, use the rpi-connect command line interface to start Connect for the current user:
rpi-connect on
Alternatively, click the "Connect" icon in the menu bar to open the drop-down menu and select "Open Raspberry Pi Connection":
To stop Connect, run the following command:
rpi-connect off
Now you have installed and started Connect on your Raspberry Pi device, you must associate your device with a Connect account.
If you use the Connect plugin in the menu bar, the first time you click "Open Raspberry Pi Connect" to open the browser, it will prompt you to log in using your Raspberry Pi ID:
Or, select "Log in..." from the drop-down menu:
If you don't have a Raspberry Pi ID yet, please click here to create one for free.
After verification, assign a name to your device. Select a name that uniquely identifies the device. Click the "Create Device and Login" button to continue.
You can now connect to your device remotely. The Connect icon in the menu bar will turn blue to indicate that your device is now logged into the Connect service. You should receive an email notification indicating that a new device has been linked to your Connect account.
Now your device is displayed on the Connect interface, and you can access your device from anywhere using a browser. Connect provides multiple ways to remotely interact with your devices.
For more information, please refer to Introduction to Raspberry Pi's official website。
Replace the image in the directory (/usr/share/plymouth/themes/pix/splash.png) with your customized image
Monday-Friday (9:30-6:30) Saturday (9:30-5:30)
Email: services01@spotpear.com