ODROID 2017 benchmarks
ODROID-C1+

ODROID Benchmark Results

We ran several benchmark tests to measure the computing power of the ODROID-XU4. The same tests were performed on the Raspberry Pi 3 Model B, ODROID-C1+, ODROID-C2 and ODROID-XU4. The values of the test results were scaled uniformly for comparison purposes. The computing power of the XU4 was measured to  ▶

Manuals

ODROID-C1/C1+ Manual

Click here to download the ODROID-C1 Manual PDF. Congratulations on purchasing the ODROID-C1! It is one of the most powerful low-cost Single Board computers available, as well as being an extremely versatile device. Featuring a quad-core AmLogic processor, advanced Mali GPU, and Gigabit ethernet, it can function as a home  ▶

ODROID-C0

Implementing GPIO IRQ Handlers: Using Python 3 To Control RPi.GPIO

This code and guide are intended to demonstrate GPIO IRQ handling on the ODROID-C1+/C2/XU4/N2. The guide was adapted from the ODROID wiki page at https://wiki.odroid.com/odroid-xu4/application_note/gpio/rpi.gpio_irq. We can simply implement GPIO IRQ handler with Python 2/3. In this guide, we will use Python 3 for programming the handler. Before getting started,  ▶