
The hidden extra GPIOs on pcDuino
The headers of pcDuino is compatible with Arduino Uno. However, pcDuino provides an extra set of GPIOs. You can use […]
The headers of pcDuino is compatible with Arduino Uno. However, pcDuino provides an extra set of GPIOs. You can use […]
[vc_row][vc_column width=”1/1″][vc_column_text]External interrupt is an important mechanism to handle external event by pcDuino. pcDuino provides two external interrupt pins (pins […]
[vc_row][vc_column width=”1/1″][vc_column_text]LM35 Linear Temperature Sensor can be used to detect ambient air temperature. This sensor is produced by National Semiconductor […]
[vc_row][vc_column width=”1/1″][vc_column_text]LCD (Liquid Crystal Display) screen is an electronic display module and find a wide range of applications. A 16×2 […]
[vc_row][vc_column width=”1/1″][vc_column_text]DHT11 Temperature and Humidity Sensor features a calibrated digital signal output with the temperature and humidity sensor complex,ensureing the […]
[vc_row][vc_column width=”1/1″][vc_column_text]Ultrasonic sensors (also known as transceivers when they both send and receive, but more generally called transducers) work on […]
[vc_row][vc_column width=”1/1″][vc_column_text]A stepper motor (or step motor) is a brushless DC electric motor that divides a full rotation into a […]
[vc_row][vc_column width=”1/1″][vc_column_text]In this post, we are going to look at how to use pcDuino to control RC (hobby) servo motors. […]
[vc_row][vc_column width=”1/1″][vc_column_text] 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 […]
[vc_row][vc_column width=”1/1″][vc_column_text]In this tutorial, we are going to show how to run a game named “Snake” on pcDuino, and controlled […]