apt update
apt install -y python3-pip libportaudio2
Software Version | Download Link |
---|---|
uiflow2-0.0.1-cp311-cp311-linux_armv7l.whl | Download |
scp .\uiflow2-0.0.1-cp311-cp311-linux_armv7l.whl root@192.168.20.97:/root
--break-system-packages
flag to install the package (this step requires network connectivity).pip install ./uiflow2-0.0.1-cp311-cp311-linux_armv7l.whl --break-system-packages
pip list
Package Version
------------------ ---------
certifi 2025.1.31
charset-normalizer 3.4.1
distro 1.8.0
evdev 1.9.1
idna 3.10
paho-mqtt 2.1.0
pip 23.0.1
PyAudio 0.2.14
pyserial 3.5
requests 2.32.3
setuptools 66.1.1
smbus2 0.5.0
uiflow2 0.0.1
urllib3 2.3.0
wheel 0.38.4
Refer to the command below, and enter your M5Stack account's email address and password to bind the device to your account. If you do not have an account, you can click here to register a new account .
uiflow2 register
Please input your email: XXXXXXXXX@XXXX.com
Please input your password:
# Start the UiFlow2 service
uiflow2
# Run the default UiFlow menu program and start the UiFlow2 service
uiflow2 ui
# Stop the UiFlow2 service
uiflow2 stop
# Enable uiflow2 systemd service; uiflow2 will start automatically when the system starts
uiflow2 enable
# Restart uiflow2 systemd service
systemctl restart uiflow2.service
# Check uiflow2 systemd service status
systemctl status uiflow2.service
# Stop uiflow2 systemd service
systemctl stop uiflow2.service
# Remove uiflow2 systemd service
uiflow2 disable