If you have any questions, please contact us at info@caxtool.com.

Caxtool
Categories
Caxtool
  • Categories
    • Aluprofiles, accesories
    • Linear technology, smoot rods, linear guides
    • Rubber goods,edge protections
    • Screws
    • 3D printer parts
    • Filament
    • 3D Printers
    • Electronic parts
    • Openbuilds V-slot
    • Laser engraving/cutting machines
    • Extraction and cleaning equipment
The Knock Sensor Module
The Knock Sensor Module
2.46 €

(1.94 € + 27% VAT)

  1. Modules
  1. Electronic parts
  2. Modules

The Knock Sensor Module

Item number: 
EHGS00720
The Knock Sensor Module
2.46 €

(1.94 € + 27% VAT)

Article No.:
EHGS00720
Delivery time:
2-4 working days
Main stock
8 pcs
We deliver our products within 2-4 working days!
Product description

Both knock sensor module and digital interface 13 carries LED for the build-up of a simple circuit and a knock flasher.Connect knock sensor to digital interface 3 with the LED carried by digital interface 13. When knock sensor detects a knock signal, the LED will flash.

Sample code:
int Led=13;//define LED interface
int Shock=3//define knock sensor interface
int val;// define digital variable val

void setup(){
pinMode(Led,OUTPUT);//define LED as output interface
pinMode(Shock,INPUT);//define knock sensor as output interface
}

void loop(){
val=digitalRead(Shock);//read and assign the value of digital interface 3 to val
if(val==HIGH)//When knock sensor detects any signal , the LED will flash {
digitalWrite(Led,LOW);
}else{
digitalWrite(Led,HIGH);
}
}

Similar products
Customer account
  • Sign In
  • Sign Up
  • My Profile
  • Cart
  • My Favorites
Information
  • Terms and Conditions
  • Privacy Policy
  • Return and Refund policy
  • Payment
  • Shipping
  • Contact details
  • Impressum
Caxtool Ltd.
  • Dorozsmai street 157., Szeged, 6791
  • +3662549908
  • info@caxtool.com
  • youtube

sixpayment
paypal
simplepay_hu_v2
  • Aluprofiles, accesories
  • Linear technology, smoot rods, linear guides
  • Rubber goods,edge protections
  • Screws
  • 3D printer parts
  • Filament
  • 3D Printers
  • Electronic parts
  • Openbuilds V-slot
  • Laser engraving/cutting machines
  • Extraction and cleaning equipment
Change language
  • en
  • hu
  • ro
  • sk
  • si
  • at
  • de
  • cz
  • hr
  • pl
  • nl
  • fr
  • dk
  • it
  • ie
  • es
  • gr
  • pt
  • fi
  • mt
Change currency
Sign in
Sign Up
Privacy settings
Our website uses cookies necessary for basic functionality. You can allow additional cookies for broader features (marketing, analytics, personalization). For more details, see our Privacy Policy in the Privacy Notice.
Essential cookies are critical for the website’s core functions, and the site will not work properly without them. These cookies do not store personally identifiable information.
We use marketing cookies to track visitors’ activity on the site. The goal is to show relevant ads to individual users (e.g., via Google Ads and Facebook Ads) and encourage engagement, making our website more valuable.
Statistical cookies help the website owner understand how visitors interact with the site by collecting and reporting data anonymously.
Personalization cookies let us remember information that changes how the website behaves or looks.