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

Arduino


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); } […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY039: Heatbeat Sensor Module

// Project 12 – Pulse Monitor Test Script int ledPin = 13; int sensorPin = 0; double alpha = 0.75; […]

Sensors Kit for Arduino
April 25, 2014 0 Comments

KY040: Rotation Encoder Module

// Project 11 int redPin = 2; int yellowPin = 3; int greenPin = 4; int aPin = 6; int […]

Older posts
Newer posts

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors