Articles Posted by the Author:

  • Installing the Runtime Environment of 86Duino Coding on Ubuntu

    Installing the Runtime Environment of 86Duino Coding on Ubuntu

    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 […]


  • Installing the Runtime Environment of 86Duino Coding on Fedora

    Installing the Runtime Environment of 86Duino Coding on Fedora

    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 […]


  • Installing the Runtime Environment of 86Duino Coding on Debian

    Installing the Runtime Environment of 86Duino Coding on Debian

    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 […]


  • Installing 86Duino Coding on Linux

    Installing 86Duino Coding on Linux

    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 […]


  • Mirf Library

    Mirf Library

    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 […]


  • RF24 Library

    RF24 Library

    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 […]


  • RF12 Library

    RF12 Library

    This library is available from 86Duino Coding 207 and is an 86Duino porting of the RF12 wireless driver of JeeLib to support the low-cost “RFM12” and “RFM12B” wireless transceiver modules from HopeRF; these modules are useful for applications such as remote control toys, wireless alarm, wireless sensor, and wireless data collection. One can refer to […]


  • RadioHead Library

    RadioHead Library

    This library is available from 86Duino Coding 207 and is an 86Duino porting of Mike McCauley’s RadioHead Packet Radio library. It provides a complete object-oriented interface for sending and receiving packetized messages via a variety of common data radios. Various radio modules are supported, including RX-B1, TX-C1, DR3100, RFM22B, RFM69, nRF24L01, and so on. One […]


  • How to connect Arduino GSM shield with 86Duino

    How to connect Arduino GSM shield with 86Duino

    The connecting method between 86Duino and Arduino is difference. Before using this library, first refer to the below description which tell you a correct method to connect Arduino GSM shield with 86Duino. Arduino GSM shield communicates with 86Duino by UART interface. There are two data pins and a control pin need to be connected with […]


  • MsTimer2 Library

    MsTimer2 Library

    This library is available from 86Duino Coding 106, and provides the API of the Arduino MsTimer2 library to access 86Duino’s second 32-bit hardware timers. One can refer to the tutorial on the Arduino website to learn the use of this library. Limits Since MsTimer2 employs the same internal timer as analogWrite(32), the tone() function, and […]