I'm freaking out I was thinking of how you could build one of the robots from fallout and had the idea to use an ultrasound sensor then you upload a video that does exactly that !!!
Our need is for a remote sensor to measure the depth of an earth auger drill which is typically in the 40' to 50' range. Is ultrasonic viable at this distance. There are very few commercially available devices available for the drilling industry.
thanks you are doing a great job i have seen your all videos all the videos are clear and detail so i like so much thanks for this projects and codes because without the codes we cannot do any things
If you need a need, help me in the project to turn on and off the water pump automatically on the Nokia 5110 screen, showing the amount of water remaining and the water pump through the Ultra Sonic sensor.
Hi, what is the splash file? because i add only ui.c and its error ui.c:3: error: conflicting declaration 'const unsigned char ui []' const unsigned char ui [] PROGMEM = { ^ C:\Users\oem\Documents\Arduino okiawithsensor okiawithsensor.ino:9:16: note: previous declaration as 'uint8_t ui []' extern uint8_t ui[];
Nice Tutorial, btw I have a question. Lets say, i plan to measure a depth of a Well, can the color of the water affect the measurement? or can the turbidity of the water affect the ultrasonic wave? I plan to use a JSN-B02 waterproof ultrasonic sensor and submerge the probe underwater.
Hello sir. ThAnk u for sharing ur knowledge with us again I did the project successfully but am facing one problem some time the sensor fluctuate I don’t know why is that happening I would appreciate ur answer
Hi. This is a very good tutorial. it would be good to have the code for others screen like 1602, oled 0.96, ... Or both cm and inch. Or if we can have the code to mesure precisely like 239.7cm. So we can easely learn diference between the code. Just an idea. Anyway the tutorial is great easy to understand.Thnx!
Great tutorial! Hade you ever tried the NewPing library. It simply consists of creating an object which takes the trigger and Echo pin as well as the maximum distance as parameters and then it's just a matter of calling the ping function, or if you want it in centimetres, ping_cm(). Otherwise it is a great video, you always explain very well!
Very educational video, thank for providing the code and library link. More presenters should follow your format. I do have one question, in the Distance_Sensor_Nokia was is the ui.c file for, could you please explain?
Ron Henderson The ui.c draws the basic user interface of the project. It prints the lines in the screen, the word "DISTANCE" and the work "CM". The code only prints the distance digits. For more details check out the tutorial on how to load graphics on a Nokia 5110 LCD display I have prepared. Thanks!
Hi sir .... great fan of your work ...love your tutorials. I have made a project of data collection in which i used ds3231 and one FRAM to store data and time when power goes off. I used arduino mega. Every thing working . Now i come to know that STM32 Blue pill is way better as it has a battery backup mode . Can you please tell me how to switch between battery back mode and regular mode and does SRAM remains the same when power go off and it run on battery back up ............. Regards Ravi Prakash
I'm building the autonomous robot and I wanted the robot to follow me like a puppy dog but not run into me. How can I do that? Can you make a video for that? Thanks.
Very nice Video. (1) Instead of showing the distance in cm or otherwise, how can we rather display a .bmp image of a water tank (1000Ltr) and depending on the distance measured by HC SR04, show the Fill level graphically e.g. 10%, 20%, 30% and so one with Buzzer on for 30 Seconds when level is below 20% and buzzer on for 10 Second when 100%. Full Tank (2) Also can you help make a video in which the output of this can be seen on the Android Phone via a reliable but cheap trans-receiver so that we do not have to walk up to the device but monitor the level on the Android phone itself. Many thanks in advance. Cheers !!
Hi! Really god video my friend! Really like this and many more of this channel! I was kinda curious about this project. What should I change in order to use an oled display, besides the 1 inch oled display itself? Also to be able to measure over 999 distances (in CM). Maybe I should use a different sensor which can measure longer distances. Something between 0 and 15 meters Thanks :)
Hi,correct me if i'm wrong but it seems the 5110 library won't work with actual IDE 1.6.12 or above.Got the following error message when compiling:C:\Users\psc\AppData\Local\Temp\ccSdueVw.ltrans0.ltrans.o: In function `main': C:\temp\arduino-1.6.12\portable\sketchbook\libraries\LCD5110_Graph/LCD5110_Graph.cpp:828: undefined reference to `ui' C:\temp\arduino-1.6.12\portable\sketchbook\libraries\LCD5110_Graph/LCD5110_Graph.cpp:828: undefined reference to `ui' collect2.exe: error: ld returned 1 exit status exit status 1 Fehler beim Kompilieren für das Board Arduino Nano
educ8s.tv I solved the problem, was something wrong with the shielding of my 5110, just a resoldering work and now it's perfect! Thank you for this great tutorial!
Nik. Thank you so much for all these videos. They are really helpful and they work brilliantly.
I'm freaking out I was thinking of how you could build one of the robots from fallout and had the idea to use an ultrasound sensor then you upload a video that does exactly that !!!
Our need is for a remote sensor to measure the depth of an earth auger drill which is typically in the 40' to 50' range. Is ultrasonic viable at this distance. There are very few commercially available devices available for the drilling industry.
thanks you are doing a great job i have seen your all videos all the videos are clear and detail so i like so much thanks for this projects and codes because without the codes we cannot do any things
Good tutorial ☺, and the tutorial of the robot car? Good channel
Tony Carrizales The robot car tutorial is coming soon!
Good video educ! Please is possible control by distance metter dimable LED light strip (3meters 100% brightnes to 1 meters 1% brigthenss)?
If you need a need, help me in the project to turn on and off the water pump automatically on the Nokia 5110 screen, showing the amount of water remaining and the water pump through the Ultra Sonic sensor.
Hi, what is the splash file? because i add only ui.c and its error
ui.c:3: error: conflicting declaration 'const unsigned char ui []'
const unsigned char ui [] PROGMEM = {
^
C:\Users\oem\Documents\Arduino
okiawithsensor
okiawithsensor.ino:9:16: note: previous declaration as 'uint8_t ui []'
extern uint8_t ui[];
Can we obtain a sonograph ,like the one used in diagnostics using this sensor??
Nice Tutorial, btw I have a question. Lets say, i plan to measure a depth of a Well, can the color of the water affect the measurement? or can the turbidity of the water affect the ultrasonic wave? I plan to use a JSN-B02 waterproof ultrasonic sensor and submerge the probe underwater.
Hello sir. ThAnk u for sharing ur knowledge with us again
I did the project successfully but am facing one problem some time the sensor fluctuate I don’t know why is that happening I would appreciate ur answer
I'm wondering how accurate is that sensor in measuring distance?
Hi. This is a very good tutorial. it would be good to have the code for others screen like 1602, oled 0.96, ... Or both cm and inch. Or if we can have the code to mesure precisely like 239.7cm. So we can easely learn diference between the code. Just an idea. Anyway the tutorial is great easy to understand.Thnx!
Great tutorial! Hade you ever tried the NewPing library. It simply consists of creating an object which takes the trigger and Echo pin as well as the maximum distance as parameters and then it's just a matter of calling the ping function, or if you want it in centimetres, ping_cm(). Otherwise it is a great video, you always explain very well!
Sir we can do this by nodmcu esp8266 with this same program?
Very educational video, thank for providing the code and library link. More presenters should follow your format. I do have one question, in the Distance_Sensor_Nokia was is the ui.c file for, could you please explain?
Ron Henderson The ui.c draws the basic user interface of the project. It prints the lines in the screen, the word "DISTANCE" and the work "CM". The code only prints the distance digits. For more details check out the tutorial on how to load graphics on a Nokia 5110 LCD display I have prepared. Thanks!
What tool can I use to modify the ui.c so I can change the CM to IN?
can you also make it watertight and use it as a sonar unther the surface?
+Alexander Van Den Hoogen No unfortunately you can't. But there are other sensor to do that job.
sir, in my ultrasonic sensor hc-sr04 there is no crystal oscillator.
is any disadvantage of not having 4mhz crystal oscillator in the sensor
Hi sir ....
great fan of your work ...love your tutorials.
I have made a project of data collection in which i used ds3231 and one FRAM to store data and time when power goes off.
I used arduino mega. Every thing working .
Now i come to know that STM32 Blue pill is way better as it has a battery backup mode .
Can you please tell me how to switch between battery back mode and regular mode and does SRAM remains the same when power go off and it run on battery back up .............
Regards
Ravi Prakash
I'm building the autonomous robot and I wanted the robot to follow me like a puppy dog but not run into me. How can I do that? Can you make a video for that? Thanks.
Thank you Nick!
You are welcome!
thank you for the tutorial, can you help me how to display 3 output ultrasonic sensor in 5110 nokia LCD?
Very nice Video. (1) Instead of showing the distance in cm or otherwise, how can we rather display a .bmp image of a water tank (1000Ltr) and depending on the distance measured by HC SR04, show the Fill level graphically e.g. 10%, 20%, 30% and so one with Buzzer on for 30 Seconds when level is below 20% and buzzer on for 10 Second when 100%. Full Tank
(2) Also can you help make a video in which the output of this can be seen on the Android Phone via a reliable but cheap trans-receiver so that we do not have to walk up to the device but monitor the level on the Android phone itself. Many thanks in advance. Cheers !!
Thankyou - great tutorial
Πως μπορούμε να έχουμε μεγαλύτερη μέγιστη απόσταση ;
Υπάρχει τρόπος να χρησιμοποιήσουμε κάποιο λέιζερ για την απόσταση ;
hello, i need to know how to record the files into an sd card?
i tried but it did not work, would you like to help? thanks;)
Hello, Can you make a data logger project for sonar ? I cant find it.
i think problem is in voltage. :/
Hi! Really god video my friend! Really like this and many more of this channel!
I was kinda curious about this project. What should I change in order to use an oled display, besides the 1 inch oled display itself? Also to be able to measure over 999 distances (in CM). Maybe I should use a different sensor which can measure longer distances. Something between 0 and 15 meters
Thanks :)
Hi,correct me if i'm wrong but it seems the 5110 library won't work with actual IDE 1.6.12 or above.Got the following error message when compiling:C:\Users\psc\AppData\Local\Temp\ccSdueVw.ltrans0.ltrans.o: In function `main':
C:\temp\arduino-1.6.12\portable\sketchbook\libraries\LCD5110_Graph/LCD5110_Graph.cpp:828: undefined reference to `ui'
C:\temp\arduino-1.6.12\portable\sketchbook\libraries\LCD5110_Graph/LCD5110_Graph.cpp:828: undefined reference to `ui'
collect2.exe: error: ld returned 1 exit status
exit status 1
Fehler beim Kompilieren für das Board Arduino Nano
In the Arduino IDE, go to Sketch -> Add file and add the ui.c file. After this it will complile fine. I just tested it with the Arduino IDE 1.8
Thanks for your support !
Hello friend, how can I use this project with Arduino Nano?
Arisom Nascimento Yes of course!
Sir can I use an i2c oled display?
yes you can.
Good day sir, can i have the schematic of this project? Thank you and advance sir, have a great day 😊
Can you modify your code to measure millimeters?
Of course, just program the Arduino to convert the measurement before displaying it
what is the maximum distance?
400 cm(4m) i think, i can get good values around 3-3.5 meters. That is my experience, others may have different experience.
Splash.c ?
0:18 did you say supersonic! 😂
WHAT DO I DO WITH THE C FILE ? PLS HELP
+Unknown just put it in the same folder with the .ino file
Thank you!
Hi, I made it! But my screen is too dark, how can i fix it?
You can use the function setContrast to lower the contrast of the display, google it
educ8s.tv I solved the problem, was something wrong with the shielding of my 5110, just a resoldering work and now it's perfect! Thank you for this great tutorial!
Good to hear that! Cheers!
can you hack mobile display like other key pad cellphones please