- 描述
- 評價 (0)
描述
描述
SW-420 常閉型震動感測器模組 振動開關 震動感應
SW-420 常閉型震動感測器模組 於各種震動觸發作用,報盜報警,智能小車,地震報警,摩托車報警等。本模塊與常開型震動傳感器模塊相比,震動觸發的時間更長,可以驅動繼電器模塊
模塊特色:
- 1、採用本公司生產的SW-420常閉型震動傳感器,。
- 2、比較器輸出,信號乾淨,波形好,驅動能力強,超過15mA
- 3、工作電壓3.3V-5V
- 4、輸出形式:數字開關量輸出(0和1)
- 5、設有固定螺栓孔,方便安裝
- 6、小板PCB尺寸:3.2cm x 1.4cm
- 7、使用寬電壓LM393比較器
SW-420 常閉型震動感測器模組 使用說明:
- 1、產品不震動時,震動開關呈閉合導通狀態,輸出端輸出低電平,綠色指示燈亮;
- 2、產品震動時,震動開關瞬間斷開,輸出端輸出高電平,綠色指示燈不亮;
- 3、輸出端可以與單片機直接相連,通過單片機來檢測高低電平,由此來檢測環境是否有震動,起到報警作用
產品結構及接線圖
Arduino 接線方式
振動傳感器SW-420附帶分線板,包括比較器LM 393和可調板載電位器,用於靈敏度閾值選擇和信號指示LED。
該傳感器模塊產生的邏輯狀態取決於施加在其上的振動和外力。當沒有振動時,該模塊給出邏輯低電平輸出。當感覺到振動時,該模塊的輸出變為邏輯高。該電路的工作偏壓介於3.3V至5V DC之間。
帶有SW-420的Arduino Hookup
將傳感器板的Vcc引腳連接到Arduino板的5V引腳,將Gnd引腳連接到Arduino的Gnd引腳,將傳感器板的DO輸出信號引腳連接到Arduino數字引腳D3。進行一些校準並調整靈敏度閾值,然後將以下草圖上傳到Arduino板。
用於邏輯狀態的Arduino代碼傳感器模塊的輸出 ,Arduino的板載LED表示存在振動。
Arduino
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
int vibr_pin=3; int LED_Pin=13; void setup() { pinMode(vibr_pin,INPUT); pinMode(LED_Pin,OUTPUT); } void loop() { int val; val=digitalRead(vibr_pin); if(val==1) { digitalWrite(LED_Pin,HIGH); delay(1000); digitalWrite(LED_Pin,LOW); delay(1000); } else digitalWrite(LED_Pin,LOW); } |
SW-420 Motion Sensor Module
- Used to trigger the effect of various vibration, theft alarm, intelligent car, earthquake alarm, motorcycle alarm, etc
- This module is compared with the normally open type vibration sensor module, vibration trigger for longer periods of time, can drive the relay module
- Used to trigger the effect of various vibration, theft alarm, intelligent car, earthquake alarm, motorcycle alarm
- operating voltage 3.3V-5V,Output form: digital switch output (0 and 1)
- Size:3.2cm x 1.4cm,Has a fixed bolt hole, convenient installation
Module directions for use:
- Product no vibration, vibration switch is closed on state, the output terminal output low level, the green light is lit
- Product vibration, the vibration switch instantaneous disconnection, output the output high level, the green light is not bright
- Output can be directly connected to microcontroller, through single chip microcomputer to detect the high and low level, thus to detect whether there is a vibration environment, call the police
Package include:
- 1x SW-420 Module
評價 (0)
相關商品
-
雜項未分類感測器
801S 高靈敏度振動/震動感測器模組 模擬信號輸出 靈敏度可調
0 out of 5NT$180原始價格:NT$180。NT$150目前價格:NT$150。 (未稅)加入購物車產品速覽 -
線材 & 配件 & 連接器
830孔麵包板 MB-102 紅藍線實驗連接板 功能實驗板 優質麵包板 萬能洞洞板 彩條線路板 電路板
0 out of 5NT$75原始價格:NT$75。NT$60目前價格:NT$60。 (未稅)加入購物車產品速覽 -
ESPRESSIF (ESP) 開發板
NodeMcu Lua WIFI 物聯網開發板 V2 基於 ESP8266 CP2102
0 out of 5NT$180原始價格:NT$180。NT$135目前價格:NT$135。 (未稅)加入購物車產品速覽 -
商品評價
目前沒有評價。