• -43%

Analóg dob szimuláló piezoelektromos kerámia vibrációérzékelő az arduino barkácskészlethez

Analóg dob szimuláló piezoelektromos kerámia vibrációérzékelő az arduino barkácskészlethez

130 Ft 43% megtakarítás
228 Ft
Nincs adó
 
 
 
 
Introduction
WAVGAT analog piezoelectric ceramic vibration sensor based on piezoelectric ceramic chip analog vibration makes use of the anti-transformation process of piezoelectric ceramic making the electric signals vibrate When piezoelectric ceramic chip is vibrating, the sensor signal terminal will generate electrical signals The sensor can be used with Arduino dedicated sensor shield, and Arduino analog port can perceive weak vibration signals, so that it can work out the interactive works related to vibration, such as electronic drum interactive work Please connect analog voltage ceramic vibration sensor to the Arduino UNO controller's analog port A0 in accordance with the procedure, then observe the output value of serial port when the vibration degree is different, it can realize interactive works related to the vibration
 
Specification
Supply Voltage: 33V to 5V
Working Current :<1mA
Working Temperature Range:-10°~+70°
Output Signal:analog signal
 
 
 
Sample Code
 
void setup()
{
Serialbegin(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
Serialprint("Vibration is ");
Serialprintln(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
 
 
 
Introduction
WAVGAT analog piezoelectric ceramic vibration sensor based on piezoelectric ceramic chip analog vibration makes use of the anti-transformation process of piezoelectric ceramic making the electric signals vibrate When piezoelectric ceramic chip is vibrating, the sensor signal terminal will generate electrical signals The sensor can be used with Arduino dedicated sensor shield, and Arduino analog port can perceive weak vibration signals, so that it can work out the interactive works related to vibration, such as electronic drum interactive work Please connect analog voltage ceramic vibration sensor to the Arduino UNO controller's analog port A0 in accordance with the procedure, then observe the output value of serial port when the vibration degree is different, it can realize interactive works related to the vibration
 
Specification
Supply Voltage: 33V to 5V
Working Current :<1mA
Working Temperature Range:-10°~+70°
Output Signal:analog signal
 
 
 
Sample Code
 
void setup()
{
Serialbegin(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
Serialprint("Vibration is ");
Serialprintln(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
Mennyiség

 

Biztonsági feltételek

 

Szállításii feltételek

 

Visszaküldési feltételek

Analóg dob szimuláló piezoelektromos kerámia vibrációérzékelő az arduino barkácskészlethez
Analog Drum Simulate Piezoelectric Ceramic Vibration Sensor for arduino DIY KIT
 
 
 
 
Introduction
WAVGAT analog piezoelectric ceramic vibration sensor based on piezoelectric ceramic chip analog vibration makes use of the anti-transformation process of piezoelectric ceramic making the electric signals vibrate When piezoelectric ceramic chip is vibrating, the sensor signal terminal will generate electrical signals The sensor can be used with Arduino dedicated sensor shield, and Arduino analog port can perceive weak vibration signals, so that it can work out the interactive works related to vibration, such as electronic drum interactive work Please connect analog voltage ceramic vibration sensor to the Arduino UNO controller's analog port A0 in accordance with the procedure, then observe the output value of serial port when the vibration degree is different, it can realize interactive works related to the vibration
 
Specification
Supply Voltage: 33V to 5V
Working Current :<1mA
Working Temperature Range:-10°~+70°
Output Signal:analog signal
 
 
 
Sample Code
 
void setup()
{
Serialbegin(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
Serialprint("Vibration is ");
Serialprintln(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
 
 
 
Introduction
WAVGAT analog piezoelectric ceramic vibration sensor based on piezoelectric ceramic chip analog vibration makes use of the anti-transformation process of piezoelectric ceramic making the electric signals vibrate When piezoelectric ceramic chip is vibrating, the sensor signal terminal will generate electrical signals The sensor can be used with Arduino dedicated sensor shield, and Arduino analog port can perceive weak vibration signals, so that it can work out the interactive works related to vibration, such as electronic drum interactive work Please connect analog voltage ceramic vibration sensor to the Arduino UNO controller's analog port A0 in accordance with the procedure, then observe the output value of serial port when the vibration degree is different, it can realize interactive works related to the vibration
 
Specification
Supply Voltage: 33V to 5V
Working Current :<1mA
Working Temperature Range:-10°~+70°
Output Signal:analog signal
 
 
 
Sample Code
 
void setup()
{
Serialbegin(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
Serialprint("Vibration is ");
Serialprintln(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
4000100213922 - suq
4000100213922

Hasonló kategóriák mint 16 :

Reviews

Write your review

Analóg dob szimuláló piezoelektromos kerámia vibrációérzékelő az arduino barkácskészlethez

 
 
 
 
Introduction
WAVGAT analog piezoelectric ceramic vibration sensor based on piezoelectric ceramic chip analog vibration makes use of the anti-transformation process of piezoelectric ceramic making the electric signals vibrate When piezoelectric ceramic chip is vibrating, the sensor signal terminal will generate electrical signals The sensor can be used with Arduino dedicated sensor shield, and Arduino analog port can perceive weak vibration signals, so that it can work out the interactive works related to vibration, such as electronic drum interactive work Please connect analog voltage ceramic vibration sensor to the Arduino UNO controller's analog port A0 in accordance with the procedure, then observe the output value of serial port when the vibration degree is different, it can realize interactive works related to the vibration
 
Specification
Supply Voltage: 33V to 5V
Working Current :<1mA
Working Temperature Range:-10°~+70°
Output Signal:analog signal
 
 
 
Sample Code
 
void setup()
{
Serialbegin(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
Serialprint("Vibration is ");
Serialprintln(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
 
 
 
Introduction
WAVGAT analog piezoelectric ceramic vibration sensor based on piezoelectric ceramic chip analog vibration makes use of the anti-transformation process of piezoelectric ceramic making the electric signals vibrate When piezoelectric ceramic chip is vibrating, the sensor signal terminal will generate electrical signals The sensor can be used with Arduino dedicated sensor shield, and Arduino analog port can perceive weak vibration signals, so that it can work out the interactive works related to vibration, such as electronic drum interactive work Please connect analog voltage ceramic vibration sensor to the Arduino UNO controller's analog port A0 in accordance with the procedure, then observe the output value of serial port when the vibration degree is different, it can realize interactive works related to the vibration
 
Specification
Supply Voltage: 33V to 5V
Working Current :<1mA
Working Temperature Range:-10°~+70°
Output Signal:analog signal
 
 
 
Sample Code
 
void setup()
{
Serialbegin(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
Serialprint("Vibration is ");
Serialprintln(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

Write your review