Commands
May 15, 2014
0 Comments
Password of ‘su’ Command on pcDuino3
The ‘su’ command on pcDuino3 is not initialized. Before you can use, we must first initialize it by using the […]
C
May 8, 2014
0 Comments
Limiting filter method for pcDuino/Arduino (1)
A. Name: limiting filtering method (also known as program judgment filtering method) B. Method: Determine the maximum allowable deviation value from the twice sample (set it as A), when detect a new value, judge: if the deviation between the this value and last time value <=A, this time value is effect. If the deviation between this time and last time > A, this time value is invalid, give up this value, and use the last time value instead of this time value. […]
Linux Applications

May 8, 2014
0 Comments
How to playback video on pcDuino
When it comes to playing back video on pcDuino, there are many options. It’s basically same as the approaches on […]