
Orange Pi 3 LTS by Shenzhen Xunlong Software CO.,Limited
Orange Pi 3 LTS is an open-source single-board computer with dual-band wireless WiFi and Bluetooth 5.0 .It is highly compact with a dimension of 56X85mm.
Orange Pi 3 LTS uses the Allwinner H6 SoC, and has 2GB LPDDR3 SDRAM, 8GB EMMC Flash. It can run Android 9,Ubuntu,Debian. Orange Pi 3 LTS offers a range of different ports, including HDMI output, 26pin headers, Gbps Ethernet port,1USB 3.0, 2 USB2.0,etc. It is powered through Type-C. It is a good choice for applications that need strong networking perfomance.
Hardware specification
- Allwinner H6 Quad-core 64-bit 1.8GHz high-performance Cortex-A53 processor
-
- High-performance multi-core GPU Mali T720
- OpenGL ES3.1/3.0/2.0/1.1
- Microsoft DirectX 11 FL9_3
- ASTC(Adaptive Scalable Texture Compression)
- Floating point operation greater than 70 GFLOPS
- AXP805 2GB LPDDR3 (shared with GPU)
-
- Micro SD card slot
- 8GB EMMC Flash
- YT8531C Chip
- Support 10/100M/1000M Ethernet
- 859 Chip
- Support IEEE 802.11 a/b/g/n/ac
- Support BT5.0
- HDMI 2.0a
- TV CVBS Output
- HDMI Output
- 3.5mm Audio Port
- 5V3A Type-C
- 1* USB 3.0 HOST, 2* USB 2.0 HOST
- 26pin connector with1* I2C, 1SPI, 1UART &Multiple GPIO Ports
- UART-TX, UART-RX & GND
- Power Button (SW4)
- Power LED& Status LED
- Support IR Remote Control
- Android 9.0, Ubuntu, Debian
Purchase
Contribute
Have some info to add for this board? Edit the source for this page here.
Adafruit Blinka Installation
We use a special library called adafruit_blinka (named after Blinka, the CircuitPython mascot) to provide the layer that translates the CircuitPython hardware API to whatever library the Linux board provides.
For example, on Raspberry Pi we use the python RPi.GPIO library. For any I2C interfacing we'll use ioctl messages to the /dev/i2c device. For SPI we'll use the spidev python library, etc. These details don't matter so much because they all happen underneath the adafruit_blinka layer.