•  Telephone: 9700399009
  •  E-mail: contact@robozone.in
  • My Account
      • Login
    • My Account
    • My Cart
    • Checkout
My Wishlist
Robozone
  • Home
  • Shop
  • My Account
    • Cart
    • About Us
  • Track your order
  • Refund Or Replacement Policy
    • Shipping And Refund Policy
  • Privacy Policy
0 item
Categories
  • Arduino
  • Display Devices
  • Drone Parts
  • Electronics Components
  • ESP – Chip, Modules
  • ICs
  • Microcontrollers
  • Modules
  • Motors
  • Raspberry Pi
  • Relay
  • Robotics
  • Sensors
  • Shields
  • SMD Components
  • Home
  • Sensors
  • The Knock Sensor Module – ROBOZONE

Related products

MCP9808 – Digital Temperature Sensor – ROBOZONE

₹555.00 ₹495.00

Water Level Depth

Water Level Depth Detection Sensor Module – ROBOZONE

₹59.00 ₹46.00

ttp223-1-channel-capacitive-touch-sensor-module-red-color-800x800

TTP223 1-Channel Capacitive Touch Sensor Module Red Color – ROBOZONE

₹30.00 ₹25.00

PIR Motion Detector Sensor

PIR Motion Detector Sensor Module – Robozone

₹73.00

MQ5

MQ5 LPG Natural Gas Sensor Module – ROBOZONE

₹199.00 ₹139.00

MQ7

MQ7 – Carbon Monoxide Gas Sensor Module – ROBOZONE

₹199.00 ₹135.00

MQ8

MQ8 Hydrogen H2 Gas Sensor Module – ROBOZONE

₹169.00 ₹129.00

LDR Sensor

5pc 8mm LDR Sensor Light Dependent Resistor Photoresistor – ROBOZONE

₹49.00 ₹35.00

Recommended Products
1

Water Level Depth Detection Sensor Module – ROBOZONE

Water Level Depth

Water Level Depth Detection Sensor Module – ROBOZONE

0 Review(s)
₹59.00 ₹46.00
2

1602 16×2 LCD Display with I2C/IIC interface – Blue Backlight – ROBOZONE

16x2 LCD Display with I2C

1602 16×2 LCD Display with I2C/IIC interface – Blue Backlight – ROBOZONE

0 Review(s)
₹199.00 ₹186.00
3

16mm Telephoto Lens for Raspberry Pi High Quality Camera – ROBOZONE

16mm Telephoto Lens for Raspberry Pi

16mm Telephoto Lens for Raspberry Pi High Quality Camera – ROBOZONE

0 Review(s)
₹4,999.00 ₹3,999.00
4

6mm Wide Angle Lens for Raspberry Pi High Quality Camera – ROBOZONE

6mm Wide Angle Lens for Raspberry Pi

6mm Wide Angle Lens for Raspberry Pi High Quality Camera – ROBOZONE

0 Review(s)
₹2,100.00 ₹1,970.00
5

Raspberry Pi High Quality Camera with Interchangeable Lens Base – ROBOZONE

Raspberry Pi High Quality Camera with Interchangeable Lens

Raspberry Pi High Quality Camera with Interchangeable Lens Base – ROBOZONE

0 Review(s)
₹4,599.00 ₹3,999.00
Out Of Stock
-29%

The Knock Sensor Module – ROBOZONE

0 Review(s)
Availability: Out of stock
SKU: RBZ-334

QUICK OVERVIEW

  1. Detect shocks with the spring and send a signal to Controller Board
  2. Operating voltage: 3.3V-5V
  3. Digital output
  4. Bolt holes for easy installation.

₹69.00 ₹49.00

Out of stock

Category: Sensors Tags: best price The Knock Sensor Module, Buy The Knock Sensor Module, The Knock Sensor Module, The Knock Sensor Module Best price, The Knock Sensor Module Buy 2020, The Knock Sensor Module Buy Now
  • Description
  • Reviews (0)

Description

Description

As the name suggests the Knock Sensor Module produces the Digital output on the detection of Knock i.e. vibration stroke. Further, the change in voltage level can be manipulated to produce the desired output and can be used in a variety of applications.


Code Example for Arduino Board:
int Led = 13 ;// Declaration of the LED output pin
int Sensor = 10; // Declaration of the sensor input pin
int val; // Temporary variable
   
void setup ()
{
  pinMode (Led, OUTPUT) ; // Initialization output pin
  pinMode (Sensor, INPUT) ; // Initialization sensor pin
}
   
void loop ()
{
  val = digitalRead (Sensor) ; // The current signal at the sensor will be read
   
  if (val == HIGH) // If a signal was detected , the LED will light up
  {
    digitalWrite (Led, LOW);
  }
  else
  {
    digitalWrite (Led, HIGH);
  }
}

Connections with Arduino:

  1. LED +: [Pin 13]
  2. LED -: [Pin GND]
  3. Sensor signal: [Pin 10]
  4. Sensor +V: [Pin 5V]
  5. Sensor -: [Pin GND]

Code Example for Raspberry Pi:
# Needed modules will be imported and configured
import RPi.GPIO as GPIO
import time
   
GPIO.setmode(GPIO.BCM)
   
# The input pin of the sensor will be declared. Additional to that the pull up resistor will be activated
GPIO_PIN = 24
GPIO.setup(GPIO_PIN, GPIO.IN)
   
print "Sensor-Test [press ctrl+c to end]"
   
# This output function will be started at signal detection
def outFunction(null):
        print("Signal detected")
   
# At the moment of detection a signal (falling signal edge) the output function will be activated.
GPIO.add_event_detect(GPIO_PIN, GPIO.FALLING, callback=outFunction, bouncetime=100) 
   
# main program loop
try:
        while True:
                time.sleep(1)
   
# Scavenging work after the end of the program
except KeyboardInterrupt:
        GPIO.cleanup()

Connections with Raspberry Pi:

  1. Signal: GPIO24[Pin 18]
  2. +V: 3,3V[Pin 1]
  3. GND: GND[Pin 6]

Specifications and Features: 

  1. Detect shocks with the spring and send a signal to Controller Board
  2. Operating voltage: 3.3V-5V
  3. Digital output
  4. Bolt holes for easy installation.

Package Includes:

1 x The Knock Sensor Module.


What voids warranty:

If the product is subject to misuse, tampering, static discharge, accident, water or fire damage, use of chemicals & soldered or altered in any way.

Reviews

There are no reviews yet.

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

UP-SELL PRODUCTS
-12%
16 Channel 5V Relay Module
Quick View

16 Channel 5V Relay Module with LM2596 Power Supply – RoboZone

₹599.00 ₹530.00
Add to cart
Compare
-20%
NRF24L01+PA+LNA
Quick View

2.4GHz NRF24L01+PA+LNA SMA Wireless Transceiver Antenna – ROBOZONE

₹299.00 ₹239.00
Add to cart
Compare
Out Of Stock
-7%
Touch Screen TFT Colour Display Module
Quick View

2.4 inch SPI Interface 240×320 Touch Screen TFT Colour Display Module – ROBOZONE

₹859.00 ₹799.00
Read more
Compare
-30%
Three Wire DC Voltmeter Blue
Quick View

0.28 Inch 0-100V Three Wire DC Voltmeter Blue- ROBOZONE

₹199.00 ₹139.00
Add to cart
Compare

Sign up and Save!

Receive email-only deals, special offers & product exclusives

My Account

My Account

Wishlist

Cart

Checkout

Information

Track your order

Contact Us

Privacy Policy

Replacement Policy

Why Choose Us

About us

Shipping Policy

Cancellation Policy

Policies

Privacy policy

2020 @ robozone.in all rights reserved |
Close
Sign in Or Register
Forgot your password?

NEW HERE?

Registration is free and easy!

  • Faster checkout
  • Save multiple shipping addresses
  • View and track orders and more
Create an account
Or
x
  • Menu
  • Categories
  • Home
  • Shop
  • My Account
    • Cart
    • About Us
  • Track your order
  • Refund Or Replacement Policy
    • Shipping And Refund Policy
  • Privacy Policy
  • Arduino
  • Display Devices
  • Drone Parts
  • Electronics Components
  • ESP – Chip, Modules
  • ICs
  • Microcontrollers
  • Modules
  • Motors
  • Raspberry Pi
  • Relay
  • Robotics
  • Sensors
  • Shields
  • SMD Components