KY-002 Vibration Switch Module

55.00 (inc. GST)

In stock

  • Cash on Delivery(COD) available on orders above 499/-
  • Free shipping on prepaid orders above 499/- use FREESHIP Coupon code!
  • 10 Days Return Policy!
  • Dispatch in 24 Hours from Warehouse!
Add to Wishlist
Add to Wishlist

Description

The KY-002 Vibration Switch Module detects shaking and knocking. When the module is moved, a spring mechanism will close the circuit sending a short high signal.

It can be used with a variety of microcontrollers like Arduino, ESP32, Raspberry Pi and others.

KY-002 SPECIFICATIONS

This module consists of a conductive spring, a 10k resistor, and 3 male header pins. Knocking or shaking the module will cause the spring to momentarily close the circuit.

Operating Voltage5V
Board Dimensions18.5mm x 15mm [0.728in x 0.591in]

CONNECTION DIAGRAM

Connect the module signal pin (S) to pin 3 on the Arduino.

Then connect the module’s power pin (middle) and ground (-) to +5V and GND on the Arduino respectively.

Arduino KY 002 Keyes Vibration switch module connection diagram e1668322882263

KY-002 ARDUINO CODE

The following Arduino sketch produces a shock flasher. The LED on Arduino pin 13 will flash when the KY-002 is knocked or shaked. Pin 3 receives the signal from the module.

int Led = 13;

define the LED Pin int shock = 3

define the sensor Pin int val;

 define a numeric variable val void setup ()

{ pinMode (Led, OUTPUT);

 LED pin as output pinMode (shock, INPUT);

 input from KY-002 sensor

}

void loop ()

{ val = digitalRead (shock);

 read the value from KY-002 if (val == HIGH )

{ 

when sensor detects shock, LED flashes digitalWrite(Led, LOW);

} else

{

digitalWrite (Led, HIGH);

}

}

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Q & A

There are no questions yet

Ask a question

Your question will be answered by a store representative or other customers.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Thank you for the question!

Your question has been received and will be answered soon. Please do not submit the same question again.

Error

Warning

An error occurred when saving your question. Please report it to the website administrator. Additional information:

Add an answer

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Thank you for the answer!

Your answer has been received and will be published soon. Please do not submit the same answer again.

Error

Warning

An error occurred when saving your answer. Please report it to the website administrator. Additional information:

Refund and Returns Policy

Our refund and returns policy lasts 10 days from the date of delivery. If 10 days have passed since your purchase, we can’t offer you a full refund or exchange.

To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.

Several types of goods are exempt from being returned.

  • Gift cards
  • Downloadable software products

To complete your return, we require a receipt or proof of purchase.

Please do not send your purchase back to the manufacturer.

Partial Refund

There are certain situations where only partial refunds are granted (if applicable)
- Any item not in its original condition, is damaged or missing parts for reasons not due to our error.
- Any item that is returned more than 10 days after delivery

Refunds

Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.

If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.

Late or missing refunds

If you haven’t received a refund yet, first check your bank account again.

Then contact your credit card company, it may take some time before your refund is officially posted.

Next contact your bank. There is often some processing time before a refund is posted.

If you’ve done all of this and you still have not received your refund yet, please contact us at [email protected].

Late or missing refunds (if applicable)

Once refund is initiated you will get the refund initiated mail. after that wait for minimum 3 days.
Then contact your credit card company, it may take some time before your refund is officially posted.
Next, contact your bank. There is often some processing time before a refund is posted.
If you’ve done all of this and you still have not received your refund yet, please contact us at [email protected]

Sale Items

Only regular priced items may be refunded. Sale items cannot be refunded.

Exchanges

We only replace items if they are defective or damaged(during shipping) please take the photo if package is tempered or damage at the time of receiving goods . If you need to exchange it for the same item, send us an email at [email protected] and send your item to: M/S Rytronics Enterprises, Plot GH-05B Greater noida west Sector, 201306 (UP).

Shipping returns

To return your product, you should mail your product to:M/S Rytronics Enterprises, Plot GH-05B, Greater noida west Sector, 201306 (UP).

You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.

Depending on where you live, the time it may take for your exchanged product to reach you may vary.

If you are returning more items value more then Rs 2000, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.

Need help?

Contact us at [email protected] for questions related to refunds and returns.

You may also like…