This product may not be available anymore. Click here for similar products.

Passive Piezo Buzzer Module for Arduino 3.3V – 5V Details

  • The best price of Passive Piezo Buzzer Module for Arduino 3.3V – 5V by TechDepot Egypt in Egypt is 20 EGP
  • Available payment methods are
    Cash on Delivery
  • Delivery fees are 35+ EGP, with delivery expected within 2-4 day(s)
  • The first appearance of this product was on Apr 13, 2017

Technical Specifications

Weight:5 g

TechDepot Egypt's Description

Description

Required Hardware Devices

  • Arduino controller × 1
  • Passive Piezo Buzzer Module
  • USB data cable × 1

Connecting

Arduino digital pin 8 –> pin ‘I/O’ of module Arduino GND –> Pin ‘-‘ of module Arduino +5 –> Pin ‘VCC’ of module

Code

//Example Code for KY-006int buzzer =8;// setting controls the digital IO foot buzzervoid setup (){ pinMode (buzzer, OUTPUT);// set the digital IO pin mode, OUTPUT out of Wen}void loop (){unsignedchar i, j ;// define variableswhile(1){for(i =0; i <80; i++)// Wen a frequency sound{ digitalWrite (buzzer, HIGH);// send voice delay (1);// Delay 1ms digitalWrite (buzzer, LOW);// do not send voice delay (1);// delay ms}for(i =0; i <100; i++)// Wen Qie out another frequency sound{ digitalWrite (buzzer, HIGH);// send voice delay (2);// delay 2ms digitalWrite (buzzer, LOW);// do not send voice delay (2);// delay 2ms}}}

Top Products in Circuit Componentsmore

    Reviews of Passive Piezo Buzzer Module for Arduino 3.3V – 5V

    • No reviews exist yet for this product.

    Video Reviews of Passive Piezo Buzzer Module for Arduino 3.3V – 5V

    • loading video reviews