Joy-it SEN-VIB01 Handleiding


Bekijk gratis de handleiding van Joy-it SEN-VIB01 (7 pagina’s), behorend tot de categorie Niet gecategoriseerd. Deze gids werd als nuttig beoordeeld door 41 mensen en kreeg gemiddeld 4.0 sterren uit 21 reviews. Heb je een vraag over Joy-it SEN-VIB01 of wil je andere gebruikers van dit product iets vragen? Stel een vraag

Pagina 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 and are set in your Arduino IDE Board Port
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:
sensorValue = analogRead(A0);int
voltage = sensorValue * ( );float 5.0 / 1023.0
Serial.println(voltage);
}


Product specificaties

Merk: Joy-it
Categorie: Niet gecategoriseerd
Model: SEN-VIB01

Heb je hulp nodig?

Als je hulp nodig hebt met Joy-it SEN-VIB01 stel dan hieronder een vraag en andere gebruikers zullen je antwoorden