pcDuino3 April 26, 2014 0 Comments Review of pcDuino3 (I) Compared to pcDuino v2, pcDuino3 is bigger, and equipped with more interfaces. The most significant change is the processor. pcDuino3 […]
Hardware Knowledge April 26, 2014 0 Comments How to use the linear LED [vc_row][vc_column width=”1/1″][vc_column_text]Linear LED is a special type of LED that be used to form a dotted line or some other […]
Hardware Knowledge April 26, 2014 0 Comments How to use battery level indication LED [vc_row][vc_column width=”1/1″][vc_column_text]In this post, we will look at a special type of segment LED that can be used to indicate […]
Hardware Knowledge April 26, 2014 0 Comments How to use distance indicator LED [vc_row][vc_column width=”1/1″][vc_column_text]In this tutorial, we will look at a special type of segment LED, which can be used to indicate […]
Sensors Kit for Arduino April 25, 2014 0 Comments KY005: Infrared Emitter Module const int analogInPin = A0; int sensorValue = 0; int KEY ; int NEWKEY ; int OLDKEY = 0; int […]
Sensors Kit for Arduino April 25, 2014 0 Comments KY009: RGB three colors LEDs module int redpin = 11; // select the input pin for the potentiometer int bluepin =10; // select the pin for […]