Orange Pi Zero
Jump to navigation
Jump to search
Orange Pi Zero is a small headless ARM computer.
GPIO
- Supports GPIO, I2C, SPI, UART
- Pinout diagram
- Resources: Python GPIO library
Peripherals
- USB Bluetooth dongle (e.g. RTL8821CU) (not supported by the built-in module)
- USB Wifi dongle (e.g. RTL8821CU)
- to access the 5 GHz band (not supported by the built-in module)
- for packet sniffing or network proxy (not supported by the built-in module)
- I2C OLED display SSD1306
- to show the system status (CPU usage, IP address etc.)
- Resources: Rust SSD1306 library, Python OLED library