NanoPi NEO Air

by FriendlyElec

Image of Board

LTS - long term support, We will not make any changes to this model and will provide support as long as possible

  • CPU: Allwinner H3, Quad-core Cortex-A7 Up to 1.2GHz
  • RAM: 512MB DDR3 RAM
  • Storage: 8GB eMMC
  • WiFi: 802.11b/g/n
  • Bluetooth: 4.0 dual mode
  • MicroSD Slot x 1
  • GPIO: 2.54mm pitch 24pin. It includes UART, SPI, I2C, IO etc
  • PCB Size: 40 x 40mm
  • Power Supply: DC 5V/2A
  • OS/Software: u-boot, UbuntuCore
  • Weight: 7.5g(WITHOUT Pin-headers); 9.7g(WITH Pin-headers)

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.