Free hotline:
86-755-88844016
+852 2632 9637
Image shown is a representation only.
Exact specifications should be obtained from the product data sheet.
Hot selling spot normally closed vibration sensor module, alarm sensing module, vibration switch SW-420, quality assurance
SW-420 normally closed vibration sensor module, alarm sensing module
Brief Introduction
Used for various vibration triggering functions, theft alarm, intelligent car, earthquake alarm, motorcycle alarm, etc.
Compared with the normally open vibration sensor module, this module has a longer vibration triggering time and can drive the relay module
Module features
1. We use the SW-420 normally closed vibration sensor produced by our company,.
2. Comparator output, clean signal, good waveform, strong driving capability, exceeding 15mA
3. Working voltage 3.3V-5V
4. Output format: Digital switch output (0 and 1)
5. Equipped with fixed bolt holes for easy installation
6. Small PCB size: 3.2cm x 1.4cm
7. Using a wide voltage LM393 comparator
Module usage instructions
1. When the product is not vibrating, the vibration switch is in a closed and conductive state, the output terminal outputs a low level, and the green indicator light is on;
2. When the product vibrates, the vibration switch instantly disconnects, the output terminal outputs a high level, and the green indicator light does not light up;
3. The output terminal can be directly connected to the microcontroller to detect high and low levels, thereby detecting whether there is vibration in the environment and playing an alarm role
Microcontroller testing program
/******************************************The
Sensor trigger test
Single chip microcontroller: STC89C52
Baud rate: 9600
Product use: Vibration induction triggering, alarm triggering.
*****************************************/
#include
unsigned char date;
#define uchar unsigned char
#define uint unsigned int
sbit key1=P0^1;
/*Function declaration-----------------------------------------------*/
void delay(uint z);
void Initial_com(void);
//***********************************************************
/*
********************************************************************************
**Function name: delay (uint z)
**Function Function: Delay Function
********************************************************************************
*/
void delay(uint z)
{
uint i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
//******************************
//*****Serial port initialization function***********
//******************************
void Initial_com(void)
{
EA=1; // Total Interruption
ES=1; // Allow serial port interruption
ET1=1; // Allow interrupt of timer T1
TMOD=0x20; // Timer T1, interrupt in Mode 2 to generate baud rate
PCON=0x00; // SMOD=0
SCON=0x50; // Method 1: Controlled by Timer
TH1=0xfd; // Set the baud rate to 9600
TL1=0xfd;
TR1=1; // Start timer T1 and run control bit
}
//*************************
//**********Main function*********
//*************************
main()
{
Initial_com();
while(1)
{
if(key1==1)
{
delay(); // Eliminate jitter
If (key1==1)//Confirm triggering
{
SBUF=0X01;
delay(200);
}
}
if(RI)
{
date=SBUF; // Single chip microcontroller accepts
SBUF=date; // Single chip microcontroller sending
RI=0;
}
}
}
Actual product photos
Payment&Transportation
Official Certificate&Certificate
Multiple product supply
Company office environment
Warehouse Real Shot
Standard packaging
We also provide :
Part No | Manufacturer | Date Code | Quantity | Description |
LM22676ADJ | NS | 19+ | 250 | SOP8 |
TPS562201DDCR | TI | 22+ | 795500 | SOT23-6 |
NJG1806K75 | JRC | 22+ | 500000 | DFN6 |
TLV74318PDQNR | TI | 22+ | 402000 | X2SON-4 |
NJG1801K75 | JRC | 22+ | 300000 | SMD |
NJG1804K64 | JRC | 22+ | 300000 | DFN8 |
LM27761DSGR | TI | 22+ | 151000 | WSON8 |
TLV62565DBVR | TI | 22+ | 138000 | SOT23-5 |
TPS613222ADBVR | TI | 22+ | 108000 | SOT23-5 |
LNK625DG-TL | POWER | 22+ | 100000 | SOP-8 |
OPA4322AIPWR | TI | 22+ | 100000 | TSSOP14 |
TLV75528PDRVR | TI | 22+ | 99000 | WSON-6 |
TPS7A2025PDQNR | TI | 22+ | 78500 | X2SON-4 |
TLV62568DBVR | TI | 22+ | 72000 | SOT23-5 |
STM32L051K8U6TR | ST | 22+ | 60000 | QFN32 |
SKY66421-11 | SKYWORKS | 22+ | 56500 | QFN16 |
TPS7A1111PDRVR | TI | 22+ | 54000 | WSON6 |
TLV62569PDDCR | TI | 22+ | 52000 | SOT23-6 |
TLV62569DBVR | TI | 22+ | 48000 | SOT23-5 |
TPS23753APWR | TI | 22+ | 40000 | TSSOP14 |
NB691GG-Z | MPS | 22+ | 30000 | QFN |
SN74AHC1G02DBVR | TI | 22+ | 27939 | SOT-23 |
TPS63000DRCR | TI | 22+ | 23238 | VSON10 |
TLV75533PDRVR | TI | 22+ | 21500 | WSON6 |
NB687BGQ-Z | MPS | 22+ | 20000 | QFN |
A3916GESTR-T-1 | ALLEGRO | 22+ | 17150 | QFN-20 |
TPS62135RGXR | TI | 22+ | 15000 | VQFN11 |
TLE2022AMDR | TI | 0803+ | 12500 | SOP8 |
TPS23756PWPR | TI | 22+ | 12000 | HTSSOP-20 |