• 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

KY028: Digital Temprateure 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

KY026: Flame 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

KY031: Shock Sensor Module

Use the LED comes with digital pin 13, and connect the shock sensor output to digital pin 3, when the […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY033: Line follow Sensor Module

Use the LED comes with digital pin 13, and connect the shock sensor output to digital pin 3, when the […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY034: 7 Colors LED Blinking 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

KY032: Obstacle Sensor Module

Use the LED comes with digital pin 13, and connect the shock sensor output to digital pin 3, when the […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY035: Hall Sensor Module

Use the LED comes with digital pin 13, and connect the shock sensor output to digital pin 3, when the […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY036: Metal Touch Sensor Module

int Led=13; int Shock=3 int val; void setup() { pinMode(Led,OUTPUT); pinMode(Shock,INPUT);// } void loop() { val=digitalRead(Shock); if(val==HIGH)/ { digitalWrite(Led,LOW); } […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY037: High Sensitive Microphone Module

int Led=13; int Shock=3 int val; void setup() { pinMode(Led,OUTPUT); pinMode(Shock,INPUT);// } void loop() { val=digitalRead(Shock); if(val==HIGH)/ { digitalWrite(Led,LOW); } […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY038: Microphone Module

int Led=13; int Shock=3 int val; void setup() { pinMode(Led,OUTPUT); pinMode(Shock,INPUT);// } void loop() { val=digitalRead(Shock); if(val==HIGH)/ { digitalWrite(Led,LOW); } […]

Older posts
Newer posts

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors