Hi, Can you help me to understand if it is possible to get accurate decibel values without calibration when using microphone with amplifier.? Thx!
@szarkul3 жыл бұрын
funny things is digital output of sensor connected to analog input :D
@patrik22952 жыл бұрын
Hello! Maybe its a bad question, but are these oled displays come soldered?
@beezowigy91552 жыл бұрын
yes
@themaxduffman5262 жыл бұрын
Hi ! Digital output on analog input... ...nice... :D
@mrapsouthern3 жыл бұрын
Line 84 in your video - this is not how you convert a scalar value, like pressure or volts, to decibels. In your video you do show the correct formulas, but you don't appear to use them in your code!!!
@SA-oj3bo3 жыл бұрын
Hi, Can you help me to understand if it is possible to get accurate decibel values without calibration when using microphone with amplifier.? Thx!
@xfabiosoft3 жыл бұрын
You are right... i experienced with some values: mic_value = analogRead(MIC_PIN); dB_value = (mic_value+83.2073) / 11.003; //convert ADC value to dB using regression
@jaimesantiagohernandez3 жыл бұрын
You say this is wrong: float db = map(peakToPeak,20,900,49.5,90); how it is corrected, with what it is replaced. maybe with the formula from the video in 1:39 min. Any suggestions? Thanks
@vaibhavihiremath15802 жыл бұрын
Hi The time is in milliseconds or microseconds?? And we are unable to get the output on the LCD display but the LCD display is on
@d38913 жыл бұрын
Great ...what i wish to do is monitor sound remotely ...any ideas how i can have the sensor in one location but to read the results at home...that means in a different location... by having the sensor transmit them via wifi...cheers
@jktipan872 жыл бұрын
I guess you can use a LoRa module to send and another LoRa module to receive all of them connected to Arduino
@HwangHwang234 жыл бұрын
Is this for arduino only? Couldn’t i try to do this with raspberry pi? I just have same parts but raspberry pi.
@amir27yearsago724 жыл бұрын
Can you do simple project like use ..Sound sensor , esp8266 , and connect to Adafruit for data monitoring and get notifications if they gone to limit we set like security system from IFTT by telegram notification message.
@Lrak9743 жыл бұрын
Hi, good project ! Can you explain how you complete your int db = map(peakToPeak,20,900,49.5,90); function for calibration ??? what is "20" , "900", "49.5", "90"??
@mrapsouthern3 жыл бұрын
that line is completely wrong - that simple linear map function is not how you calculate sound pressure level (dB) from a relative sound pressure (Pa) or voltage.
@starrovers132 жыл бұрын
@@mrapsouthern thanks, but what should be the correct code instead? thx
@mokarrom_z24 жыл бұрын
Hi, how did you get the DB conversion formula in the Arduino code?
@HowtoElectronics4 жыл бұрын
By mapping the minimum to maximum value and calibrating with the standard db value when you are in silent room.
@mokarrom_z24 жыл бұрын
@@HowtoElectronics Are you planning on doing this project using a sound sensor and nodemcu to upload data on MySQL server? I am kind of stuck at a point and Thank you very much.
@mrapsouthern3 жыл бұрын
@@HowtoElectronics that wont work!
@yogeshitaliya4734 жыл бұрын
How to😉😀😉
@electronic79794 жыл бұрын
Excellent project
@charlesphillips16424 жыл бұрын
Will it go up past or around 200db I'm doing 155db in my car stereo and would like to make this
@HowtoElectronics4 жыл бұрын
Not at all. It will sense up to 93db only. Its microphone is so powerful enough to pickup such a high sound.
@muhammadhazim1826 Жыл бұрын
@@HowtoElectronics can we adjust the db to 125db?
@jerzyszczepanski97923 жыл бұрын
Hi. Could anybody please post a build of Arduino decibel meter for an Airgun with shown Max last reading. Small size would be preferable, possibly Arduino Nano and Oled screen. Most Android Phone Apps don't work correctly as the phone kills the Microphone sensitivity automatically and sampling isn't fast enough. Thanks in advance. Good Video BTW.