Learn

DeskPi PicoMate User Manual

DeskPi PicoMate User Manual

DeskPi PicoMate User Manual Designed for Raspberry Pi Pico & Pico W V1.0 Table of contents Revision history  Introduction  Key Features  What's included Pinout Diagram  Getting Started With Python  Installing...

DeskPi PicoMate User Manual

DeskPi PicoMate User Manual Designed for Raspberry Pi Pico & Pico W V1.0 Table of contents Revision history  Introduction  Key Features  What's included Pinout Diagram  Getting Started With Python  Installing...

Trouble Shooting - How to check IR remote

How to check IR remote Enable gpio-ir  function by editing /boot/config.txt file. dtoverlay=gpio-ir,gpio_pin=17 Install lirc software. sudo apt-get -y install lirc Modify configuration file /etc/lirc/lirc_options.conf and make sure it contains those two parameters: driver = default device...

Trouble Shooting - How to check IR remote

How to check IR remote Enable gpio-ir  function by editing /boot/config.txt file. dtoverlay=gpio-ir,gpio_pin=17 Install lirc software. sudo apt-get -y install lirc Modify configuration file /etc/lirc/lirc_options.conf and make sure it contains those two parameters: driver = default device...

Trouble Shooting - How to check front USB port

How to check front USB port First, you need to check if /boot/config.txt file contains this parameter: dtoverlay=dwc2,dr_mode=host The front USB function is coming from dwc2 overlay, it selects the dwc2...

Trouble Shooting - How to check front USB port

How to check front USB port First, you need to check if /boot/config.txt file contains this parameter: dtoverlay=dwc2,dr_mode=host The front USB function is coming from dwc2 overlay, it selects the dwc2...

Trouble Shooting - How to check SSD/HDD status

How to check SSD/HDD status Check if the SSD/HDD has been recognized by OS, just check USB controller's status will be ok due to it is connected via an USB adapter....

Trouble Shooting - How to check SSD/HDD status

How to check SSD/HDD status Check if the SSD/HDD has been recognized by OS, just check USB controller's status will be ok due to it is connected via an USB adapter....

Trouble Shooting - How to Check WiFi Connection...

How to check wifi connection status Open a terminal and typing: ifconfig -a Wi-Fi adapter is called wlan0 How to check wifi signal level? sudo apt update sudo apt -y install...

Trouble Shooting - How to Check WiFi Connection...

How to check wifi connection status Open a terminal and typing: ifconfig -a Wi-Fi adapter is called wlan0 How to check wifi signal level? sudo apt update sudo apt -y install...

Trouble Shooting - How to check OS Version

How to check OS Version Open a terminal and typing: lsb_release -a Check the kernel version: uname -a

Trouble Shooting - How to check OS Version

How to check OS Version Open a terminal and typing: lsb_release -a Check the kernel version: uname -a