Orange Pi R1

by Shenzhen Xunlong Software CO.,Limited

Image of Board

What’s Orange Pi R1?It’s an open-source single-board computer. It can run Android 4.4, Ubuntu, Debian Image. It uses the AllWinner H2 SoC, and has 256MB DDR3 SDRAM.

  • H2 Quad-core 32-bit Cortex-A7
  • Mali400MP2 GPU @600MHz
  • Supports OpenGL ES 2.0
  • 256MB DDR3 (shared with GPU)
  • TF card (Max. 32GB) / Spi flash(16MB)
  • 100M Ethernet 1 RJ45 (onboard 100Mbps)
  • 100M Ethernet 2 RJ45 (RTL8152B)
  • Onboard Wifi + Bluetooth
  • Realtek RTL8189FTV, IEEE 802.11 b/g/n
  • Supports external board via 13 pins
  • USB OTG can supply power
  • GPIO(1x3) pin
  • UART, ground.
  • Power Button(SW602)
  • 26 Pin Header
  • 13 Pin Header, with 2x USB, IR pin, AUDIO(MIC, AV)
  • Power led & Status led
  • Android4.4, Lubuntu, Debian, Armbian 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.