Where ever the sensor is placed it will detect the vibration. If the span of the project model is long and accurate readings is required then multiple sensors can be used based on requirement
If I put a vibrating phone next to such a sensor, will it register vibration? Or won't it be sensitive enough to do so? Can you advise a sensitive sensor that would be suitable for my purpose? Thank you.
Excellent explanation !! My Use case is the opposite. I need to attach this to a life saving device which should run 24x7 and I need to be alerted within seconds if the machine stops working. The machine has some vibration good enough to record. So will it help if I reverse the logic of the last line of code to --> "long measurement=pulseIn (vs, LOW)" instead of High. or I need to do more changes to the sketch ? Thanks for the reply in adance
you can use the notification widget, which sends you the alert message. you can even do some settings like, when the wifi module gets offline you will receive a notification message.
please i want to know how to configure the sensor, to only detect vibration above a particular frequency. please it is needed for my final year project
Hi, I just want to ask your video is amazing, i added a chart to the blynk app and it works!. I have a question, can i replace the sw420 with a analog Piezoelectric module? if yes, can i please have a code for it? Thank you
Hell bro we want to make laser based vibration sensor that is operated through mobile as a miniproject. So, Tell me some tips where we can get components and where we can know about that
I have wanted to combine that with a microphone module, to create an alarm for the door, that detects when someone is trying to break in and maybe sets an alarm. Do you know of anything like that existing?
Hi! I love your video and i make your video as my reference for my fyp project. Can i know what is the suitable vibration sensor if it need to detect vibration of water pump in industry???
Hello sir. This is Abhigyan Tiwari from Assam, IN. I'm making a Project and want my Arduino to send the measurement of vibration, of my Vibration sensor (connected to my Arduino Uno USB), to the Blynk App and display the measurement/intensity of vibration. I don't have any wifi/Bluetooth module or nodeMCU. I just want to do this using my Arduino Uno Rev3 (USB) and the Blynk app. I'm using the Grove - Vibration Sensor(SW-420), by Seeed Studio. This is very urgent and important. Therefore, I request you to kindly guide me with the sketch required for Arduino IDE, for my desired situation. Kindly......
waah great video dude
Can you tell me in what unit the value is displayed and where do you process this value in the code?
Electronic Clinic?
Hi! i have a question. If we use Uno board instead of vero board, do we have to use another coding
Hai sir , what is the units of output you got
do u have same with esp32?
So does this vibration sensor detects all vibration and what is the radius or range of vibration and does the sensor have to be on a bread board?
Where ever the sensor is placed it will detect the vibration. If the span of the project model is long and accurate readings is required then multiple sensors can be used based on requirement
Great video! I have a question, can the vibration sensor be replaced with any piezoelectric sensor? If yes can you list a few?
is it possible to describe how you configure Blynk 2 for this project.
hi! I have a question. At the 9:15 minutes, I notice a U+ wifi cable was connected to the board. May I know what was it? Is it a power source?
yes power source.
@@ElectroniClinic what type of power source are you using? Is it battery?
Sir in vibration senson i got ao as extra what to do with that
Thankyou thankyou thankyouuuuu✨
you are always welcome Fatiha.
Will it trigger if you pick up the breadboard and if you hold the breadboard?
pls help me D0 problem 'D0' was not declared in this scope
If I put a vibrating phone next to such a sensor, will it register vibration? Or won't it be sensitive enough to do so? Can you advise a sensitive sensor that would be suitable for my purpose? Thank you.
it will sense, if not then you can use mpu6050 for this purpose.
@@ElectroniClinic thanks)
What is unit of sw420
hi, love the video.
i'm using your video as reference for my current project.
just wondering, is there any alternative to replace sw420?
thanks
yes, you can also use the mpu6050.
@@ElectroniClinic how about MPU-92.65?
that's the only sensor I have right now
Excellent explanation !! My Use case is the opposite. I need to attach this to a life saving device which should run 24x7 and I need to be alerted within seconds if the machine stops working. The machine has some vibration good enough to record. So will it help if I reverse the logic of the last line of code to --> "long measurement=pulseIn (vs, LOW)" instead of High. or I need to do more changes to the sketch ? Thanks for the reply in adance
you can use the notification widget, which sends you the alert message. you can even do some settings like, when the wifi module gets offline you will receive a notification message.
Hi sir is it possible to send data via gsm or lte? Any other item is necessary? 🙏
the measurement 1000 is in what unit?
I can,t get library files kindly provide working link..
please i want to know how to configure the sensor, to only detect vibration above a particular frequency. please it is needed for my final year project
encontraste alguna solucion?
Sir can you please mention the board of esp8266 please???
Can the sensor measure shaking of the hands? No I'm not joking. You know if you hold hand still you have those microshakes in your hand?
Hi, I just want to ask your video is amazing, i added a chart to the blynk app and it works!. I have a question, can i replace the sw420 with a analog Piezoelectric module? if yes, can i please have a code for it? Thank you
When i run this program it display error for esp8266 D1 R1 & mini
great dude :)
but by the way may i Know what is the connection of port D0 with port that u choose in blynk apps ?
thanks
Its already explained in the video. Watch video completely
What form of measurement are readings displaying? I understand it's sensing movement however what is the difference between a ready of 500 vs. 5000?
Mili volt
How do I programm if I use arduino and serial usb connection
Hell bro we want to make laser based vibration sensor that is operated through mobile as a miniproject. So, Tell me some tips where we can get components and where we can know about that
Can the vibration motor be connected to the NODEMCU ESP32?
yes
esp32 and esp8266 both are 3.3v.
I have wanted to combine that with a microphone module, to create an alarm for the door, that detects when someone is trying to break in and maybe sets an alarm. Do you know of anything like that existing?
watch my video on iot door security
Can you make the battery health notification base Iot
Check the battery conduction from any where of the world plz plz replay to my comment
I have uploaded a video on iot based battery voltage monitorimg. You can modify that project . Check playlist
Please make this same project with Blynk 2.O
Ok sure, I will do it.
Hi! I love your video and i make your video as my reference for my fyp project. Can i know what is the suitable vibration sensor if it need to detect vibration of water pump in industry???
i hope you can reply my comment and thank you in advance :)
i hope you can reply my comment and thank you in advance :)
you can use mpu6050 for detecting the vibration too
But what r units of output
I have done all the process but when i run the code it show error board compile...... Please tell me which board i select for this project 🙏
You need to download the ESP libary
Can this vibration chip wake the esp from deep sleep when it detects vibration if we connect it to the reset pin?
Yes, but this will also keep resetting it too many times unwanted, its best if used to wake the device up via an interrupt on any GPIO.
thank you brother for the guidance.. but i am facing an issue, if can please help me out with that.. i got the error "stray '\302' in program"
Hi, I'm not sure the connection for R2 since you did not explain well. Why there is 3 input in R2? HOW?
is that resistor or potentiometer? explain please
Sir how to make vibration sensor trigger relay?
use if condition and turn on the relay.
@@ElectroniClinic can you give me example?
I want code arduino
pls provide code
Hello sir.
This is Abhigyan Tiwari from Assam, IN.
I'm making a Project and want my Arduino to send the measurement of vibration, of my Vibration sensor (connected to my Arduino Uno USB), to the Blynk App and display the measurement/intensity of vibration. I don't have any wifi/Bluetooth module or nodeMCU. I just want to do this using my Arduino Uno Rev3 (USB) and the Blynk app. I'm using the Grove - Vibration Sensor(SW-420), by Seeed Studio.
This is very urgent and important. Therefore, I request you to kindly guide me with the sketch required for Arduino IDE, for my desired situation. Kindly......
Hola pudiste obtener la medicion de vibracion? como lo hiciste?
ASMR tutorial
👍First like🙌
Blur view