Articles Posted by the Author:



  • Servo86 Library

    Servo86 Library

    This library is available from 86Duino Coding 209 to make easy the motion control of the robots consisting of RC (hobby) servo motors. It is fully compatible to the original Servo library of Arduino/86Duino, and adds new advanced functions to control the velocity and action sequences of each servo. DEMO VIDEO Libraries Reference Home The […]


  • ROSserial86 Library

    ROSserial86 Library

    Introduction ROSserial86 is a library that is supported by the 86Duino Coding 208 IDE and is a rosserial designed for the 86Duino port to support communication between the 86Duino and the Robot Operating System (ROS). The following is an official introduction to rosserial: ROSserial86 combines the functions of rosserial_arduino and rosserial_embeddedlinux so that the 86Duino […]


  • 86Duino Zero Hardware Introduction

    86Duino Zero Hardware Introduction

    Introduction 86Duino Zero is a development board with a micro controller based on the x86 architecture. It includes a 32 bit x86 CPU Vortex86EX and is also compatible with Arduino sketches. The Zero is an entry level board in the 86Duino series and provides the same output interface as the Arduino UNO and Leonardo. The […]


  • 86Duino One Hardware Introduction

    86Duino One Hardware Introduction

    Introduction 86Duino-One is an open-source microcomputer learning platform built on Vortex86EX, a System-On-Chip (SoC) built with 32-bit x86 processor. It’s designed to be electronically compatible to the Arduino platform. In addition, all 86Duino platform includes Arduino emulation software which enables application codes written for Arduino (sketch) to be compiled and run on the 86Duino platform […]


  • 86Duino EduCake Hardware Introduction

    86Duino EduCake Hardware Introduction

    Introduction 86Duino EduCake (EduCake) is an open-source microcomputer learning platform built on Vortex86EX, a System-On-Chip (SoC) built with 32-bit x86 processor. The EduCake is designed to be electronically compatible to the Arduino platform. In addition, the EduCake includes Arduino emulation software which enables application codes written for Arduino (sketch) to be compiled and run on […]


  • Fundamental Hardware Concepts

    Fundamental Hardware Concepts

    Digital Pins The digital pins on the 86Duino (which are mapped to the GPIO pins of the Vortex86EX SoC) can be configured as either inputs or outputs by the user at run time. We shall explains the functioning of the pins in those modes. Properties of Pins Configured as INPUT Digital pins of 86Duino default […]


  • Installing the Runtime Environment of 86Duino Coding on openSUSE

    Installing the Runtime Environment of 86Duino Coding on openSUSE

    86Duino development environment, 86Duino Coding, requires DOSBOX. This application note talks about the steps to install the DOSBOX package to an openSUSE machine. In addition, this application note also talks about system configuration to address problems associate with not able to locate the serial port and modem manager. Step 1 Launch the terminal program. Step […]


  • Installing the Runtime Environment of 86Duino Coding on CentOS 6

    Installing the Runtime Environment of 86Duino Coding on CentOS 6

    86Duino development environment, 86Duino Coding, requires Java JRE and DOSBOX. This application note talks about the steps to install the Java JRE and DOSBOX packages to a CentOS 6 machine. In addition, we also talk about system configuration to address problems associate with not able to locate the serial port and modem manager. Step 1 […]