KY-031 Knock Sensor Module 3Pin KY-031 Percussion Knocking Knock Sensor Module DIY Starter Kit for Arduino

Imported from USA | Ships in 10 working days

5% instant discount on non COD

1

₹ 1600/-

The price at cart2india.com is inclusive of custom duties, GST, freight forwarding and other charges.

Free Shipping across India. Powered by BlueDart

Product Information


Specification
Brand : Generic
BulletPoint : KY-031 Knock Sensor Module 3Pin KY-031 Percussion Knocking Knock Sensor Module Diy Starter Kit For Arduino
BulletPoint1 : 3 WIRE
BulletPoint2 : 4 METER LENGTH
BulletPoint3 : CORDSET
BulletPoint4 : GRAY PVC JACKET
BulletPoint5 : M12 EUROFAST
Color : Gray
ConnectorGender : Male-to-Male
ConnectorType : Screw
ItemName : KY-031 Knock Sensor Module 3Pin KY-031 Percussion Knocking Knock Sensor Module DIY Starter Kit for Arduino
ItemPackageDimensions_Height : 15 centimeters
ItemPackageDimensions_Length : 15 centimeters
ItemPackageDimensions_Width : 15 centimeters
ItemPackageQuantity : 1
ItemShape : Round
ItemTypeKeyword : sensor-blocks
Manufacturer : Generic
Material : Copper
ModelNumber : VB 80-P7X9-CS12
MountingType : Surface Mount
NumberOfItems : 1
PartNumber : Lile_HFN_2522
ProductDescription : Item specifics:

Operating Temperature:-40-85C

Name:YX

Type:Logic ICs

Application:SpeakerSupply

Voltage:1.9-3.6VModel

Number:DM006


Disclaimer:
Knock sensor module and a digital 13 interface, built-in LED build a simple circuit to produce percussion flasher. Interface comes with digital LED, will knock sensor connected digital 3 interface, when percussion sensor senses measure to percussive signals, LED flashing light.
Routines source code:
int Led = 13;// define LED Interface
int Shock = 3;// define the percussion Sensor Interface
int val;// define numeric variables val
void setup ()
{
pinMode (Led, OUTPUT) ;// define LED as output interface
pinMode (Shock, INPUT) ;// define knock sensor output interface
}
void loop ()
{
val = digitalRead (Shock) ;// read digital interface is assigned a value of 3 val
if (val == HIGH) // When the percussion when the sensor detects a signal, LED flashes
{
digitalWrite(Led, LOW);
}
else
{
digitalWrite(Led, HIGH);
}
}
ProductSiteLaunchDate : 2023-11-30T05:20:25.941Z
SpecificationMet : Ma
Style : Compact
UnitCount : 1
UnspscCode : 41111900
Voltage : 120 volts

Questions & Answers

Have a question? Ask experts

?
No question found

Ratings & Review

Rating Breakdown (average)

5*
0
4*
0
3*
0
2*
0
1*
0

No reviews found.

Have an opinion on this page? Let's hear it.