Orange Pi Zero Plus2 (H5 Version)

by Shenzhen Xunlong Software CO.,Limited

Image of Board

What’s Orange Pi Zero Plus2?

It’s an open-source single-board computer. It can run Android 4.4(H3 version)/Android 5.1(H5 version) , Ubuntu, Debian, it uses the AllWinner H3/H5 SoC, and has 512MB DDR3 SDRAM.

What can I do with Orange Pi Zero Plus2?

Build… A computer A wireless server Games Music and sounds HD video A speaker Android Scratch Pretty much anything else, because Orange Pi Zero Plus2 is open source

Who’s it for? Orange Pi Zero Plus2 is for anyone who wants to start creating with technology – not just consuming it. It’s a simple, fun, useful tool that you can use to start taking control of the world around you.

  • H5 Quad-core Cortex-A53
  • H3 Quad-core Cortex-A7
  • H5 Mali450 GPU
  • H3 Mali400MP2 GPU
  • 512MB DDR3 (shared with GPU)
  • AP6212, IEEE 802.11 b/g/n, BT4.2
  • A CSI input connector Camera
  • Supports 8-bit YUV422 CMOS sensor interface
  • Supports CCIR656 protocol for NTSC and PAL
  • Supports SM pixel camera sensor
  • Supports video capture solution up to 1080p@30fps
  • Supports HDMI output with HDCP
  • Supports HDMI CEC
  • Supports HDMI 30 function
  • USB OTG can supply power
  • UART, ground
  • Power Button
  • 26 Pins Header, compatible with Raspberry Pi B+
  • 13 Pins Header, with 2x USB, IR pin, AUDIO(MIC, AV)
  • Power led & Status led
  • Android Ubuntu, Debian, Raspbian Image

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.