How to Read/Control GPIO (turn on/off LED) on web page using Python
In this tutorial, we will create a web server on pcDuino using Python. We can then control/read GPIOs on pcDuino […]
In this tutorial, we will create a web server on pcDuino using Python. We can then control/read GPIOs on pcDuino […]
We are going to detail the steps used to install OpenJFX on pcDuino. 1. Download JDK 8 file from java […]
digitalhack posted a blog about getting openFrameworks to run on pcDuino. http://digitalhacksblog.blogspot.com/2013/06/openframeworks-pcduino.html Setup the pcDuino to use […]
This post was translated from a post by Yuanbo She. When talking about installing ROS on pcDuino, many people will […]
In this post, we introduce install QT on pcDuino. We directly compile and install QT on pcDuino, and didn’t cross-compile […]
In this post, we describe how to send email in pcDuino by script and Python. First let us look at […]
You can get pcDuino kernel source code from https://github.com/pcduino/kernel, and follow the guide http://www.pcduino.com/?p=957 to build your own kernel. However, sometimes people do not […]
We follow the instructions on http://salaboy.com/2013/06/14/using-javacv-in-the-raspberry-pi-linux-arm/ The following are the actual steps we did: Install the dependency: sudo apt-get install […]
In this post, we show how to use Go lang to control GPIO on pcDuino. If you have updated the […]
USB/IP Project aims to develop a general USB device sharing system over IP network. To share USB devices between computers […]