Sorry, this entry is only available in 简体中文 and 繁體中文.
Sorry, this entry is only available in 简体中文 and 繁體中文.
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]