• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Sort:
  • Date
  • Name
  • Rating
  • Popular
  • Category

pcDuino


PWM
pwm
March 17, 2014 0 Comments

Breathing LED experiment on pcDuino

[vc_row][vc_column][vc_column_text]Breathing Light introduction: Breathing light is a status light really, also used for notification if a new message arrives or […]

Java
March 16, 2014 0 Comments

Java call dynamic link library-jna (2)

Last week, using the underlying principle of Linux, successfully realized GPIO control on pcDuino .If use  the same approach on PWM, ADC serial port […]

Arduino-ish Program
T1KJfVXdBpXXXXXXXX_!!0-item_pic
March 16, 2014 0 Comments

Pay attention to the hardware problem on pcduion of GPIO

We always say that the pcDuino is compatible with arduino platform, but there are some different in some part, here I will introduce the different of GPIO between the pcDuino and arduino and what we should pay attention to in a normal application. 1.The difference between input and output:The arduino platform are generally AVR singlechip computer of the atmel company, the GPIO of this singlechip computer is 5V withstand voltage, so UART interface can bear 5V voltage. The GPIO of pcDuino is 3.3 V withstand voltage so as to the UART. We must check the signal level whether it is compatible when use the serial communication, or it will lead to the damage of the main control chip. 2.Flip speed problems: Because AVR microcontroller CPU frequency is only up to 16MHZ, so gpio flip speed […]

Arduino-ish Program
T1KJfVXdBpXXXXXXXX_!!0-item_pic
March 16, 2014 1 Comment

Pay attention to hardware problem on pcDuino of ADC

We always say that the pcDuino is compatible with arduino platform, but there are some different in some part, here I will introduce the different of ADC between the pcDuino and arduino and what we should pay attention to in a normal application. 1.Accuracy difference: arduino platforms are generally atmel’s AVR SCM, ADC accuracy of these SCM is 10 bite, while […]

Arduino-ish Program
T1KJfVXdBpXXXXXXXX_!!0-item_pic
March 16, 2014 0 Comments

Pay attention to hardware problem on pcDuino of UART

We always say that the pcDuino is compatible with arduino platform, but there are some different in some part, here I will introduce the difference of UART between the pcDuino and arduino and what we should pay attention to in a normal application. 1.The difference between input and output: The arduino platform are generally AVR singlechip computer of the atmel company, the GPIO of this singlechip computer is 5V with stand voltage, so UART interface can bear 5V voltage. The GPIO of pcDuino is 3.3 V withstand voltage so as to the UART. We must check the signal level whether it is compatible when use the serial communication, or it will lead to the damage of the main control chip. 2.The problem of serial rate:Due to the frequence of CPU from AVR pcDuino platform only 16MHZ, lead to the highest rate of UART only 2MB/s.  And the highest APB pcduino can reach to 138 MHZ, so the pcduino UART highest rate is much faster, of course, the driver on pcDuino don’t do kinds of on the support of baud rate. 3.The problem of pin function reusing:The UART of arduino is reusing with the GPIO0    GPIO1 it is the same with pcDuino. The UART on pcDuino support infrared data modem as well

pcDuino
March 16, 2014 0 Comments

Add printf function to Arduino serial library on pcduino

At recently, some user reported that arduino serial print function always appears  this or that problem on pcDuino, and some parameters […]

Showcase
March 16, 2014 0 Comments

Control LED by two way communication between pcDuino and Arduino by XBEE

[vc_row][vc_column width=”1/1″][vc_column_text]Xbee is Digi’s zigbee module. By using Xbee modules with pcDuino and Arduino,  we can realize two way wireless […]

Linux Applications
March 16, 2014 0 Comments

pcDuino ownCloud

[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Install Apache2 server” tab_id=”1394955895-1-99″][vc_column_text]Please refer to other post http://learn.linksprite.com/pcduino/linux-applications/install-apachephpmysql-on-pcduino/[/vc_column_text][/vc_tab][vc_tab title=”Download and install ownCloud4″ tab_id=”1394955895-2-55″][vc_column_text]Download owncloud program Download address: http://owncloud.org/ […]

Linux Applications
March 16, 2014 0 Comments

Install apache+php+mysql on pcDuino

[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Install Apache2″ tab_id=”1394949808-1-42″][vc_column_text] Install apache2 sudo apt-get install apache2 Installed completed, the run commands sudo /etc/init.d/apache2 restart Input […]

Linux Applications
March 15, 2014 0 Comments

Install LAMP server on pcDuino

Install LAMP server on pcDuino is very easy. Here we share the whole process of installation. The below software packages are […]

Older posts
Newer posts

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors