No video

How to Make Spy Recorder Device using Arduino | Arduino Voice Recorder | Arduino SPY Bug

  Рет қаралды 17,575

Circuit Digest

Circuit Digest

Күн бұрын

Here we decided to build our own Arduino Based Voice Recorder, which can also be used as a spy bug. Our spy bug uses a small microphone to record the voice and it stores the recorded voice into an SD card. It will able to record audio clips that are 2 minutes long, each 2 minutes long clip would be numbered serially. Once powered up the recording process will continue until the battery is dead or there is no more space to store the recorded audio. We also attached an LED with the Arduino that indicates the recording process is started.
To know more about Code and Circuit Diagram, please visit: circuitdigest....
Warning: The project discussed here is only intended for educational use. Respect other people’s privacy, any misuse of this device might be a punishable offense according to your state law.
-------------------------------------------------------------------------------------------------------------------------
If you have any doubt or questions regarding this project, you can visit circuitdigest.... to get them answered or to start a discussion.
For more DIY Arduino Projects, please visit: circuitdigest....
Find the latest electronics industry news covering new electronics components releases in various electronics domains such as embedded, power electronics, analog, digital, IoT, and Automotive industries: circuitdigest....
-------------------------------------------------------------------------------------------------------------------------
Connect with CircuitDigest:
👉 Website: circuitdigest....
👉 Facebook: / circuitdigest
👉 Twitter: / circuitdigest
👉 Instagram: / circuit_digest
👉 Pinterest: / circuitdigest
👉 LinkedIn: / circuit-digest
Like, Share, and Subscribe to our KZfaq Channel: / circuitdigest
-------------------------------------------------------------------------------------------------------------------------
#Arduino #Spy #spyvoicerecorder

Пікірлер: 28
@Circuitdigest
@Circuitdigest 2 жыл бұрын
If you are getting this error "exit status 1 'class TMRpcm' has no member named 'startRecording" Then Try the below steps to solve this error Go to documents> Arduino> Libraries> TMRpcm-master.zip Edit pcmConfig.h file as mentioned in below steps: a: On Uno or non-mega boards, uncomment the #define buffSize 128 b: Uncomment #define ENABLE_RECORDING and #define BLOCK_COUNT 10000UL
@tonkofonko
@tonkofonko 8 ай бұрын
Thank you. I fixed my problem. But when I hear my Recorded wav file I heard only some noise bit no my voice :/ maybe I have broken Max4466 Microphone or idk.
@Just_lift_anyone
@Just_lift_anyone 3 жыл бұрын
"here and there" love it :)
@renderuthis
@renderuthis 2 жыл бұрын
Nobodies code works. Error "no command for startRecording" and running this code freaks out arduino and the program will not open. after a day of uninstalling and reinstalling, I found deleting the adruino folder in appdata finally fix Arduino
@chaitanyabukeliya
@chaitanyabukeliya 2 жыл бұрын
At background lata mangeshkarji's song has been played "mere watan ke logo"
@gamingwithmatthew2419
@gamingwithmatthew2419 3 жыл бұрын
exit status 1 'class TMRpcm' has no member named 'startRecording' HOW TO FIX IT ?
@OscarSego
@OscarSego 2 жыл бұрын
kzfaq.info/get/bejne/eqp_ldB8zM6yYmg.html
@amirahaisyah1727
@amirahaisyah1727 Жыл бұрын
Hi there ! i really love to do this project for my final year project. i have try your coding on my project, i can compile and upload the code to my arduino without any problem, but when i heard back the sound of recording, there's no audio in my file. its like a buzzing sound. im not changed any code in the coding. i use arduino uno and sd 4gb. may i know why that happend? i would really appricient if you can help me. big love from malaysia
@amrizaldeeza88
@amrizaldeeza88 11 ай бұрын
hello i got the same problem like you...are you able to solve it?
@ajayjain1791
@ajayjain1791 Жыл бұрын
hey i am facing a problem Arduino: 1.8.13 (Windows 10), Board: "Arduino Uno" C:\Users\admin\OneDrive\Desktop imit ka ha\voice_recorder_in_sd_card\voice_recorder_in_sd_card.ino: In function 'void loop()': voice_recorder_in_sd_card:85:9: error: 'class TMRpcm' has no member named 'startRecording' audio.startRecording(file_name, sample_rate, mic_pin); ^~~~~~~~~~~~~~ voice_recorder_in_sd_card:92:9: error: 'class TMRpcm' has no member named 'stopRecording' audio.stopRecording(file_name); ^~~~~~~~~~~~~ exit status 1 'class TMRpcm' has no member named 'startRecording' This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
@EDISON_SCIENCE_CORNER
@EDISON_SCIENCE_CORNER 3 жыл бұрын
Nice
@umeshumi614
@umeshumi614 3 жыл бұрын
error status : 'class TMRpcm' has no member named 'startRecording' can u help me out
@vishaldeo2366
@vishaldeo2366 3 жыл бұрын
same error i get. did you find the solution ?
@gamingwithmatthew2419
@gamingwithmatthew2419 3 жыл бұрын
saame
@OscarSego
@OscarSego 2 жыл бұрын
kzfaq.info/get/bejne/eqp_ldB8zM6yYmg.html
@vasudhaktippari4535
@vasudhaktippari4535 Жыл бұрын
Can u help the code is not working
@rajibhaxan
@rajibhaxan 3 жыл бұрын
Thank bro
@uniacke
@uniacke 2 жыл бұрын
I keep getting this error from the start up code, "An Error has occurred while mounting SD", What can done to fix it?
@Circuitdigest
@Circuitdigest 2 жыл бұрын
Hi Adam, how are you powering it?
@uniacke
@uniacke 2 жыл бұрын
@@Circuitdigest 5v from an arduino nano
@safamahmoud1549
@safamahmoud1549 2 жыл бұрын
is it necessary to use 32G sd card? can I use 16 for example or lower?
@Circuitdigest
@Circuitdigest 2 жыл бұрын
Yes you can use 16gb card too
@dtclub7990
@dtclub7990 3 жыл бұрын
Sir can I use HW 484 MICROPHONE MODULE
@armaganoner6678
@armaganoner6678 3 ай бұрын
Hello, I'm trying to do the same project with Arduino Uno. But I'm getting this error. Can you help? C:\Users\Armagan\AppData\Local\Temp\.arduinoIDE-unsaved2024324-29144-1lexgwr.fyer\sketch_apr24a\sketch_apr24a.ino: In function 'void startRecording(const char*, int)': C:\Users\Armagan\AppData\Local\Temp\.arduinoIDE-unsaved2024324-29144-1lexgwr.fyer\sketch_apr24a\sketch_apr24a.ino:51:11: error: 'class TMRpcm' has no member named 'addRecordingData' audio.addRecordingData(val); ^~~~~~~~~~~~~~~~ C:\Users\Armagan\AppData\Local\Temp\.arduinoIDE-unsaved2024324-29144-1lexgwr.fyer\sketch_apr24a\sketch_apr24a.ino:55:9: error: 'class TMRpcm' has no member named 'stopRecording' audio.stopRecording(); ^~~~~~~~~~~~~ Multiple libraries were found for "SD.h" Used: C:\Users\Armagan\Documents\Arduino\libraries\SD Not used: C:\Users\Armagan\AppData\Local\Arduino15\libraries\SD exit status 1 Compilation error: 'class TMRpcm' has no member named 'addRecordingData'
@Circuitdigest
@Circuitdigest 3 ай бұрын
Install the proper library linked in the project page.
@nguyenhieuientu838
@nguyenhieuientu838 3 жыл бұрын
exit status 1 'class TMRpcm' has no member named 'startRecording' HOW TO FIX IT ?
@gamingwithmatthew2419
@gamingwithmatthew2419 3 жыл бұрын
same
@OscarSego
@OscarSego 2 жыл бұрын
kzfaq.info/get/bejne/eqp_ldB8zM6yYmg.html
Make your own Spy Bug (Arduino Voice Recorder)
7:18
GreatScott!
Рет қаралды 429 М.
Fast Hacks #6 - Laser Spy Microphone
7:00
Rick Osgood
Рет қаралды 225 М.
Bony Just Wants To Take A Shower #animation
00:10
GREEN MAX
Рет қаралды 7 МЛН
天使救了路飞!#天使#小丑#路飞#家庭
00:35
家庭搞笑日记
Рет қаралды 86 МЛН
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 12 МЛН
WORLD'S SHORTEST WOMAN
00:58
Stokes Twins
Рет қаралды 192 МЛН
What is worth salvaging from an old smartphone?
8:35
GreatScott!
Рет қаралды 1,2 МЛН
Gsm based Spy bug microphone | how to make
6:39
Technoreview85
Рет қаралды 18 М.
KY038 Microphone Module for Arduino Wire & Code
4:48
Scotty D
Рет қаралды 22 М.
how to make voice recorder machine using memory card at home
8:51
ROBOTICS KANTI
Рет қаралды 49 М.
Bony Just Wants To Take A Shower #animation
00:10
GREEN MAX
Рет қаралды 7 МЛН