Knock Sensor Module KY-031 For Arduino ,PIC, AVR, Raspberry pi
  • Knock Sensor Module KY-031 For Arduino ,PIC, AVR, Raspberry pi

Knock Sensor Module KY-031 For Arduino, PIC, AVR and Raspberry pi

RBD-0352
  • Detect shocks with the spring and send a signal to Controller Board
  • Operating voltage: 3.3V-5V
  • Digital output
  • Bolt holes for easy installation. RoboticsBD
BDT 99
rating Read the 3 reviews
Average rating: 5/5 - Number of reviews: 3
Quantity
In-Stock

40 people have purchased this item in last 12 months
21 people recently added this item to the cart
27 items in stock
notifications Notify Me
  • Store Pickup Available! Store Pickup Available!
  • Free Ship Over 5000 BDT Free Ship Over 5000 BDT
  • Quality Product Quality Product
  • No Warranty No Warranty
  • No Replacement No Replacement

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. RoboticsBD

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] RoboticsBD
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. RoboticsBD

General Specification
Operating voltage (v) 3.3 ~ 5
Default Output High
Output Type Digital
Length (mm) 19.5
Width (mm) 16
Height (mm) 7.5
Weight (gm) 1
Shipment Weight 0.01 kg
Shipment Dimensions 4 × 2 × 1 cm

Package Includes:

1 x The Knock Sensor Module.

What is the price of Knock Sensor Module KY-031 For Arduino, PIC, AVR and Raspberry pi in Bangladesh?

The latest price of Knock Sensor Module KY-031 For Arduino, PIC, AVR and Raspberry pi in Bangladesh is BDT 99 You can buy the Knock Sensor Module KY-031 For Arduino, PIC, AVR and Raspberry pi at best price from our RoboticsBD or visit RoboticsBD Office.

Please note that the product information provided on our website may not be entirely accurate as it is collected from various sources on the web. While we strive to provide the most up-to-date information possible, we cannot guarantee its accuracy. We recommend that you always read the product labels, warnings, and directions before using any product.

Product Images are shown for illustrative purposes only and may differ from the actual product.

Product Details
RBD-0352
27 Items
Knock
rating
16/11/2022
Md Anik
Eigula kharap kom e hoy...r seta sob khanei
Knock Sensor
rating
14/09/2022
Md Anik Khan
It was good.
Good
rating
05/10/2020
Nobi Hossain
Good
You might also like
SW-420 NC Type Vibration Sensor Module Arduino
Quick view

Reference: RBD-0152

SW-420 NC Type Vibration Sensor Module Arduino

Using SW-420 normally closed type vibration sensor Comparator output, clean signal, good waveform, strong driving ability, >15mA Operating voltage 3.3V ~ 5V Output format: digital switching output (0 and 1) Using a wide voltage LM393 comparator With bolt holes for easy installation

Price BDT 90
More
In-Stock
801S Vibration Sensor Module
Quick view

Reference: RBD-0415

801S Vibration Sensor Module

Has a signal output instruction When the output valid signal is high, the light goes out The sensitivity is adjustable (fine-tuning) The wide detection range of vibration, no direction With mounting holes, firmware installation is flexible and convenient. RoboticsBD

Price BDT 380
More
In-Stock
Vibration Motor
Quick view

Reference: RBD-0420

Vibration Motor

Voltage Range: DC 2.5-4V. Motor Diameter: 10 mm. RoboticsBD Motor Thickness: 3.4 mm. Min. Rated Speed: 9000RPM Max. Rated Current: 60mA

Price BDT 800
More
In-Stock
Shaftless Vibration Motor
Quick view

Reference: RBD-1249

Shaftless Vibration Motor

Voltage Range: DC 2.5-4V. Motor Diameter: 10 mm. Motor Thickness: 3.4 mm. Min. Rated Speed: 9000RPM Max. Rated Current: 90mA

Price BDT 90
More
In-Stock
Vibration Sensor Module...
Quick view

Reference: RBD-1740

Vibration Sensor Module Vibration Switch Alarm Module for Arduino

Operating voltage: 3.3 to 5VDC Ball Rolling type of tilt sensor. This small module is easy to use. A fixed bolt hole for easy installation Wide voltage LM393 comparator

Price BDT 80
More
In-Stock
30 other products in the same category:
ADXL345 Triple Axis Accelerometer Breakout
Quick view

Reference: RBD-0664

ADXL345 Triple Axis Accelerometer Breakout

Supply Voltage: 3.3 V/ 5V. Interface Type: I²C, SPI. Sensing Range: ±2g, ±4g, ±8g, ±16g. Sensitivity X: 28.6 LSB/g. Sensitivity Y: 31.2 LSB/g. Sensitivity Z: 34.5 LSB/g. Ultra Low Power: 40µA in measurement mode, 0.1µA in standby@ 2.5V. Free-Fall Detection. Tap/Double Tap Detection. RoboticsBD

Price BDT 479
More
In-Stock
MC-38 Wired Door Window...
Quick view

Reference: RBD-1942

MC-38 Wired Door Window Sensor Magnetic Switch Home Alarm System

Actuation Distance : 15 – 25 mm; Connecting cable length: 30 cm. Magnetic sensor alarm, control the switch of the circuit via the built-in magnet Alarm when someone intrudes into your places Can be used in places like apartment, hotel, office, etc.

Price BDT 149
More
In-Stock
HC-020K Speed Measuring...
Quick view

Reference: RBD-0355

HC-020K Speed Measuring Module With Speed Encoder Kit

Description:Working voltage: 4.5V to 5.5 V.Transmit tube pressure drop: Vf = 1.6 VTransmit tube current: 20 mASignal output: A, B two way; The TTL levelDistinguish precision: 0.01 mmMeasurement frequency, 100 KHZEncoder diameter: 24 mmEncoder type D hole diameter: 4 mmThe encoder resolution: 20 line

Price BDT 350
More
In-Stock
ZMCT103C 5A Range Single...
Quick view

Reference: RBD-1424

ZMCT103C 5A Range Single Phase AC Micro Current Transformer Sensor

Onboard precision microcurrent transformer. Onboard sampling resistor. The module can measure AC currents less than 5A, the corresponding analog output 5A/5mA. Rated input current: 5A Rated output current: 5mA Change: 1000: 1 The linear range: 0 ~ 10A (100 ohms) Linearity: 0.2%

Price BDT 250
More
In-Stock
Dry Reed Pipe Magnetron...
Quick view

Reference: RBD-2080

Dry Reed Pipe Magnetron Magnetic switch Module

Clean, good waveform driving ability, more than 15mA. Working voltage 3.3V-5 Output format: digital switching output (0 and 1) A  fixed bolt holes for easy installation

Price BDT 110
More
In-Stock
5 Way Flame/Fire Sensor
Quick view

Reference: RBD-0423

5 Way Flame/Fire Sensor

Detecting range: >120 degree Analog and digital outputs On-board potentiometer and indicators 1% resistors to make this module more reliable and precise Operating Voltage: 3.3V – 9V Board Diameter: 40 mm.

Price BDT 495
More
In-Stock
Soil Moisture Hygrometer...
Quick view

Reference: RBD-2211

Soil Moisture Hygrometer Detection Humidity Sensor Module Corrosion Resistance Probe

The soil humidity probe is for detecting humidity, and the voltage comparator is for judging humidity amount; when the humidity is larger than set value , DO will output low level.

Price BDT 550
More
In-Stock
PM2.5 Air Quality Sensor...
Quick view

Reference: RBD-1716

PM2.5 Air Quality Sensor PMS5003 High Precision Digital Output Module

Working Voltage: 5.0V Maximum Working Current: 100mA Data Interface Level: L<0.8V, H>2.7V, maximum voltage level 3.3V Particle Measurement Range: 0.3 ~ 1.0μm; 1.0 ~ 2.5μm; 2.5 ~ 10μm

Price BDT 2,990
More
In-Stock
5mW Adjustable Laser Dot Diode Module
Quick view

Reference: RBD-0150

5mW Adjustable Laser Dot Diode Module

Output Power: 5mW Working Voltage: 3-3.3V DC Working temperature: -10 ℃~+40 ℃ Housing material: Copper Working life: more than 2000 hours Spot mode: Dot Facula (continuous output) Laser wavelength: 650nm red-colored. Operating current: <40mA Power lead length: 120mm. 5V could damage the laser

Price BDT 26
More
In-Stock
MQ-4 Methane Natural Gas Sensor
Quick view

Reference: RBD-0673

MQ-4 Methane Natural Gas Sensor

Detecting range: 300~10000ppm Signal output indicator. Dual Signal output (analog output and TTL output). The TTL output signal is low level, allows us to connect with SCM directly. Analog output 0~5V voltage. Quick response and recovery. RoboticsBD

Price BDT 180
More
In-Stock
5mm Two-Color LED Module
Quick view

Reference: RBD-2076

5mm Two-Color LED Module

Operating Voltage:2.0v ~ 2.5v Current:10mA Diameter:5mm Color: Red + Green Beam Angle:150

Price BDT 45
More
In-Stock
Piezoelectric Vibration...
Quick view

Reference: RBD-2229

Piezoelectric Vibration Sensor Module with Analog & Digital Output

Piezoelectric Sensor, Two Optional Output: ADO-Analog Signal/DO-TTL Level Ceramic Vibration Sensor Module, DC 5V Sensitivity Adjustable Vibration Induction Switch Module for Arduino DIY

Price BDT 180
More
In-Stock
High Accuracy I2C MAX30105 Particle Optical Sensor Photodetectors Module
Quick view

Reference: RBD-0812

High Accuracy I2C MAX30105 Particle Optical Sensor Photodetectors Oximeter Module

Based on MAX30105 – heart rate, oximeter, smoke sensor Green, red, and infra-red LEDs Interface: I2C (address 0x57) Compatible with 3.3V and 5V logic levels.

Price BDT 4,300
More
In-Stock
Humidity Detection Sensor Module Rain Detection for Arduino
Quick view

Reference: RBD-0665

Humidity Detection Sensor Module Rain Detection for Arduino

Operating voltage: 5V Provide both digital and analog output Adjustable sensitivity. RoboticsBD Output LED indicator Compatible with Arduino TTL Compatible Bolt holes for easy installation

Price BDT 90
More
In-Stock

Soil NPK Sensor Agricultural
Quick view

Reference: RBD-1833

Soil NPK Sensor Agricultural

NEW TYPE AVAILABLE CLICK HERE Measurement range: 0-199 mg/KG Measurement accuracy: +-2%F.s Resolution: 1mg/KG (mg/L) Response time (T90, s): less than 10 Communication port: RS485 Power supply: 5V-24v DC 

Price BDT 11,990
More
There are not enough products in stock
K Type Thermocouple Sensor Probe for Temperature Controller
Quick view

Reference: RBD-0319

K Type Thermocouple Sensor Probe for Temperature Controller

Type K Type.  Mounting thread: M6  Temperature Range:0-600°C. RoboticsBD

Price BDT 300
More
In-Stock
ISD1820 Voice Recording...
Quick view

Reference: RBD-0690

ISD1820 Voice Recording Module With Mic and Loudspeaker

The main chip: ISD1820. Operating Voltage: DC 3V-5V. Loudspeaker: 8Ω, 0.5W. An easy to use 10 seconds of voice recording. High-quality, natural voice restored. Can be used as a propaganda module. With looping, jog playback, single-pass play function.

Price BDT 280
More
In-Stock

Geiger Counter Kit Nuclear...
Quick view

Reference: RBD-1111

Geiger Counter Kit Nuclear Radiation Detector Gamma Ray Build Radiation Monitoring Station

Technical parameters diameter:Φ10±0.5mm Total length: 90±2mm Starting voltage: < 350V Recommended operating voltage: 380V Minimum plateau length: 80V Maximum plateau slope: 10%/80V Extreme operating voltage: 550V The maximum count rate: 25 times / min Life: > 1 x 10^9 pulse Medium temperature: -40 ~ 55 ℃ Size:108x63x20mm

Price BDT 5,390
More
Last items in stock

3D Scanner Laser Desktop-...
Quick view

Reference: RBD-1227

3D Scanner Laser Desktop- DIY Red

Object Scanning Device with USB 2.0 Interface / CMOS Sensor

Price BDT 18,999
More
In-Stock

AMG8833 IR Thermal Camera Breakout
Quick view

Reference: RBD-0720

AMG8833 IR Thermal Camera Breakout (Adafruit Compatible)

Temperature detection of the two-dimensional area: 8 × 8 (64 pixels). Digital output (capability of temperature value output). Compact SMD package (adaptively to reflow mounting). RoHS compliant. RoboticsBD

Price BDT 8,550
More
There are not enough products in stock
UART EM4100 RFID Card...
Quick view

Reference: RBD-0915

UART EM4100 RFID Card Reader RDM6300

Maximum effective distance up to 150mm Less than 100ms decoding time Support external antenna Uart interface Support EM4100 compatible read-only or read/write tags Small outline design

Price BDT 380
More
In-Stock
- BDT 6 Reduced price IR Infrared Obstacle Avoidance Sensor Module
Quick view

Reference: RBD-0685

IR Infrared Obstacle Avoidance Sensor Module

Detection distance: 2 ~ 30cm Detection angle: 35 ° Comparator chip: LM393 3mm screw holes for easy mounting

Price BDT 79 Regular price BDT 85
More
In-Stock
Hall Effect Sensor 6851/A3144
Quick view

Reference: RBD-1192

Hall Effect Sensor 6851/A3144

Digital Output Hall-effect sensor. Operating voltage: typically 5V. Output Current: 25mA. It can be used to detect both the poles of a magnet.

Price BDT 28
More
In-Stock
Vibration Sensor Module...
Quick view

Reference: RBD-1740

Vibration Sensor Module Vibration Switch Alarm Module for Arduino

Operating voltage: 3.3 to 5VDC Ball Rolling type of tilt sensor. This small module is easy to use. A fixed bolt hole for easy installation Wide voltage LM393 comparator

Price BDT 80
More
In-Stock
YL-69 Soil Hygrometer Humidity &  Soil Moisture Detection Sensor For Arduino
Quick view

Reference: RBD-0145

YL-69 Soil Hygrometer Humidity & Soil Moisture Detection Sensor For Arduino

Dual output mode, analog output more accurate A fixed bolt hole for easy installation With power indicator (red) and digital switching output indicator (green) Having LM393 comparator chip, stable. Operating Voltage: 3.3V~5V

Price BDT 99
More
In-Stock
Omron Proximity Sensor...
Quick view

Reference: RBD-0491

Omron Proximity Sensor Switch Omron E2E-X5ME1

Sensor Type: Inductive Sensing Distance: 0.197" (5mm) Output Type: NPN-NO, 3-Wire Response Frequency: 400Hz

Price BDT 1,299
More
In-Stock
SHARP Distance Measuring...
Quick view

Reference: RBD-1204

SHARP Distance Measuring Sensor GP2Y0A710K0F

Distance measuring range: 100 cm to 550 cm Output type: Analog voltage Output voltage differential over distance range: 2.05 V (typical) Update period: 38 ± 10 ms

Price BDT 1,999
More
In-Stock
MQ-6 LPG Gas Sensor
Quick view

Reference: RBD-0675

MQ-6 LPG Gas Sensor

Model: MQ-6 Operating Voltage: 5V DC Detecting Range:200-10000 ppm Relative Humidity:<95% RH

Price BDT 180
More
In-Stock
On sale! 9 Degrees of Freedom Breakout- MPU-9150
Quick view

Reference: RBD-0334

9 Degrees of Freedom Breakout- MPU9150

The 9DOF MPU-9150 is the world’s first 9-axis MotionTracking MEMS device designed for the low power, low cost, and high performance requirements of consumer electronics equipment including smartphones, tablets and wearable sensors. And guess what? You get to play with it.

Price BDT 2,000
More
There are not enough products in stock
Momentary Tactile Push...
Quick view

Reference: RBD-2086

Momentary Tactile Push Button Module DC 5V Switch

Operating Voltage: 5V Contact Resistance : 50mΩ max (initial) Electrically Life:100,000 cycles Environment temperature: -25°C to +105°C Operating Force: 180/230(±20gf) Seal temperature:250ºC-280ºC I/O pins: 3 pins

Price BDT 40
More
In-Stock
Customers who bought this product also bought:
TM1637 LED Display Module for Arduino
Quick view

Reference: RBD-0924

TM1637 LED Display Module for Arduino

Driver Chip: MAX7219 Input Voltage: 3.7 to 5.3 V Input Current: 30 mA Display Dimensions: 42x24x12 (LxWxH) mm

Price BDT 120
More
In-Stock
KOOCU V900 Precision...
Quick view

Reference: RBD-1322

KOOCU V900 Precision Soldering Iron

Brand Name: KOOCU Model: V900 soldering iron Output Temperature: 200-480 degree Celsius Output Power:25W

Price BDT 535
More
In-Stock
Arduino Mega 2560 CH340
Quick view

Reference: RBD-1397

Arduino Mega 2560 CH340

Programmer: CH340 Operating Voltage 5V Input Voltage (recommended) 7-12V Input Voltage (limits) 6-20V Digital I/O Pins 54 (of which 15 provide PWM output) Analog Input Pins 16 DC Current per I/O Pin 40 mA DC Current for 3.3V Pin 50 mA Flash Memory 256 KB of which 8 KB used by bootloader

Price BDT 1,498
More
In-Stock
Mini Metal Detector Module
Quick view

Reference: RBD-1066

Mini Metal Detector Module

Operating voltage: 5V DC. Detector distance: 1CM. Adjust the potentiometer, let the modules work normally. Small and easy to use module. It comes with a Buzzer for metal detection indication.

Price BDT 499
More
In-Stock
9V Battery Connector
Quick view

Reference: RBD-0651

9V Battery Connector

Made of hard leather. Excellent material, fine workmanship. It is an environmental 9V battery buckle. Wire Length: 5cm. Color: Black.

Price BDT 10
More
In-Stock
LCD Keypad Shield for Arduino
Quick view

Reference: RBD-0159

LCD Keypad Shield for Arduino

Provides a user-friendly interface that allows users to go through the menu, make selections etc. It consists of a 1602 white character blue backlight LCD. The keypad consists of 6 keys select, up, right, down, left and reset. To save the digital IO pins, the keypad interface only uses one ADC channel. The key value is read out through a 5 stage voltage...

Price BDT 550
More
In-Stock
On sale! 4 Channel 12V Relay Board...
Quick view

Reference: RBD-1400

4 Channel 12V Relay Board Module

4-Channel Relay interface board and each one needs 15-20mA Driver Current. Both controlled by 12V and 5V input Voltage. Equipped with high-current relay, AC250V 10A ; DC30V 10A. Standard interface that can be controlled directly by microcontroller (Arduino, 8051, AVR, PIC, DSP, ARM, ARM, MSP430, TTL logic active low). Indication LED’s for Relay output...

Price BDT 290
More
In-Stock
Active Buzzer 5V
Quick view

Reference: RBD-0753

Active Buzzer 5V

Input Voltage(Max.) : 5V Resistance: 90 Ω Resonance Frequency: 2048 Hz Sound pressure(dB(A)/10cm)min.: 80 Body Size : 12 x 9.5mm Pin Pitch: 6mm External Material: Plastic; Color: Black

Price BDT 19
More
In-Stock

Our last Google reviews