Drum Simulate Piezoelectric Sensor Analog Ceramic Vibration Sensor Module Piezoelectricity For Arduino DIY KIT
Drum Simulate Piezoelectric Sensor Analog Ceramic Vibration Sensor Module Piezoelectricity For Arduino DIY KIT
Drum Simulate Piezoelectric Sensor Analog Ceramic Vibration Sensor Module Piezoelectricity For Arduino DIY KIT
Drum Simulate Piezoelectric Sensor Analog Ceramic Vibration Sensor Module Piezoelectricity For Arduino DIY KIT

Drum Simulate Piezoelectric Sensor Analog Ceramic Vibration Sensor Module Piezoelectricity For Arduino DIY KIT

Price:   $0.47

  • Model: icchipcn0006141
  • Shipping Weight: 0.1kg
  • 9999 Units in Stock

(0 reviews)
(complete orders today,deliverd around 24/04/2025)
  • Shipping time
    Shipping Worldwide.About 5-15 days.
  • means of transportation
    EMS,DHL,FEDEX,HK Post
  • Payment
    Paypal,T T,
  • Email us
    [email protected]
  • New Products
    2PCSLOT SKY78057-11 SKY78057 11 78057-11
    $9.90
    5PCS IRFP4568 TO-247 150V 171A
    $10.52
    10PCSLOT IXTP50N25T TO-220 250V 50A Free shipping
    $8.10
    Type-C PD decoy module PD23.0 to DC DC trigger extension cable QC4 charger 9V 12V 15V 20V PDC004-PD
    $0.65
    • Details
    • Reviews
    • Tags
    • FAQ
    Brand Name:icchipcn.com
    Condition:New
    Type:Voltage Regulator
    Model Number:MW
    Application:Computer
    Supply Voltage:1
    Dissipation Power:1
    is_customized:Yes

    Specification

    Supply Voltage: 3.3V to 5V

    Working Current:<1mA

    Working Temperature Range:10°70°

    Output Signal:analog signal

    Sample Code

    void setup()

    Serial.begin(9600); //Open the serial to set the baud rate for 9600bps

    void loop()

    int val;

    val=analogRead(0); //Connect the analog piezoelectric ceramic vibration sensor to analog interface 0

    Serial.print("Vibration is ");

    Serial.println(val,DEC);//Print the analog value read via serial port

    delay(100);

    Result

    Wiring as the above diagram and burning the code, after power-on, open the serial monitor, then set the baud rate for 9600 and vibrate ceramic chip, as the graph shown below.