Showcase November 28, 2014 0 Comments Turn pcDuino1/2 into a Digital Picture Frame We are going to turn pcDuino into a digital picture frame. The thing to make this magic happen is a […]
3D printing November 28, 2014 0 Comments 3D Print Files of the ends for clear enclosure for pcDuino V2 LinkSprite has a clear enclosure that can be used for Arduino family and pcDuino V1. To use this clear enclosure […]
Processsing November 28, 2014 0 Comments Steps of running processing on pcDuino Open terminal, run the following commands: $ cd /home/ubuntu/ $ wget http://processing.googlecode.com/files/processing-1.5.1-linux.tgz $ tar xvf processing-1.5.1-linux.tgz $ cd processing-1.5.1 $ mv […]
kernel and uboot November 28, 2014 0 Comments Basic Kernel Commands for pcDuino1/2 Uboot command: Connect serial debug cable to the debug port, and launch the hyper-terminal. Press any key at boot up to […]
Quick Start November 28, 2014 0 Comments Basic Ubuntu for pcDuino What is the version of Ubuntu? The ubuntu version is LUbuntu v12.04 of Linaro. How to install the software? $ sudo apt-get update […]
Arduino-ish Program November 28, 2014 0 Comments Arduino-ish Programming 1. Q: I know arduino programming well, so does linux programming. Now my question is, if I connect a button sensor to […]