Use Bluetooth printer on pcDuino arches
In this tutorial , we will show how to use Bluetooth on pcDuino Arches . First we need to prepare as following: 1. Power for the Bluetooth printer; 2. Flash the newest Android system for pcDuino...
View ArticleUse PWM interface on pcDuino8
In this tutorial, we will demo how to use PWM on pcDuino 8. pcDuino8 extra PWM interface only have one road, following I will show how to use it. Here I will provide sysfs file system interface. The...
View ArticleFlash the Scratch and software keyboard system on pcDuino3 Nano
In this tutorial, we will show how to flash scratch and software keyboard on pcDuino Nano. Hardware prepareSoftware PrepareOperation procedure 2 × TF card 1 × Card reader 1 × pcDuino3 Nano 1.Download...
View ArticleInstalling Ubuntu 14 on a pcDuino3
In this tutorial we will show how to install Ubuntu 14 on a pcDuino3
View ArticleReal Time Clock (RTC) module on pcDuino3 Nano
In this tutorial, we show how to use Linker Real Time Clock (RTC) module on pcDuino3 Nano. Hardware Connection: The schematic can be shown below: The actual hardware wiring as...
View ArticleQuick Look at Snappy Ubuntu Core for pcDuino3
In this tutorial, we will briefly introduce the Snappy ubuntu Image for pcDuino3. LinkSprite recently released Snappy ubuntu Image. In the following I will show what is the Snappy system. Snappy...
View ArticleRuby/Sinatra server with Neo4j DB on pcDuino
The original post can be found at: https://github.com/cjdaly/napkin/wiki/Server-on-pcduino Hardware setup The image below shows my pcDuino hardware setup. Some notes: USB power (center left) is...
View ArticleRover PcDuino Introduction et partie matérielle
raduction de code : https://s3.amazonaws.com/pcduino/book/Rover+-+A+WiFi+Video+Surveillance+Remote+Robot++Powered+by+pcDuino.pdf The original post can be found at:...
View Articlelight the LED under pcDuino Android system
In this tutorial, we will introduce how to light the lamb with GPIO interface under Android system with pcDuino. Hardware prepareSoftware prepareProcedure Android program 1 × pcDuino3B 1 × USB 1 ×...
View Article[HOWTO] Ubuntu in German
Moin, ich bin im Ubuntu General-Forum über einen unvollstädigen Post gestolpert, wo gefragt wurde wie man Ubuntu denn Deutsch bekäme. Dies war unvollständig, deshalb möchte ich hier kurz zeigen wie man...
View ArticlepcDuino3 hardware watchdog
This post was contributed by viulian. I’ve decided to investigate the watchdog functionality of my pcDuino3 as a fail safe mechanism that if something goes wrong with a driver / or the kernel panics –...
View ArticleUsing Python to connect RTC (I2C) to pcDuino2
This was contributed by Wojtek. Few days before I got my PcDuino and having some experiences before with other A10 boards, I tried to connect RTC module with DS1307 chip. First I had to install...
View ArticleHow to Turn on Touchscreen function in Acadia Kernel and Build the kernel
1. Download the kernel source files from https://github.com/linksprite/linux-kernel-acadia1.0-beta. 2. Read the README.md file, and set up the compilation environment according to the readme file. 3....
View ArticleArduino 1.77 TFT Shield library
This is contributed by viulian. I’ve managed to port the Arduino TFT 1.77 Library (no sdcard support, I find it useless given that pcDuino has sdcard also) to pcDuino3. I think the code might work on...
View ArticleUsing Arduino-ish libs without Arduino-ish IDE on pcDuino
The following is a quick way to use Arduino-ish library without Arduino-ish IDE on pcDuino. $ sudo apt-get install pcduino-dev $ cat test.c #include <pcduino/Arduino.h> void setup() { } void...
View ArticleAlpha Numeric Display
This post was contributed by Charles (cwilt). I modified an arduino library to control SparkFun Alpha Numeric Display Driver. https://www.sparkfun.com/products/10103 FLIPDISPLAY does not work yet. Have...
View Article[Announce] Xvisor Hypervisor running on pcduino.
For those who might be interested, we can run the Xvisor hypervisor (open source, GPL) on the pcduino board. An hypervisor is a piece of low level software allowing you to run several virtual machine...
View ArticleTurning a pcDuino into an AirPlay Receiver for Streaming Music
If you have an iPhone/iPad, you must be familiar with the AirPlay icon that shown as an little triangle. It can opt to play the music at the remote AirPlay receiver for better sound quality. In this...
View Article