Articles Posted in the " " Category

  • Extend L86duntu Storage Space (Linux)

    Extend L86duntu Storage Space (Linux)

    When we restore the L86duntu image to a microSD card with capacity over 8GB (eg. 16GB, 32GB, etc), the space occupied by the L86duntu image will be around 8GB, with the remainder being unused. We are going to show you how can you enable the SD card’s full capacity to be used in L86duntu. Extend […]








  • Usage of 86IO

    Usage of 86IO

    Describe 86IO is a built-in tool program in L86duntu, which is used to set the output status of the 86Duino digital I/O pin or read the input status of the digital I/O pin. The implementation method is to directly call  digitalRead()  and  digitalWrite() in the 86Duino API, and the original code is placed in the /home/dmp/86Duino_Tools/src/86io directory, […]


  • Usage of 86ADC

    Usage of 86ADC

    Describe 86ADC is a built-in tool program for L86duntu, which is used to read the voltage value detected by the A/D pin on the 86Duino board. The implementation method is to directly call analogRead() in the 86Duino API, and its original code is placed in the /home/dmp/86Duino_Tools/src/86adc directory, and users can refer to or modify it themselves.  […]


  • Sleep RTC Alarm

    Sleep RTC Alarm

    Description This example demonstrate how to use the RTC library methods in order to wake up from the standby mode a 86Duino. Hardware Required - 86Duino Zero/One/EduCake/PLC Code Libraries Reference Home The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code […]