نظرا لعدم استقرار الأسعار ، نعتذر لكم عن أنه قد يكون هناك بعض الاختلاف في أسعار البيع مؤقتا لحين ضبط الأسعار ,, شكرا لتفهمكم

Tilt Switch Module KY020 - Electra

Tilt Switch Module KY020

35.00 EGP

In stock

Module

wws Maya / Pre-sale Questions Need Help? Contact Us via WhatsApp
Purchase this product now and earn 35 Points!
Compare
SKU: MO-3454 Categories: , , Tags: , , ,

“””

3PIN Tilt Switch Module KY020 3.3-5V STANDARD TILT SWITCH SENSOR MODULE FOR ARDUINO
Feature:
  • Tilt Switch Module KY020 and a digital interface, built-in 13 LED build a simple circuit to produce tilt warning lamp 13 comes with digital interfaces of the LED
  • The tilt switch sensor interface to access digital 3,when the tilt open Off sensor senses a key signal, LED lights, otherwise off.
  • Working voltage: 3.3V~5V
  • Digital switch output (0 & 1)
  • High sensitivity
Routines source code:
  • int Led = 13 ;// define LED Interface
  • int buttonpin = 3; // define the tilt switch sensor interfaces
  • int val ;// define numeric variables val
  • void setup()
  • {
  • pinMode(Led, OUTPUT) ;// define LED as output interface
  • pinMode(buttonpin, INPUT) ;// define the output interface tilt switch sensor
  • }
  • void loop ()
  • {
  • val = digitalRead(buttonpin) ;// digital interface will be assigned a value of 3 to read val
  • if(val == HIGH) // When the tilt sensor detects a signal when the switch, LED flashes
  • {
  • digitalWrite(Led, HIGH);
  • }
  • else
  • {
  • digitalWrite(Led, LOW);
  • }
  • }
Package includes:
  • 1 x Tilt Switch Sensor Module

Battery Charger Protection Module



Additional information

Weight 0.04 kg
Dimensions 2.3 × 1.6 × 0.5 cm
WeCreativez WhatsApp Support
Our customer support team is here to answer your questions. Ask us anything!
👋 Hi, how can I help?

Main Menu