Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use 35mm Piezo Transducer: Examples, Pinouts, and Specs

Image of 35mm Piezo Transducer
Cirkit Designer LogoDesign with 35mm Piezo Transducer in Cirkit Designer

Introduction

The 35mm Piezo Transducer by MakerLab (Part ID: 35mm Piezo Transducer) is a versatile electronic component designed to convert electrical energy into mechanical vibrations or sound waves. This component is widely used in audio applications, such as buzzers and alarms, as well as in sensors and actuators for detecting vibrations or generating sound.

Explore Projects Built with 35mm Piezo Transducer

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Piezo Sensor Array with LED Indicator and Bridge Rectifier
Image of Project: A project utilizing 35mm Piezo Transducer in a practical application
This circuit consists of multiple piezo sensors connected in parallel to a bridge rectifier, which converts the AC signals from the sensors into DC. The rectified output is then filtered by an electrolytic capacitor and used to power a red LED, indicating the presence of vibrations or mechanical stress detected by the piezo sensors.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered Piezo Sensor Array with LED Indicators and TP4056 Charging Module
Image of energy generator: A project utilizing 35mm Piezo Transducer in a practical application
This circuit is a piezoelectric energy harvesting system that charges a 18650 Li-ion battery using multiple piezo sensors. The harvested energy is rectified by diodes, stored in a capacitor, and managed by a TP4056 module, which also controls the charging and discharging of the battery. The circuit includes LEDs to indicate the status of the system.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino Nano-Based Dual Ultrasonic Sensor System with Battery-Powered Buzzer
Image of Emergency walking stick: A project utilizing 35mm Piezo Transducer in a practical application
This circuit features an Arduino Nano microcontroller interfaced with two HC-SR04 ultrasonic sensors for distance measurement and a piezo buzzer for audio feedback. It is powered by a 18650 Li-Ion battery managed by a TP4056 charging module and a LM340T5 7805 voltage regulator to provide a stable 5V supply.
Cirkit Designer LogoOpen Project in Cirkit Designer
Piezo Sensor-Based LED Indicator with Push Switch Control
Image of pizzo electric: A project utilizing 35mm Piezo Transducer in a practical application
This circuit is a piezoelectric sensor array with multiple piezo sensors connected through diodes to a capacitor and an LED indicator. The push switch and resistor control the LED, which lights up when the sensors detect vibrations or pressure changes.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with 35mm Piezo Transducer

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of Project: A project utilizing 35mm Piezo Transducer in a practical application
Piezo Sensor Array with LED Indicator and Bridge Rectifier
This circuit consists of multiple piezo sensors connected in parallel to a bridge rectifier, which converts the AC signals from the sensors into DC. The rectified output is then filtered by an electrolytic capacitor and used to power a red LED, indicating the presence of vibrations or mechanical stress detected by the piezo sensors.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of energy generator: A project utilizing 35mm Piezo Transducer in a practical application
Battery-Powered Piezo Sensor Array with LED Indicators and TP4056 Charging Module
This circuit is a piezoelectric energy harvesting system that charges a 18650 Li-ion battery using multiple piezo sensors. The harvested energy is rectified by diodes, stored in a capacitor, and managed by a TP4056 module, which also controls the charging and discharging of the battery. The circuit includes LEDs to indicate the status of the system.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Emergency walking stick: A project utilizing 35mm Piezo Transducer in a practical application
Arduino Nano-Based Dual Ultrasonic Sensor System with Battery-Powered Buzzer
This circuit features an Arduino Nano microcontroller interfaced with two HC-SR04 ultrasonic sensors for distance measurement and a piezo buzzer for audio feedback. It is powered by a 18650 Li-Ion battery managed by a TP4056 charging module and a LM340T5 7805 voltage regulator to provide a stable 5V supply.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of pizzo electric: A project utilizing 35mm Piezo Transducer in a practical application
Piezo Sensor-Based LED Indicator with Push Switch Control
This circuit is a piezoelectric sensor array with multiple piezo sensors connected through diodes to a capacitor and an LED indicator. The push switch and resistor control the LED, which lights up when the sensors detect vibrations or pressure changes.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications:

  • Audio signaling: Used in buzzers, alarms, and notification systems.
  • Sensors: Detecting vibrations or pressure changes.
  • Actuators: Generating sound or mechanical vibrations in various devices.
  • Musical instruments: Used in electronic drum pads and other sound-generating devices.

Technical Specifications

Below are the key technical details for the 35mm Piezo Transducer:

Parameter Value
Manufacturer MakerLab
Part ID 35mm Piezo Transducer
Diameter 35 mm
Operating Voltage 3V to 30V
Resonant Frequency 4 kHz (typical)
Sound Pressure Level 85 dB @ 10 cm (at 4 kHz, 12V)
Capacitance 20,000 pF ± 30%
Operating Temperature -20°C to +70°C
Housing Material Brass

Pin Configuration and Descriptions

The 35mm Piezo Transducer typically has two terminals:

Pin Description
Positive (+) Connect to the positive voltage supply.
Negative (-) Connect to ground or the negative terminal.

Usage Instructions

How to Use the 35mm Piezo Transducer in a Circuit

  1. Basic Connection:

    • Connect the positive terminal of the piezo transducer to the output of a signal generator or microcontroller pin.
    • Connect the negative terminal to the ground of the circuit.
    • Use a current-limiting resistor (e.g., 1 kΩ) in series with the positive terminal to protect the component.
  2. Driving with a Microcontroller:

    • The piezo transducer can be driven directly by a microcontroller, such as an Arduino UNO, using a digital output pin.
    • For higher sound levels, use a transistor or MOSFET as a driver to amplify the signal.
  3. Generating Sound:

    • Apply a square wave signal at the resonant frequency (4 kHz) to produce the loudest sound.
    • Use a PWM (Pulse Width Modulation) signal to control the tone and volume.

Example: Connecting to an Arduino UNO

Below is an example Arduino sketch to generate a 4 kHz tone using the piezo transducer:

// Define the pin connected to the piezo transducer
const int piezoPin = 8;

void setup() {
  // Set the piezo pin as an output
  pinMode(piezoPin, OUTPUT);
}

void loop() {
  // Generate a 4 kHz tone for 500 ms
  tone(piezoPin, 4000, 500);
  delay(1000); // Wait for 1 second before repeating

  // Generate a 2 kHz tone for 500 ms
  tone(piezoPin, 2000, 500);
  delay(1000); // Wait for 1 second before repeating
}

Important Considerations:

  • Voltage Limits: Do not exceed the maximum operating voltage (30V) to avoid damaging the component.
  • Frequency Range: For optimal performance, drive the transducer at or near its resonant frequency (4 kHz).
  • Mounting: Ensure the transducer is securely mounted to avoid unwanted vibrations or noise.

Troubleshooting and FAQs

Common Issues and Solutions:

  1. No Sound Output:

    • Cause: Incorrect wiring or insufficient voltage.
    • Solution: Verify the connections and ensure the voltage is within the operating range.
  2. Low Sound Volume:

    • Cause: Driving the transducer at a non-resonant frequency or insufficient signal amplitude.
    • Solution: Use a signal generator or microcontroller to produce a 4 kHz square wave signal.
  3. Distorted Sound:

    • Cause: Overdriving the transducer or using a noisy power supply.
    • Solution: Use a clean power source and ensure the input signal is within the specified voltage range.
  4. Overheating:

    • Cause: Prolonged operation at high voltage or frequency.
    • Solution: Operate within the recommended voltage and frequency limits.

FAQs:

Q1: Can I use the piezo transducer to detect vibrations?
A1: Yes, the piezo transducer can act as a sensor to detect vibrations or pressure changes. Connect it to an amplifier circuit to measure the output signal.

Q2: What is the maximum sound pressure level this transducer can produce?
A2: The transducer can produce a sound pressure level of 85 dB at 10 cm when driven at 4 kHz with 12V.

Q3: Can I use this transducer with a 3.3V microcontroller?
A3: Yes, the transducer can operate at 3V, but the sound output may be lower compared to higher voltages.

Q4: How do I mount the transducer in my project?
A4: The transducer can be mounted using adhesive or screws. Ensure it is securely fixed to avoid unwanted vibrations.

By following this documentation, you can effectively integrate the 35mm Piezo Transducer into your projects for reliable and efficient performance.