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 […]
86Duino development environment, 86Duino Coding, requires Java JRE and DOSBOX. This application note talks about the steps to install Java JRE and DOSBOX packages. 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 Launch the terminal program. Step 2 […]
86Duino development environment, 86Duino Coding, requires Java JRE and DOSBOX. This application note talks about the steps to install Java JRE and DOSBOX packages. 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 Launch the terminal program. Step 2 […]
86Duino development environment, 86Duino Coding, requires Java JRE and DOSBOX. This application note talks about the steps to install Java JRE and DOSBOX packages. 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 Launch the terminal program. Step 2 […]
The 86Duino IDE is derived from Arduino 1.5.2. Steps to install 86Duino IDE to a Linux workstation is identical to the steps presented on the Arduino Playground website. The following section works through the steps to install the 86Duino development environment onto a Linux workstation. Step 1 To setup an appropriate development environment, refer to […]
This library is available from 86Duino Coding 207 and is an 86Duino porting of the Mirf library to support the nRF24L01 2.4GHz wireless transceiver modules; such a small module provides a cheap way to communicate wirelessly between 86Duino’s. One can refer to the Arduino tutorial to learn the use of this library. Libraries Reference Home […]
This library is available from 86Duino Coding 207 and is an 86Duino porting of ManiacBug’s RF24 library to support the nRF24L01 2.4GHz wireless transceiver modules; such a small module provides a cheap way to communicate wirelessly between 86Duino’s. One can refer to the official document of RF24 to learn the use of this library. Libraries […]