piezo sensor-Gold

  • High Sensitivity: Accurately detects vibrations, pressure, or impacts.
  • Gold-Plated Electrodes: Enhanced conductivity and corrosion resistance for reliable performance.
  • Wide Frequency Response: Ideal for applications in sound and vibration detection.
  • Compact & Durable: Thin, flexible design with long operational life.
  • Versatile Use: Suitable for musical instruments, alarms, medical devices, and industrial monitoring.

Apple Shopping Event

Hurry and get discounts on all Apple devices up to 20%

30,00 EGP

15 People watching this product now!

Payment Methods:

Description

Discover the Piezo Sensor Gold – a high-sensitivity, durable sensor ideal for vibration detection, impact sensing, and precision measurements. Shop now for reliable performance!

Specifications:

Type: Piezoelectric Sensor

Material: Gold-plated

Sensitivity: High

Operating Voltage: Typically 3V–12V

Output: Analog signal

Applications: Vibration detection, impact sensing, pressure measurement

Size: Varies by model

Durability: Long lifespan with gold-plated contacts for enhanced conductivity

🔌
Pin Connections
1 Table
Pin Connections Table 1
BoardSensor PinConnection
PiezoLeg 1/Leg 2board digital (PWM) pin / GND
📟
piezo sensor-Gold
7 Examples • C/C++ | Boards: Arduino Uno, Arduino Nano, Arduino Mega, ESP32, ESP8266, STM32, Raspberry Pi Pico
piezo sensor-Gold - Arduino Uno
piezo sensor-Gold - Arduino Nano
piezo sensor-Gold - Arduino Mega
piezo sensor-Gold - ESP32
piezo sensor-Gold - ESP8266
piezo sensor-Gold - STM32
piezo sensor-Gold - Raspberry Pi Pico
📄 File: piezo_sensor-gold_-_arduino_uno.inoArduino Uno
373 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Signal pin 9 on Arduino Uno (piezo elements double as both simple buzzers AND vibration/knock sensors depending on how you wire them - this shows the buzzer/tone use)
6#define PIEZO_PIN 9
7
8void setup() {
9}
10
11void loop() {
12 tone(PIEZO_PIN, 1000); // 1kHz tone
13 delay(500);
14 noTone(PIEZO_PIN);
15 delay(500);
16}
📄 File: piezo_sensor-gold_-_arduino_nano.inoArduino Nano
374 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Signal pin 9 on Arduino Nano (piezo elements double as both simple buzzers AND vibration/knock sensors depending on how you wire them - this shows the buzzer/tone use)
6#define PIEZO_PIN 9
7
8void setup() {
9}
10
11void loop() {
12 tone(PIEZO_PIN, 1000); // 1kHz tone
13 delay(500);
14 noTone(PIEZO_PIN);
15 delay(500);
16}
📄 File: piezo_sensor-gold_-_arduino_mega.inoArduino Mega
374 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Signal pin 9 on Arduino Mega (piezo elements double as both simple buzzers AND vibration/knock sensors depending on how you wire them - this shows the buzzer/tone use)
6#define PIEZO_PIN 9
7
8void setup() {
9}
10
11void loop() {
12 tone(PIEZO_PIN, 1000); // 1kHz tone
13 delay(500);
14 noTone(PIEZO_PIN);
15 delay(500);
16}
📄 File: piezo_sensor-gold_-_esp32.inoESP32
369 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Signal pin 25 on ESP32 (piezo elements double as both simple buzzers AND vibration/knock sensors depending on how you wire them - this shows the buzzer/tone use)
6#define PIEZO_PIN 25
7
8void setup() {
9}
10
11void loop() {
12 tone(PIEZO_PIN, 1000); // 1kHz tone
13 delay(500);
14 noTone(PIEZO_PIN);
15 delay(500);
16}
📄 File: piezo_sensor-gold_-_esp8266.inoESP8266
371 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Signal pin D1 on ESP8266 (piezo elements double as both simple buzzers AND vibration/knock sensors depending on how you wire them - this shows the buzzer/tone use)
6#define PIEZO_PIN D1
7
8void setup() {
9}
10
11void loop() {
12 tone(PIEZO_PIN, 1000); // 1kHz tone
13 delay(500);
14 noTone(PIEZO_PIN);
15 delay(500);
16}
📄 File: piezo_sensor-gold_-_stm32.inoSTM32
371 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Signal pin PA8 on STM32 (piezo elements double as both simple buzzers AND vibration/knock sensors depending on how you wire them - this shows the buzzer/tone use)
6#define PIEZO_PIN PA8
7
8void setup() {
9}
10
11void loop() {
12 tone(PIEZO_PIN, 1000); // 1kHz tone
13 delay(500);
14 noTone(PIEZO_PIN);
15 delay(500);
16}
📄 File: piezo_sensor-gold_-_raspberry_pi_pico.inoRaspberry Pi Pico
381 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Signal pin 15 on Raspberry Pi Pico (piezo elements double as both simple buzzers AND vibration/knock sensors depending on how you wire them - this shows the buzzer/tone use)
6#define PIEZO_PIN 15
7
8void setup() {
9}
10
11void loop() {
12 tone(PIEZO_PIN, 1000); // 1kHz tone
13 delay(500);
14 noTone(PIEZO_PIN);
15 delay(500);
16}
Piezo disc - doubles as a simple buzzer (drive it) or a vibration/knock sensor (read it as analog). This shows the buzzer/tone use; wire it to an analog pin instead for knock-sensing.

Specification

Specification

WeightWeight2 g
Dimensions1 × 1 × 0,5 cm
Product NamePiezo Sensor – Gold
TypePiezoelectric Sensor
MaterialCeramic disc with gold plating
DiameterApprox. 27 mm (typical, varies by model)
Thickness~0.2–0.3 mm
Pins2 leads
Operating VoltagePassive (generates voltage when stressed)

Customer Reviews