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

Sensors Kit for Arduino


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 […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY010: Light Block Sensor Module

/* Button Turns on and off a light emitting diode(LED) connected to digital pin 13, when pressing a pushbutton attached […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY012: Buzzer Module

int buzzer=11; void setup() { pinMode(buzzer,OUTPUT); } void loop() { unsigned char i,j; while(1) { for(i=0;i<80;i++)//Output sound of one frequency […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY011: Dual Light LEDs module

int redpin = 11; // select the input pin for the potentiometer int bluepin =10; // select the pin for […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY013: Analog Temprature Sensor

int sensorPin = A5; // select the input pin for the potentiometer int ledPin = 13; // select the pin […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY006: Buzzer Module

int buzzer=11;// void setup() { pinMode(buzzer,OUTPUT);// } void loop() { unsigned char i,j;// while(1) { for(i=0;i<80;i++)//output sound of one frequency […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY008: Laser Diode Module

/* Blink Turns on an LED on for one second, then off for one second, repeatedly. This example code is […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY016: RGB three colors LED module

int redpin = 11; // select the input pin for the potentiometer int bluepin =10; // select the pin for […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY015: Temprature and Humidity Sensor

Sensor KY015 Arduino Sample Code by Patrick #define dht_dpin A0 byte bGlobalErr; byte dht_dat[5]; void setup(){ InitDHT(); Serial.begin(9600); delay(300); Serial.println("Humidity […]

Older posts

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors