X86 II ULTRA

by UDOO

Image of Board

UDOO X86 II is the New PC: the most powerful x86 maker board ever and an Arduino™ Leonardo-compatible platform, all embedded on the same board.

On UDOO X86 II you can run all the software available for the PC world, from gaming to video streaming, from graphical editors to professional development platforms, plus all the software or the Arduino™ Leonardo world, including all the sketches, libraries and the official Arduino™ Leonardo IDE.

You won’t ever worry about lack of drivers or stuff like that. This is a true next-generation computer.

It is based on Quad Core 64-bit new-generation x86 processors made by Intel®, designed for the PC domain. Prodigious processors concentrated in 14 nm, with an amount of energy consumption of 5 or 6 Watt.

The board can be powered by a DC-jack with a standard 5.5mm/2.1mm barrel jack, internal positive, Voltage 12V ± 5%. This is not included. Alternatively, power can be provided though the VIN pin located on the header.

Screw/Spacers for M.2 SSD and Wifi/BT already included.

  • CPU Intel Pentium N3710 2.56 GHZ
  • 8 GB DDR3L Dual Channel
  • Intel HD Graphics 405. Up to 700 MHz
  • 32GB eMMC storage
  • Standard SATA connector
  • M.2 Key B SSD slot
  • Micro SD card slot
  • Gigabit Ethernet connector
  • M.2 Key E slot for optional Wireless modules
  • 3 x USB 3.0 type-A sockets

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.