- Product Details
- {{item.text}}
Quick Details
-
Description:
-
Sensor Module
-
Manufacturing Date Code:
-
Newest
-
Model Number:
-
SM063
-
Place of Origin:
-
China
-
Brand Name:
-
ymj
-
Theory:
-
standard
-
Output:
-
standard
-
Amplifier Type:
-
standard
-
Voltage - Supply:
-
standard
-
Output Type:
-
standard
-
Current - Supply:
-
standard
-
Operating Temperature:
-
standard
-
Resolution (Bits):
-
standard
-
Current - Supply (Max):
-
standard
-
Packaging:
-
standard
-
Frequency:
-
standard
-
Output Configuration:
-
standard
-
Current:
-
standard
-
Voltage Rating:
-
standard
-
Operating Force:
-
standard
-
Oxygen Range:
-
standard
-
Humidity Range:
-
standard
-
Size:
-
standard
-
Size / Dimension:
-
standard
-
Measuring Range:
-
standard
-
Resolution:
-
standard
-
Interface:
-
standard
-
Technology:
-
standard
-
Sensing Range:
-
standard
-
Current - Output (Max):
-
standard
-
Bandwidth:
-
standard
-
Function:
-
standard
-
Acceleration Range:
-
standard
-
Sensitivity (LSB/g):
-
standard
-
Sensitivity (mV/g):
-
standard
-
Sensitivity (LSB/(°/s)):
-
standard
-
Sensitivity (mV/°/s):
-
standard
-
Sensing Distance:
-
standard
-
Current - Output:
-
standard
-
Power - Rated:
-
standard
-
Voltage - Output Difference (Typ) @ Distance:
-
standard
-
Voltage - Output (Typ) @ Distance:
-
standard
-
Voltage - Max:
-
standard
-
Voltage - DC Reverse (Vr) (Max):
-
standard
-
Power - Max:
-
standard
-
Sensing Object:
-
standard
-
Sensing Light:
-
standard
-
Resistance:
-
standard
-
Resistance Tolerance:
-
standard
-
Sensing Temperature - Local:
-
standard
-
Sensing Temperature - Remote:
-
standard
-
Current Rating - AC:
-
standard
-
Current Rating - DC:
-
standard
-
Tolerance:
-
standard
-
Voltage - Rated:
-
standard
-
Flow Sensor Type:
-
standard
-
Voltage - Input:
-
standard
-
Application:
-
Robotics
-
Output Function:
-
standard
-
D/C:
-
Newest
-
Product Name:
-
KY-020 Tilt Switch Module
-
Quality:
-
High-quality
-
Weight:
-
6g
-
Condition:
-
100%new
Quick Details
-
Series:
-
Sensor Module
-
Features:
-
standard, standard
-
Mounting Type:
-
Sensor, standard
-
Description:
-
Sensor Module
-
Manufacturing Date Code:
-
Newest
-
Model Number:
-
SM063
-
Place of Origin:
-
China
-
Brand Name:
-
ymj
-
Theory:
-
standard
-
Output:
-
standard
-
Amplifier Type:
-
standard
-
Voltage - Supply:
-
standard
-
Output Type:
-
standard
-
Current - Supply:
-
standard
-
Operating Temperature:
-
standard
-
Resolution (Bits):
-
standard
-
Current - Supply (Max):
-
standard
-
Packaging:
-
standard
-
Frequency:
-
standard
-
Output Configuration:
-
standard
-
Current:
-
standard
-
Voltage Rating:
-
standard
-
Operating Force:
-
standard
-
Oxygen Range:
-
standard
-
Humidity Range:
-
standard
-
Size:
-
standard
-
Size / Dimension:
-
standard
-
Measuring Range:
-
standard
-
Resolution:
-
standard
-
Interface:
-
standard
-
Technology:
-
standard
-
Sensing Range:
-
standard
-
Current - Output (Max):
-
standard
-
Bandwidth:
-
standard
-
Function:
-
standard
-
Acceleration Range:
-
standard
-
Sensitivity (LSB/g):
-
standard
-
Sensitivity (mV/g):
-
standard
-
Sensitivity (LSB/(°/s)):
-
standard
-
Sensitivity (mV/°/s):
-
standard
-
Sensing Distance:
-
standard
-
Current - Output:
-
standard
-
Power - Rated:
-
standard
-
Voltage - Output Difference (Typ) @ Distance:
-
standard
-
Voltage - Output (Typ) @ Distance:
-
standard
-
Voltage - Max:
-
standard
-
Voltage - DC Reverse (Vr) (Max):
-
standard
-
Power - Max:
-
standard
-
Sensing Object:
-
standard
-
Sensing Light:
-
standard
-
Resistance:
-
standard
-
Resistance Tolerance:
-
standard
-
Sensing Temperature - Local:
-
standard
-
Sensing Temperature - Remote:
-
standard
-
Current Rating - AC:
-
standard
-
Current Rating - DC:
-
standard
-
Tolerance:
-
standard
-
Voltage - Rated:
-
standard
-
Flow Sensor Type:
-
standard
-
Voltage - Input:
-
standard
-
Application:
-
Robotics
-
Output Function:
-
standard
-
D/C:
-
Newest
-
Product Name:
-
KY-020 Tilt Switch Module
-
Quality:
-
High-quality
-
Weight:
-
6g
-
Condition:
-
100%new
3 Pack KY-020 Standard Tilt Switch Sensor Module Diy Starter Kit
Working voltage: DC 3.3V-5V ; Working current: 20mA ; Working temperature: -10℃+50℃;
Detection distance : 2-40cm; Effective angle: 35°
IO interface: 4 line (-/+/S/EN); Output signal: TTL Level
Adjusting mode: Multi resistance regulation
VCCA connects to 3.3V power supply
VCCB connects to 5V power supply
GND connects to power negative pole respectively, the two power supply should be common-grounded with each other
When Ax has TTL 3.3V input, Bx will get TTL 5V output
When Bx has TTL 5V input, Ax will get TTL 3.3V output
NO direction control required
Here we use the obstacle avoidance module and digital 13 interface with LED to build a simple circuit, making the obstacle avoidance warning light, accessing the avoidance sensor to digital 3 interface, when the obstacle avoidance sensor senses the signal, LED light, otherwise off.
Program code:
int Led=13;//define LED interface
int buttonpin=3; //define obstacle avoidance interface
int val;//define Digital variable val
void setup()
{
pinMode(Led,OUTPUT);//define LED is output interface
pinMode(buttonpin,INPUT);//define obstacle avoidance is output interface
}
void loop()
{
val=digitalRead(buttonpin);//reading the value from 3 digital interface to val
if(val==HIGH)//when the obstacle avoidance sensor senses the signal, LED flash
{
digitalWrite(Led,HIGH);
}
else
{
digitalWrite(Led,LOW);
}
Hot Searches