Guide to use quecpi_config

Qucpi_config is a tool for configuring Quectel Pi H1, providing the following functions:

  1. Configure the onboard LED working mode and brightness
  2. Configure the working mode and fan speed of the fan interface
  3. Configure the 40pin interface working mode
  4. Check the temperature of each component in the system
  5. Query the system's CPU, memory, and storage status
  6. 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>