<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Piezo_Disc</id>
	<title>Piezo Disc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Piezo_Disc"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Piezo_Disc&amp;action=history"/>
	<updated>2026-06-08T23:15:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=Piezo_Disc&amp;diff=25953&amp;oldid=prev</id>
		<title>Chao at 05:09, 2 April 2020</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Piezo_Disc&amp;diff=25953&amp;oldid=prev"/>
		<updated>2020-04-02T05:09:42Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== 蜂鸣片的原理 ==&lt;br /&gt;
蜂鸣片是利用压电效应原理工作的，当对其施加交变电压时它会产生机械振动；&amp;lt;br&amp;gt;&lt;br /&gt;
反之，对其施加机械作用力时它也会产生电压信号。&amp;lt;br&amp;gt;&lt;br /&gt;
因此，可以将压电陶瓷蜂鸣片变通作为振动传感器使用。&amp;lt;br&amp;gt;&lt;br /&gt;
压电陶瓷蜂鸣片受到机械作用力时产生的电压信号很微弱，作振动传感器使用一般应连接电压放大器。&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The buzzer works based on the principle of piezoelectric effect. When an alternating voltage is applied to it, it will produce mechanical vibration; &amp;lt;br&amp;gt;&lt;br /&gt;
Conversely, it generates a voltage signal when a mechanical force is applied to it. &amp;lt;br&amp;gt;&lt;br /&gt;
Therefore, the piezoelectric ceramic buzzer can be used as a vibration sensor. &amp;lt;br&amp;gt;&lt;br /&gt;
The voltage signal generated by the piezoelectric ceramic buzzer when it is mechanically applied is very weak. Generally, it should be connected to a voltage amplifier as a vibration sensor. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Use as input by vibration ==&lt;br /&gt;
* https://www.youtube.com/watch?v=1SNC3ib10_4&lt;br /&gt;
=== Demo Code ===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;arduino&amp;quot;&amp;gt;&lt;br /&gt;
void setup()&lt;br /&gt;
{&lt;br /&gt;
Serial.begin(9600); //Open the serial to set the baud rate for 9600bps&lt;br /&gt;
}&lt;br /&gt;
void loop()&lt;br /&gt;
{&lt;br /&gt;
int val;&lt;br /&gt;
val=analogRead(0); //Connect the analog piezoelectric ceramic vibration sensor to analog interface 0&lt;br /&gt;
Serial.print(&amp;quot;Vibration is &amp;quot;);&lt;br /&gt;
Serial.println(val,DEC);//Print the analog value read via serial port&lt;br /&gt;
delay(100);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Use as a buzzer ==&lt;br /&gt;
* https://playground.arduino.cc/Code/ToneAC/&lt;br /&gt;
&lt;br /&gt;
[[category: Buzzer]]&lt;br /&gt;
&lt;br /&gt;
[[category: Sensor]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>