Joy-it SEN-VIB01 Bruksanvisning


Läs gratis den bruksanvisning för Joy-it SEN-VIB01 (7 sidor) i kategorin Inte kategoriserad. Guiden har ansetts hjälpsam av 15 personer och har ett genomsnittsbetyg på 4.5 stjärnor baserat på 8 recensioner. Har du en fråga om Joy-it SEN-VIB01 eller vill du ställa frågor till andra användare av produkten? Ställ en fråga

Sida 1/7
SEN-VIB01
Analog piezoelectric vibration sensor
1. GENERAL INFORMATION
Dear customer,
thank you very much for choosing our product.
In the following, we will introduce you to what to observe while starting
up and using this product.
Should you encounter any unexpected problems during use, please do
not hesitate to contact us.
2. INTRODUCTION
Vibrations that aect the sensor generate a voltage signal due to the
piezoelectric eect depending on the strength of the vibration.
Therefore, you do not need a supply voltage for the sensor, but only the
voltage at the signal pin of the sensor has to be measured by using an
analog-digital converter.
Arduino SEN-VIB01
GND G
- NC
A0 S
3. USE WITH THE ARDUINO
3.1 Wiring
3.2 Code example
We provide a code example for you to test your sensor. Before uploading,
make sure that the correct Board and Port are set in your Arduino IDE
under Tools.
The sensor generates a voltage from the vibration applied to it.
The following code will give you the current output voltage of the sensor.
The higher the applied vibration, the higher the output voltage.
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
}
void loop() {
// put your main code here, to run repeatedly:
int sensorValue = analogRead(A0);
float voltage = sensorValue * (5.0 / 1023.0);
Serial.println(voltage);
}


Produktspecifikationer

Varumärke: Joy-it
Kategori: Inte kategoriserad
Modell: SEN-VIB01

Behöver du hjälp?

Om du behöver hjälp med Joy-it SEN-VIB01 ställ en fråga nedan och andra användare kommer att svara dig