The Odroid boards are small ARM-based computers from Hardkernel. The board contains a 40-pin GPIO connector, which can be used with a selection of our development boards.
Odroid provides a Ubuntu Linux distribution that can be downloaded from their support website.
We have tested our Python libraries on the Odroid boards. To download our libraries from our GitHub account, you first need to install git with the following:
sudo apt-get install git
Next, you need to navigate to the directory you want to download the libraries into and use the following command to clone the files to your local directory:
git clone https://github.com/abelectronicsuk/ABElectronics_Python_Libraries.git
Compatible development boards
The following development boards have been tested and are compatible with the Odroid boards when using Armbian OS and our Python libraries or OWFS for 1 Wire support.
Note: When using the Odroid Boards with the supplied heatsink, you may need an extended header between the Odroid Board and the development board to allow enough airflow to keep the CPU cool.
Also useful for your Raspberry Pi project
Temperature & Sensing
1 Wire Pi Plus
Connect dozens of 1-Wire sensors - temperature, iButtons, EEPROMs - via a single GPIO pin. Stacks directly on the 40-pin header.
Analogue I/O
ADC Pi
Read up to 8 analogue inputs - perfect for pairing with your temperature sensors or other analogue-output devices.
All-in-one
Expander Pi
Combines ADC, DAC, 32 GPIO ports and a real-time clock on one board. The most versatile board for complex Raspberry Pi projects.