558 B
558 B
PiScope – Orange Pi OLED System Monitor
Example OLED setup on Orange Pi RV2
PiScope is a lightweight system monitor for the Orange Pi, displaying real-time CPU, memory, and system stats on a SSD1306 OLED screen via I2C.
Installation
Run the installer as root:
sudo ./install.sh
Manual Setup Steps
-
Run
orange-pi-config -
Enable I2C overlay
-
Reboot the system
-
Connect OLED to I2C3 pins:
- SDA → I2C SDA
- SCL → I2C SCL
- 3.3V → OLED VCC
- GND → OLED GND