@@The.Innovative.Indian I want to make a vibration wrist band that will measure low medium and high vibration .At the same time different LED will blink for low ,medium and high. Can you please advice me urgently ?
Rotate this blue color potential meter in a clockwise or anti-clochwise direction with the help of a screwdriver to increase and decrease the sensitivity of this vibration sensor.
hye is there possible to use this sensor for project about condition based maintenance motor based on vibration, its basically to differentiate the condition of the motor by their vibration
Yes you can use but there are changes to get errors in the reading....... instead of this you can use vibration sensor used in the car. that sensor is more reliable and durable ....
@circuit bazaar I want to make a vibration wrist band that will measure low medium and high vibration .At the same time different LED will blink for low ,medium and high. Can you please advice me urgently ?
@@The.Innovative.Indiancan you explain a bit. If I make this do I have to attach arduino with vibration circuit.hope you would understand.I want to make a wrist band a bit small. I sent you an email could you please respond me.
thank you for your simply explained.👍👍 Bro... i am trying to do a final year project it is a reduce human elephant conflict using the arduino, if you have any idea about that so please give some tips for that.
@@The.Innovative.Indian I want to make a vibration wrist band that will measure low medium and high vibration .At the same time different LED will blink for low ,medium and high. Can you please advice me urgently ?
Connections Are like this:- Vibration Sensor Arduino Uno | | |--- Signal (S) ----| Digital Pin 2 |--- GND -----------| GND |--- VCC -----------| 5V Coding is like this :- const int vibrationPin = 2; // Connect the sensor signal pin to digital pin 2 void setup() { pinMode(vibrationPin, INPUT); // Set the sensor pin as an input Serial.begin(9600); // Start serial communication } void loop() { int sensorValue = digitalRead(vibrationPin); // Read the sensor value if (sensorValue == HIGH) { Serial.println("Vibration detected!"); // Print a message when vibration is detected } delay(500); // Add a small delay to avoid rapid multiple readings }
Connections Are like this:- Vibration Sensor Arduino Uno | | |--- Signal (S) ----| Digital Pin 2 |--- GND -----------| GND |--- VCC -----------| 5V Coding is like this :- const int vibrationPin = 2; // Connect the sensor signal pin to digital pin 2 void setup() { pinMode(vibrationPin, INPUT); // Set the sensor pin as an input Serial.begin(9600); // Start serial communication } void loop() { int sensorValue = digitalRead(vibrationPin); // Read the sensor value if (sensorValue == HIGH) { Serial.println("Vibration detected!"); // Print a message when vibration is detected } delay(500); // Add a small delay to avoid rapid multiple readings }
Thank you this really helps me with school ❤
Thanks for Appreciating
It worked.Simple and easy Thank you.
You're welcome!
@@The.Innovative.Indian I want to make a vibration wrist band that will measure low medium and high vibration .At the same time different LED will blink for low ,medium and high. Can you please advice me urgently ?
Superb explanation bro..I have gained many knowledge
Thank you so much for appreciating the video please keep watching my videos
Can I use work without aurdino.pls video
Yes you can ... but in that case you need a hardware which can be on and off with a trigger
What is the work of blue potential meter blue box
Rotate this blue color potential meter in a clockwise or anti-clochwise direction with the help of a screwdriver to increase and decrease the sensitivity of this vibration sensor.
hye is there possible to use this sensor for project about condition based maintenance motor based on vibration, its basically to differentiate the condition of the motor by their vibration
Yes you can use but there are changes to get errors in the reading....... instead of this you can use vibration sensor used in the car. that sensor is more reliable and durable ....
@@The.Innovative.Indian I have the same idea as his. Do you think I could use an accelerometer instead for more reliable readings?
What programming language you are using
embedded C Language
@circuit bazaar I want to make a vibration wrist band that will measure low medium and high vibration .At the same time different LED will blink for low ,medium and high. Can you please advice me urgently ?
for that you can use analog output vibration sensor and feed the signal to arduino for the Programming... it's easy to make ....
@@The.Innovative.Indian can you please check you email.I sent detail info to your email that is added with your channel. Kindly give me a reply there.
@@The.Innovative.Indiancan you explain a bit. If I make this do I have to attach arduino with vibration circuit.hope you would understand.I want to make a wrist band a bit small. I sent you an email could you please respond me.
It is possible to create a warning watch using this method of sensor...?
Absolutely , you can create any type of circuit using this vibration sensor
thank you for your simply explained.👍👍
Bro... i am trying to do a final year project it is a reduce human elephant conflict using the arduino, if you have any idea about that so please give some tips for that.
how you will avoid conflict ??
@@The.Innovative.Indian I want to make a vibration wrist band that will measure low medium and high vibration .At the same time different LED will blink for low ,medium and high. Can you please advice me urgently ?
can i use this to turn an alarm on , eg a siren for 1 min?
Yes you can use this for that purpose but in that case you have to use either microcontroller or 555 timer
What value is displayed on Serial monitor... valus define?
digital 1 or 0 .
@@The.Innovative.Indian that's not..how we call the value ?,is any distance measurement or any else?
@@kumudhaicdspolur2671 thats also what i need bro
What is unit measured by vibration sensor in serial monitor
digital 1 or 0 is generated by the sensor
what is the name of the model of the sensor?
SW-420 is a cost-effective vibration sensor module
What is the name of this vibration sensor
sw 420 vibration sensor
@@The.Innovative.Indian Can we do this with raspberry Pi pico or esp32 instead of arduino
Plz reply fast
Code & circuit diagram?
Check description
NO DIAGRAM AND CODES ON THE DESCRIPTION
I WISH U NOTICE US
ok please mail at circuitsbazaar@gmail.com i'll send you the data right away.
Connections Are like this:-
Vibration Sensor Arduino Uno
| |
|--- Signal (S) ----| Digital Pin 2
|--- GND -----------| GND
|--- VCC -----------| 5V
Coding is like this :-
const int vibrationPin = 2; // Connect the sensor signal pin to digital pin 2
void setup() {
pinMode(vibrationPin, INPUT); // Set the sensor pin as an input
Serial.begin(9600); // Start serial communication
}
void loop() {
int sensorValue = digitalRead(vibrationPin); // Read the sensor value
if (sensorValue == HIGH) {
Serial.println("Vibration detected!"); // Print a message when vibration is detected
}
delay(500); // Add a small delay to avoid rapid multiple readings
}
Please provide the code and circuit diagram
Connections Are like this:-
Vibration Sensor Arduino Uno
| |
|--- Signal (S) ----| Digital Pin 2
|--- GND -----------| GND
|--- VCC -----------| 5V
Coding is like this :-
const int vibrationPin = 2; // Connect the sensor signal pin to digital pin 2
void setup() {
pinMode(vibrationPin, INPUT); // Set the sensor pin as an input
Serial.begin(9600); // Start serial communication
}
void loop() {
int sensorValue = digitalRead(vibrationPin); // Read the sensor value
if (sensorValue == HIGH) {
Serial.println("Vibration detected!"); // Print a message when vibration is detected
}
delay(500); // Add a small delay to avoid rapid multiple readings
}
please give me all components name
Bro pls it is urgent
embedded C Language
What is the work of blue potential meter blue box
This blue color potential meter can increase and decrease the sensitivity of this vibration sensor.