can you substitute the HC-SR04 in TF Mini cause my professor wanted more than 5m to be measure... please please reply me asap if you can ..... we are on the rash because this is our research
Have you tested the accuracy of the sensor compared to medical thermometers available in the market (infrared medical thermometer, in-ear, axillary (armpit), oral thermometer)? Thanks!
Hi, i dont have chance to test between them. However, specification of GY-906 is not suitable for medical in which its error is +/-0.5dgC. This project is for education only. For real life usage, we should use sensor type which has medical accuracy.
i record my voice, then generate it into 8bit 11025Hz mono at this link audio.online-convert.com/convert-to-wav Until now, i'm not sure how to make sound better, maybe i should use MP3 module which can support 24bit
Hello Sir, my oled has address of 0x3C while my mlx90614 has 0x5A. Do i need to modify codes? My problem is that my mlx90614 does not working, it reads too high at about 2k degC. I've checked my mlx90614 using mlx test code and its working. Could you advise me please what to do? By the way I have also follow the 2 resistor attached on the diagram but still not working.
If we use an ir thermometre( medical) sensor can we directly import it to this project or we need to make changes in the code pls tell us and if yes what we need to change in code
@engineer2you I am making this project and trying to import medical ir thermometre sensor to this project so can you tell me a way to find how to read result from an ir thermometre sensor the sensor is from Microtek TG8818C temperature gun
@@engineer2you and please tell me if you use the same sensor mlx90614 but the long range mlx90614 gy906 dci you can seach on internet do we need to change anything in the code
If I use thermopile sensor ISB-TS45d instead of GY-906, How should I connect it with my arduino uno and is it fine if I use a 0.1uF capacitor for PAM8403
Hi, basically LM35 can use in this project, but you need to change code to read data from it. And, LM35 is contact measuring tpye (while GY906 is non-contact type) which will need long time to get temperature
Hey can I use 2 temperature sensor instead of one.I want to make a bit more advanced machine for kids and adults.you know the height difference.please reply me
Basically you can do it with 2 sensor temperature and 2 ultrasonic sensor, but you need to modify the code. I think it’s better to make 2 sets of this model and place it at 2 height
Can you describe your problem? It works for me. One thing i find is sd card is difficult to detect. So please un-plug it and plug again to make it contact to sd card module
Sir I readed everyone's comments there some minner issue related to code Here on oled display only welcome is coming properly with welcome audio then after its not showing perticular tempture measured on display n even not on audio & once it shows welcome then after system goes off
Hello sir good afternoon, there is something wrong with our voice command. May I know the voltage of the capacitor that we need to use. As of now, we are using 0.47 uf, 100 v but we cannot get the sound.
The capacitor just make the sound louder. No capacitor, you will still hear the sound if everything works fine. Check if your sd card can work, check the wiring if it is exact. Good luck
@@engineer2you Thank you for the "Good luck". I am still fixing it and I am hoping and praying it to work properly. Thank you so much for replying me❤️❤️❤️
Hi there, The Oled screen says "sd card fail". but when I plug the sd card, the oled screen is not working. I already try to unplug and plug it until it work but the screen doesn't really work. it only work when the sd card is unplug.
Hello sir, i try to make a project same as yours without speaker and sd card, but my temperature sensor always detect 1038 degree Celsius. Is it because of my temperature sensor or coding error?
@@engineer2you thank you so much for your reply it's means a lot.... and also can i have all the measurements of your material cause i think this is a hug help to us and we use you project in our research ... your idea was awesome ... again thanks and God bless 🙏
@@engineer2you thank u......but my question was about sending these temperature readings to a specified email address...can u pls suggest how can i do that
@@engineer2you ohh...so do we have to use both ardiuno uno and esp12e board or just the esp12e....or can we just use the node mcu instead of an ardiuno
@@engineer2you I have a thermal pistol(Minipa MT 350). And I thought open it to see the circuit and understand how this works. Who knows take the signal and integrate to the Arduino. Do you think this is possible? If isn't, do you know another sensor? Sorry about my poor English 😅 and thank you for your answer :D
awsome project. I'm making one too. But i have a problem is: maximum temperature i get from sensor is 35.5°C (my emissivity is 0.98). Could you tell me why you use 1.2°C offset for mlx90614 sensor? Have a good day pro.
what kind of sensor you're using? GY-906? It seems strange that your sensor is 35.5 dgC maximum. I offset 1.2dgC because it seems origin result is below than actual (check by another thermometer)
@@HieuNguyenMinh-ii8zi then, you can offset for your sensor 1.3dgC. However, MLX90614 accuracy is not pefect for human temperature checking because accuracy +/-0.5dgC. We just use this sensor for Education project only. This case, it is also education arduino project
please show us put together the infrared thermometer automatic measuring and voice system and alcohol dispenser thats what you did please please please
it showing error how to solve it pls help as soon as possible Arduino: 1.8.12 (Windows Store 1.8.33.0) (Windows 10), Board: "Arduino Uno" Arduino_ir_temperature_auto:4:10: fatal error: TMRpcm.h: No such file or directory #include // Lib to play wav file ^~~~~~~~~~ compilation terminated. exit status 1 TMRpcm.h: No such file or directory This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
hola me salta este error que podria ser? :C:\Users\Anibal\Desktop\termometro\Arduino_ir_temperature_auto\Arduino_ir_temperature_auto.ino: In function 'void setup()': C:\Users\Anibal\Desktop\termometro\Arduino_ir_temperature_auto\Arduino_ir_temperature_auto.ino:52:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] tmrpcm.play("m_wel.wav"); //the sound file welcome will play each time the arduino powers up, or is reset ^ C:\Users\Anibal\Desktop\termometro\Arduino_ir_temperature_auto\Arduino_ir_temperature_auto.ino: In function 'void loop()': C:\Users\Anibal\Desktop\termometro\Arduino_ir_temperature_auto\Arduino_ir_temperature_auto.ino:85:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] tmrpcm.play("m_wel.wav");
HI Very good Project, I am just beginner and gone through all hardware and software parts.But can you plz send me all voice files you have used and save in SD card
@@engineer2you thanks sir, but i am getting an issue, i confuse in capacitors can we work without him, and another issue is that in mu arduino uno R3 i have only 1 ground and one 5 V pin then how we connect multiple connections?
C:\Users\Ndzalama\Documents\Project 2020 final\voice\voice.ino: In function 'void setup()': C:\Users\Ndzalama\Documents\Project 2020 final\voice\voice.ino:50:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] this is what it says
@@engineer2you C:\Users\Ndzalama\Documents\Project 2020 final\voice\voice.ino: In function 'void setup()': C:\Users\Ndzalama\Documents\Project 2020 final\voice\voice.ino:50:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
I also face this problem, it comes from not well contact of SD card in card holder. Un-plug and plug again and again until i can detect the card. Or, purchase the better one (SD card holder)
sure, please record your voice by your phone, then convert it into 8bit mono 11025Hz at this link audio.online-convert.com/convert-to-wav, then copy it into SD card with same name as mine project. I hope you can do it.
This product is great!!
Very useful in this situation! !
thanks for your visit
can you substitute the HC-SR04 in TF Mini cause my professor wanted more than 5m to be measure... please please reply me asap if you can ..... we are on the rash because this is our research
please let me know please
Hi, the code works perfectly but the lcd does not show display, what should we do? please reply
please reply sir
Maybe i2c network didnt see the LCD, did you add resistor to i2c network? If yes, please check about lcd address if it is correct in the code
@@engineer2you hi actually our LCD type is "LCD 16x12 which include liquid crystal," what should i do? do you have a code for liquid crystal?
@@thursdaynaldoza384 oh. If you use LCD16x12, please search around how it communication, also code for it, maybe you need to modify the code
@@thursdaynaldoza384 can you share the code??? This link not working... Please🙏🙏🙏🙏
Have you tested the accuracy of the sensor compared to medical thermometers available in the market (infrared medical thermometer, in-ear, axillary (armpit), oral thermometer)? Thanks!
Hi, i dont have chance to test between them. However, specification of GY-906 is not suitable for medical in which its error is +/-0.5dgC. This project is for education only. For real life usage, we should use sensor type which has medical accuracy.
@@engineer2you Thanks!
Can I have a copy of the code used in that project? The link in the description box is not working. I hope you can help me
Hi friend, the link is still working, please check bit.ly/3ailMqX
@@engineer2you can I use your code and diagram for my project?
@@kenken-ev6zs sure
How are you generating the audio? Is that 8 bit PWM "analogWrite()"? If so, it sounds better than I would have expected.
i record my voice, then generate it into 8bit 11025Hz mono at this link audio.online-convert.com/convert-to-wav
Until now, i'm not sure how to make sound better, maybe i should use MP3 module which can support 24bit
i have a question
i added program and oled was on but it off after showing welcome and didn't turn on again
what is the thickness of your casing??
It is mdf 3mm thickness
The link for audio files seems to go to the case design instead.
perfect! sorry, i got mistake. I already fixed it, please download audio file here bit.ly/3aZpGWJ
Thankss
Hello Sir, my oled has address of 0x3C while my mlx90614 has 0x5A.
Do i need to modify codes?
My problem is that my mlx90614 does not working, it reads too high at about 2k degC. I've checked my mlx90614 using mlx test code and its working. Could you advise me please what to do? By the way I have also follow the 2 resistor attached on the diagram but still not working.
Maybe you need modify/ check about address problem (0x3C and 0x5A). Unfortunately, i dont have this model anymore to re-check your issue
I have connected pam8403 as the circuit but there's no audio output and there is a lag in temperature measurement pls help
Check if sd card can be connected successful or not.
this is our problem also NO AUDIO
Hey can I get the connection to what all it is connected
See diagram in video, then you will know how to do
But I do not see any resistance or imp in the work ??? We can use this without them ? But i find resistance and imp in your chart ?
Mlh81 Lafta i soldered resistor with breadboard cables and cover by tape or easy wiring.
@@engineer2you
I am getting sd card fail
Sir pls tell us how we can connect another temperature sensor to it and we need to make changes in code or not when we connect it
news with Dr. VK sharma what kind of sensor? If using different sensor, please search how to read it and change variable related temperature result
If we use an ir thermometre( medical) sensor can we directly import it to this project or we need to make changes in the code pls tell us and if yes what we need to change in code
@@varunmishra9939 if you want to use IR thermometer (medical) sensor, you should know how to read result from that sensor.
@engineer2you I am making this project and trying to import medical ir thermometre sensor to this project so can you tell me a way to find how to read result from an ir thermometre sensor the sensor is from Microtek TG8818C temperature gun
@@engineer2you and please tell me if you use the same sensor mlx90614 but the long range mlx90614 gy906 dci you can seach on internet do we need to change anything in the code
All working done..but .. how I'm convert Celsius to Fahrenheit....??
Dharmendra vanzara it is easy with simple calculation. Please search on internet how to convert it
@@engineer2you I am already try...but voice not detected.
Dharmendra vanzara you should use F value in voice section
Can you provide me...new F.. Programing.... please.
@@dharmendravanzara7648 i need some help can you help plz provide your whatsapp number or msg me at 9639374593
will it be ok to use a more powerful sound amplifier and speaker?
kevin cazana yes. I think so. I think we can use mp3 module with power amplifier to make sound more clear and louder
@@engineer2you Thanks, I will try that and let you know the result
kevin cazana perfect!
İf we want to use LCD Display instead of OLED how the code gonna change ??
If I use thermopile sensor ISB-TS45d instead of GY-906, How should I connect it with my arduino uno and is it fine if I use a 0.1uF capacitor for PAM8403
hi nice project... im not able to have gy 906 this type of sensor .... so another option using sensor tell mee... lm35 use this project possible ha ?
Hi, basically LM35 can use in this project, but you need to change code to read data from it. And, LM35 is contact measuring tpye (while GY906 is non-contact type) which will need long time to get temperature
@@engineer2you mmm ok thz...
then display only using oled ha?
Is it possible to use Arduino Nano here? Can I replace PAM8403 to any audio amplifier?
Yes, you can use Nano and use any type of amplifier
Hey can I use 2 temperature sensor instead of one.I want to make a bit more advanced machine for kids and adults.you know the height difference.please reply me
Please reply me
Basically you can do it with 2 sensor temperature and 2 ultrasonic sensor, but you need to modify the code. I think it’s better to make 2 sets of this model and place it at 2 height
@@engineer2you is there any software to create code🤔
souhrudh jeevan it is ... Arduino IDE :)
@@souhrudhjeevan1287 you probably wants some thing like this
ruclips.net/video/klcEKQ4CfFU/видео.html
the codes and diagram and sd card program is not working
Can you describe your problem? It works for me. One thing i find is sd card is difficult to detect. So please un-plug it and plug again to make it contact to sd card module
no the codes file is not working and the sd card file is not working
they says that the files are unsuportable
can you send me the codes file and circuit diagram and sd card fine to my email
@@Pavara_Senvidu you’re using Arduino IDE?
Hello there, is it possible to use a 7 segment display instead of the oled? and if so could you help me showing me how to modify the code?
kevin cazana yes. But i’m not able to modify the code now because i’m busy for next project
Hey! You have connected pam8403 using 0.47 micro farad capacitor so please show that in your video. What if we use 4.7 micro farad capacitor?
Sir I readed everyone's comments there some minner issue related to code
Here on oled display only welcome is coming properly with welcome audio then after its not showing perticular tempture measured on display n even not on audio & once it shows welcome then after system goes off
kevin parekh that’s so stranged! If so, please check power supply is enough for project or not
sir what kind of ckt you put in robot talking amplifier and what is the title of talking robot's program?
hi! did the GY-906 need any calibration?
Επαμεινώνδας Χατζηδημητρίου yes. It should be calibrated
@@engineer2you very nice work, thank you for sharing! A video with calibrating procedure would be much appreciated
Επαμεινώνδας Χατζηδημητρίου it’s simply just pointing to object which you know tenperature, then make offset for GY sensor
@@engineer2you i understood. Thank you for the answer!
Excellent Project! Can you tell me what is the model of infrared temperature sensor used?
I used GY-906, you can find it on Amazon link which is in video description
@@engineer2you Sorry, I don't find the sensor link in description
@@DrakerDG i forgot to make link for it, here it is amzn.to/2ReRDSN
@@engineer2youThanks a lot 😷👍🏼
Hello sir good afternoon, there is something wrong with our voice command. May I know the voltage of the capacitor that we need to use. As of now, we are using 0.47 uf, 100 v but we cannot get the sound.
The capacitor just make the sound louder. No capacitor, you will still hear the sound if everything works fine. Check if your sd card can work, check the wiring if it is exact. Good luck
@@engineer2you Thank you for the "Good luck". I am still fixing it and I am hoping and praying it to work properly. Thank you so much for replying me❤️❤️❤️
Hello, nice one, Why you have a Yellow Adapter PIN on your Arduino?, I don't have this, I use UNO
..and your project description ( image ) seems not to be complete, You don't say nothing about 2x 2.2K and o.47uF Capacitor, why? Is there any reason?
Carmine Cesta 2 resistor for i2c communication. Capacitor for amplifier only
@@engineer2you can i see how you put the resistor please 🥺🥺🥺
i know how to do it but i want the instrument names that you used in it
pranav satya what kind of equipment you want to know? Leave comment here, i will share
Hello sir.
Namaste.
My name is k.shruti
From INDIA
Sir should we connect it with the computer? .is there any other way?
Please clarify sir
please help us
Hi there, The Oled screen says "sd card fail". but when I plug the sd card, the oled screen is not working. I already try to unplug and plug it until it work but the screen doesn't really work. it only work when the sd card is unplug.
Please check address i2c two of them if they’re same or not. Further more, please add 2 end resistors for i2c network
@@engineer2you can you please send me where can i add resistor?
@@engineer2you email me please thanks
killerbin1998@gmail.com
@@jorendipad1921 in video description, there has a link to download the schematic. Please follow schematic for connection
@@engineer2you i dont understand some of your connection sorry
it is a use ful project for me
CS 8 thanksss
Sir aap ne AEDINO ki programming ki bi jankari nhi di programming ki jankari dijiye
you can download the code in video description section
Do a complete vedio of this
Code and design circuit not download, please give me a Code and design circuit ???
Try the link in video description
Very good! Did You used capacitor?
Matheus Sena i only use Capacitor for amplifier to make it louder
engineer2you thanks man! how many gnd ports do you have on your arduino? in my only has two :(
Matheus Sena you use Uno? It has about 4 gnd pin out.
engineer2you yes! I use the uno
Hello sir, i try to make a project same as yours without speaker and sd card, but my temperature sensor always detect 1038 degree Celsius. Is it because of my temperature sensor or coding error?
Maybe not correct i2c address for sensor, please check
@@engineer2you My temperature sensor exactly same as yours sir mlx90614 infrared temperature sensor
@@haziqaqmar7166 please check wiring
@@engineer2you is it okay if im not using resistor like you did?
@@haziqaqmar7166 yes. You must use resistors!
hello i hope that you can replay how if we can do more than 500 cm.?? that is possible? please reply
If you want to measure temperature with distance more than 500cm, then you can only do with thermal camera. It will be a very expensive system
@@engineer2you thank you so much for your reply it's means a lot.... and also can i have all the measurements of your material cause i think this is a hug help to us and we use you project in our research ... your idea was awesome ... again thanks and God bless 🙏
@@garciamelaiza5334 uppppppppppppp
hey.... thats a really intersesting project
can u tell how can we send these temp readings to email and what other components are necessary for that
Navdeep Gupta hi. All resource is in link in video description
@@engineer2you thank u......but my question was about sending these temperature readings to a specified email address...can u pls suggest how can i do that
Navdeep Gupta ah, if you want to send to email, you should use ESP12E board which connected to wifi (internet) network.
@@engineer2you ohh...so do we have to use both ardiuno uno and esp12e board or just the esp12e....or can we just use the node mcu instead of an ardiuno
Navdeep Gupta only esp12e can handle all job. You dont need Arduino pro mini if use esp12e
Sir , when I uploaded the code it shows the error
Vijaya High school hi. Show me what kind of error?
When I upload the code it shows , the file is not in dictionary
Please send me proper code files
Sir I should submit this project to school , please help me sir
Sir I have all the things for the device
SD card is used for storing which data?
And can you please share the code with us.
Omkar Khade SD card is used to save audio data. I will share code and circuit in next day. Please wait
@@engineer2you Ok, thanks for the reply. I'll wait for the code & circuit diagram. 😀
@@omkarkhade4602 Hi, the code and circuit diagram is here, please download at link bit.ly/3aJfz8B
Sir what will we put in the sd card?
HI may i know how to get the libraries needed
The accuracy of the sensor it's enough to detect fever?
Death Eater yeah. This project is for idea and education only
@@engineer2you I'm making a project, but I don't find a sensor to measure fever. Do you think this one is good to this?
Death Eater to get good sensor for fever checking, i guess we should take sensor from medical thermometer, then import it to this project
@@engineer2you I have a thermal pistol(Minipa MT 350). And I thought open it to see the circuit and understand how this works. Who knows take the signal and integrate to the Arduino. Do you think this is possible? If isn't, do you know another sensor?
Sorry about my poor English 😅 and thank you for your answer :D
Death Eater open Minipa and try to find the way reading data from it :)
awsome project. I'm making one too. But i have a problem is: maximum temperature i get from sensor is 35.5°C (my emissivity is 0.98). Could you tell me why you use 1.2°C offset for mlx90614 sensor?
Have a good day pro.
what kind of sensor you're using? GY-906? It seems strange that your sensor is 35.5 dgC maximum.
I offset 1.2dgC because it seems origin result is below than actual (check by another thermometer)
@@engineer2you i'm using MLX90614ESF-BAA 3V sensor. I compared result with my hand-held thermometer (36.8 vs 35.5 of my board).
@@HieuNguyenMinh-ii8zi then, you can offset for your sensor 1.3dgC. However, MLX90614 accuracy is not pefect for human temperature checking because accuracy +/-0.5dgC. We just use this sensor for Education project only. This case, it is also education arduino project
@@engineer2you do you know another non contact temperature sensor with high accuracy for medical application?
@@HieuNguyenMinh-ii8zi sorry, i have no information about medical sensor IR thermometer until now
what alternative can we use instead of ultrasonic sensor?
Can you do a video of step by step of coding of this project
Thanks in advance
Hello brother!.. that's great video.
Given link is not working. Can i get the code and other details?..
Thank you!..
Hi, it's still OK, please check again at bit.ly/3ailMqX
This project is awesome! Is there a way to store the data per user?
Maggie Barrie Fitness sure, the project already have SD card. Now we can store result in SD card as excel file
engineer2you thank you for answering! Also can any temperature sensor work with this project? Such as an IR thermal camera sensor?
Maggie Barrie Fitness basically, you can use another type sensor, however you should know how to read data from that sensor.
can someone pls change the oled to lcd 12c 20x3 screen and send the code I needed it
Can I use big led...??
Dharmendra vanzara yes. You can
Here on more problem.?
I have author Arduino Uno
Thank you for this
Hi, how to change the oled to lcd 1602, please help me I'm beginner.
I watched the video, but i can´t apreciate the capacitor. Can you send me the value and type?
Sir how to upload the codes. And how to download the libraries, and programming the OLED screen
how can i reduce the noise whilw talking????
I think you should use MP3 module which can support sound file up to 24bit
I cannot get the wiring ;(
Please check the link at video description
I mean I don't get it the way you wired it.
@@nikka90 me also please i need help really
please show us put together the infrared thermometer automatic measuring and voice system and alcohol dispenser thats what you did please please please
This project is very good...but when I upload the coding..error..have a another coding
Marwan&maarif Nora wow, let’s try to upload another example code to check if the Arduino is normal
Do you need to restart the arduino to scan another temperature?
Dont need to restart. The ultrasonic sensor will detect new object to restart automatically
@@engineer2you i made the project work in arduino uno but i cant make it work in arduino mega is it possible to use arduino mega?
Can you please help us regarding the code and wiring for our project. Thank you!
it showing error how to solve it pls help as soon as possible
Arduino: 1.8.12 (Windows Store 1.8.33.0) (Windows 10), Board: "Arduino Uno"
Arduino_ir_temperature_auto:4:10: fatal error: TMRpcm.h: No such file or directory
#include // Lib to play wav file
^~~~~~~~~~
compilation terminated.
exit status 1
TMRpcm.h: No such file or directory
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Abhishek Tiwari it seems no library for TMRpcm. Please install it
@@engineer2you pls send me link to download and install I am using windows 10
Abhishek Tiwari hi. You can search to know how to install libary for Arduino IDE. It’s easy!
Please give me the cuircit diagram and code....
here it is: bit.ly/3ailMqX
Why i cannot open the cuircit daigram and code??
Where you used 8gb sd card
Put it in sd card holder
please send a link to upload those files
hola me salta este error que podria ser? :C:\Users\Anibal\Desktop\termometro\Arduino_ir_temperature_auto\Arduino_ir_temperature_auto.ino: In function 'void setup()':
C:\Users\Anibal\Desktop\termometro\Arduino_ir_temperature_auto\Arduino_ir_temperature_auto.ino:52:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
tmrpcm.play("m_wel.wav"); //the sound file welcome will play each time the arduino powers up, or is reset
^
C:\Users\Anibal\Desktop\termometro\Arduino_ir_temperature_auto\Arduino_ir_temperature_auto.ino: In function 'void loop()':
C:\Users\Anibal\Desktop\termometro\Arduino_ir_temperature_auto\Arduino_ir_temperature_auto.ino:85:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
tmrpcm.play("m_wel.wav");
ANIBAL CHAVEZ sorry, i dont know this fault so much
hi, Master¡¡ could you write value of the Resistent and capacitor. thanks¡ ejample ( Watts , type the capacitor volts?)
armando franco check the circuit in link of video description, you will find value of resistor and capacitor
bro code and circuit are not opening
I've checked, it can be opened normally, try again at link bit.ly/3ailMqX
iam tried soo times it cannot open pleae help me
done uploading, now how do i make the circuit work sir. its not displaying even on the serial ?
It is difficult to troubleshooting with those information. Please debug it step by step
is the . SD card module same as sd card reader?
No. It is not same. This SD card is for Arduino communication
@@engineer2you how about sd card adaptor?
can you help me pleasE?
i want to attach this to arduino pro mini so how can i attach these wiring in arduino pro mini?
email me please killerbin1998@gmail.com
Yes. You can. Use the same file on the link
please let me know the wiring indeed
Why does the code have a lot of error?
HI Very good Project, I am just beginner and gone through all hardware and software parts.But can you plz send me all voice files you have used and save in SD card
Hi, it is in the link in video description. After download, you will find the voice file
engineer2you
In The link video files are missing ..link which pointed out video actually goes to the case drgs again.
@@kiranbhondve788 Here it is bit.ly/3aZpGWJ
@@engineer2you Thanks my friend
hi I am using groove digital infrared temperature sensor (mlx90615).so what are changes that i will required to do in program?
kindly guide
Hi I have a doubt.
Can this project done with arduino nano
Plzz reply
sir plz help i get the low memory available error
It is a warning, not error. Arduino can running normally
@@engineer2you thanks sir, but i am getting an issue, i confuse in capacitors can we work without him, and another issue is that in mu arduino uno R3 i have only 1 ground and one 5 V pin then how we connect multiple connections?
@@Lapzone_Computers yes. The capacitor is ued to make speaker louder.
Pin GND and 5V: you can soldering for more connection
@@engineer2you the gy906 and oled SDA and SCL both pin can also connect with 5V supply ?
@@Lapzone_Computers yes. All of them take power 5VDC from UNO pcb
i cant compile the the code, its giving me errors, plz help
What error? Maybe you didnt install library for something
C:\Users\Ndzalama\Documents\Project 2020 final\voice\voice.ino: In function 'void setup()':
C:\Users\Ndzalama\Documents\Project 2020 final\voice\voice.ino:50:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
this is what it says
@@engineer2you
C:\Users\Ndzalama\Documents\Project 2020 final\voice\voice.ino: In function 'void setup()':
C:\Users\Ndzalama\Documents\Project 2020 final\voice\voice.ino:50:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
@@ndzalamafortune100 you’re using Arduino IDE to compile it? The feedback looks strange
@@engineer2you no its an arduino uno R3
mine doesn't sound out is there a solution?
me too whyyyy please tell the truth
SD Card Fail Showing in Display. Plz Advice
I also face this problem, it comes from not well contact of SD card in card holder. Un-plug and plug again and again until i can detect the card. Or, purchase the better one (SD card holder)
I am also getting like this what should i do
this project is great
How to connect multiple 5v output..in Arduino Uno R3
how the sound works
Nice project
Sharath Shanmuk thanks for your visit
What the function of sd card?
Is it ok if I use 2 GB memory card
Maybe not. I remember it cant support large capacity sd card. Please check on internet
But u are using 8gb memory card so...
@@manthanbhoir2366 oops, sorry about my bad memories. If so, sd card 2GB can be used.
Ohh @engineer2you thnx buddy
what the sd card do?
It save audio file. Every audio file will be called by Arduino to make speech
is it required of 8gb sd card?
Sir can I know the circuit diagram
panic tv please download it at link of video description
@@engineer2you and software that u use?
Muhammad Irfan Nazhmi it is Arduino IDE
@@engineer2you i mean the circuit diagram
@@irfannazhmi7490 i draw it manually in CorelDraw
but if you tell what are the things used in it then it will be more useful
pranav satya watch the video. You will know how to do
Please sir please give me circuit diagram the project is awesome
shubham kumar it is in the link of videos description
From where we have to give him power supply
let's head up, you will know how to do :)
Cost of projects
Hi. You can check cost on Amazon link on video description
Good morning, I want change the language, may you help me please ?
sure, please record your voice by your phone, then convert it into 8bit mono 11025Hz at this link audio.online-convert.com/convert-to-wav, then copy it into SD card with same name as mine project. I hope you can do it.
@@engineer2you thank you so much, you project is very nice congratulations friend.
@@tecni-estrib9171 thanks for your comment
@@engineer2you would I have to copy the file from PC to that SD card?
Sania Rudra right!
Compile error showing...what I do .plz help sir..
Maybe you dont install library. Read error line to find what library you’re missing, then install it
Sir send me more detail
we need moreeeee please 🥺🥺🥺🥺 it's for our thesis research
help us
hi can i ask something
Yes, how is it?
@@engineer2you we have a lot of trouble in wiring connecting 😭😭😭😭 please please please please help us so that we finish our research on time
@@engineer2you any updates on wiring diagram please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please please
@@engineer2you up..... I'm waiting to your reply
Please give me circuit diagram
shubham kumar it is in link of video description
the real one
We expected at least different parts' references or names, but thank you anyway
Bro plz give me tge cord bro i am want immediately plz bro
code here bro bit.ly/2Za1mjZ
@@engineer2you there is no cord bro