Guide to use quecpi_config
2025-11-26
Qucpi_config is a tool for configuring Quectel Pi H1, providing the following functions:
- Configure the onboard LED working mode and brightness
- Configure the working mode and fan speed of the fan interface
- Configure the 40pin interface working mode
- Check the temperature of each component in the system
- Query the system's CPU, memory, and storage status
- Configure WIFI
Onboard LED configuration
Configure working mode
sudo quecpi_config led mode <blue|green|red> <heartbeat|none>
Configure brightness
sudo quecpi_config led brightness <blue|green|red> <0-511>

Fan configuration
Configure fan speed
sudo quecpi_config fan set speed <0-255>

40pin interface working mode configuration
First modify the configuration file /etc/quecpi_config/quecpi_config.ini, and then run the following command to configure it
sudo quecpi_config 40pin set
- Attention, it will take effect after restarting

Query the temperature of each module in Quectel Pi H1
sudo quecpi_config dump temperature

Query the CPU, memory, and storage status of the system
sudo quecpi_config dump systemusage

Configure WIFI
Scan WIFI
sudo quecpi_config wifi scan

View existing WIFI connection
sudo quecpi_config wifi show
Check the WiFi connection status
sudo quecpi_config wifi dump <connection uuid>
Add WIFI connection
sudo quecpi_config wifi connect <ssid> <password>
- After successful connection, the corresponding wireless network status will be displayed as Connected, and the WIFI connection icon will appear in the upper right corner

Delete WIFI connection
sudo quecpi_config wifi remove <connection uuid>