Language conversion of the Image2LCD (Modulo the image tools)
We will use the Image2lcd software when using electronic paper on the pcDuino. The software does not have the option […]
We will use the Image2lcd software when using electronic paper on the pcDuino. The software does not have the option […]
A. name: Average recursive filter method (also known as the moving average filter method) B. method: take the continuous n […]
A. method: set a=0~1, this filter result = (1-a) * this sample value +a* the last filter results. B. advantages: […]
A. method: it is the improvement of average recursive filter method which adds the different right for the data at […]
A. method: it is equal to ” amplitude limiting filter method” + ” eliminate shake filter method ” amplitude limiting […]
A. method: setting a filter counter which can compare the sample value with the current valid values: If the sample […]
A. the median average filter method (also known as the average pulse interference filter method) B. method: it is equal to […]
A. method: continuous access to n sample values for arithmetic operations. When the value of n is large: the signal […]
At recently, some user reported that arduino serial print function always appears this or that problem on pcDuino, and some parameters […]