Dear DroneBot, You are definitely one of the great explainators on youtube ! Cause: 1. You just don't constantly whirling around with the cursor on de screen. 2. You just don't play any strange music in the background. 3. You articularly perfect and extremely effective. 4. You take the time to explain everything accurately. > You are the absolute best, so keep on going strong !!!
As with everyone else, thank you for the outstanding videos. I’ve finished building the mechanical aspects of a 4 servo CNC 3D wire, rod and tube bending machine. I’m about to add a number of optical interrupter limit switches, a touchscreen lcd control panel and an SD card reader. My knowledge of C++ is growing daily and the software design is underway. None of this would or could have happened without your videos. Profound thanks.
Hey Bill. I don't know if you read the comments from past videos but I just wanted to report that I ordered a bunch of SD modules and cards and they just came in and I followed your instructions and they work perfectly as expected. Thank you, thank you, thank you! This is so GREAT!
You are incredibly generous to share your skill and knowledge to the world. The amount of work and effort you put into making it so simple to understand is incredible! I learnt a lot! Thanks for doing this, I'm extremely grateful!
This channel is a 10.5 out of 10 - always incredibly helpful and well produced. I'd kill for you to do a similar video about playing back audio with SD cards
Thank you, thank you, thank you Bill. This was an absolutely wonderful video lesson. I wasn't aware that using an SD card on an Arduino was so easy. I will definitely be incorporating this feature into my robotic projects. I am so happy I found your RUclips Channel.
You are among a GREAT MENTOR I ever met. I can't find The words to Thank you. This project just solve one of my big project to do, how the Robot can memorize the task to be executed. Thank you again
Thank you so much for a fantastic video! One of your best yet! Absolutely love it when you do projects with Arduino and teach how to code!! You are my favorite Channel on RUclips!!
Another very informative presentation, with an easy to follow pages. Your work is amazing. Very few presenters bother to provide the information that you do. The devil is in the details, and you provide every detail needed to learn more. Got bless you and our family.
Thank you very much sir, your explanation is very easy to understand, I like that you process using the library that is already in the Arduino IDE. Unlike others using their library which makes the tutorial confusing. I hope you are always healthy and your business smoothly, thanks. Looking forward for your another tutorial
I love all the videos I watched with this channel (droneBot). They are very easy to understand and the step-by-step processes are well explained. Two thumbs up not only on this but all his videos!
I wish I had found you when I started thinkering with the SD cards....it would have made my learning a lot easier. Great Video!!! thank you for sharing.
This video is absolutely a work of art and I have a lot to learn when teaching students and creating content. Thank you for the work you do. What's the best way to support You? 😭
Nice explanaition. I did similar things. Worte a python app on Linux connected a PS4 Controller via BT and records the data on the PC and visualize the JoystickPositions. By developing that I noticed that it is important to write a timer for each dataset (mean per array row). Keep in mind that the microcontroller may cannot read and proceed the data in realtime. If you plan for example sound synchronised animatronics you need to have a timer based data structure. Otherwise it will go thru faster or lower than you planned.
DroneBot Workshop, 21:30 why do you use such a slow serial speed of 9600 baud? Are there RF problems turning up the serial speed to more usable levels?
FINALLY!!!!! A video showing how to record and playback input!!!!!! THANK YOU THANK YOU THANK YOU!!!!!!!!! P.S. Can you do a follow up showing how to record it to a timeline? one where the playback speed can be adjusted? I might be asking too much but thank you so much for this!!!!!
For anyone having trouble with the CS pin... The CS (Chip Select) is also commonly referred to as SS (Slave Select). So, if your have a board and can't find the CS pin in the pinout, try looking for SS instead.
Excellent. Can you extend it to 16 servos using Arduino servo shield 2+16 or the SD card with one joystick to record the position of each servo and play automatically thereafter
To add to what others have already said . . .thank you for sharing your obvious wealth of knowledge in such a clear and cohesive way. Question, how would you introduce a feature to playback the servo motion in the same speed you recorded it, including pauses, etc . . . . Thank you for any assistance with this. All the best, John
It's a great lecture, it really helps me. I'm suddenly curious about something. What is the method to control 3 servo motors with these 3 different data(Dumpfil example 21:24)?
4 года назад+1
Your videos are such pieces of education! Can't believe how much I've learned in an evening and how easy and entertaining that was. As a follow up to this video, how can I make a file browser to select the file I want to read on the SD card? Thanks for all 🙏
Hi Another great video. Q. How Doug you control end of file when writing data in the never ending loop? Does SD close the file properly when you shutdown the Arduino? How do you know that the last record is written? Thanks.
thank you very much dear Bill I'm beginner in Arduino so i need help to use push button instead of potentiometer, and instead of servo motor i want to use relay 5v. so this is mean i want to use digital data instead of analog , many thanks
at 12:56 it was mentioned that 10k potentiometers were used and any value from 5k upwards would suffice. Why is this? Can I use 1k or 2k pots? Thank you.
You are amazing ! One question, how can I create multiple files with different recordings in each file? For example, each file cound be a recording for a robot to do, and by playing different files at a time I could have a robot do one activity at a time. Thanks
Greetings from Germany and thank you for the video. I have just finished my 6 axis arm and looking for a Ardunio program to control it and only came across your channel this evening. You have asked for suggestions for more videos?? I have two. First, what about a push button switch for start and finish points for the servo to record the location, that would save a lot of memory and perhaps the S card would not be needed? If using multi servos it would also enable every servo to go to the final position directly. My second request (If not already requited) is a guide around your workshop, looking around your shop you are well organise, I wish I was!! I can do simple programming with the Aruino and learning all the time, it is great but I will be 70 very soon so I want to run before I can walk!!! Ha Ha!!
Thank you!! I love your channel and subcribed. I'm a computer programmer, interrested in building my own hardware. You very well explain how to do this. I am sometimes struggling with why to add like other parts beside just the board and the addons, like resistance between led (not the case in this video). I guess thats beyond the scope of the videos and perfectly okay. I had an arduino starter kit already laying around, but didnt know how to get started. I have now ordered some extra parts and soon going to try to make my own plant watering system by measuring the soil moist. Love your vids. Thanks and I'll keep watching! 😎👍
7:24 I would not hook it up this way, but through the ICSP header. That way it works on all models: DUE, MEGA, Leonardo, M0, M4, Nano. This is an UNO-only solution.
Dear sir your video is too good and great explain in video really i like it. this all are very useful thanks for this videos. i subscribed your channel sir hats off........................sir
Can anybody answer this question for me. I assume the answer is very simple. I am just hardly even a beginner, so please forgive the "ignorance" of my question. Here it is: What controls the "frequency" or the "timing" of how fast (how often) the three measurements are written to the memory card? Is this a function of the 9600 baud rate? Or is it controlled or determined by something else? I'm referring to the three measurements from the the potentiometers, during appx time of 17:05 through 17:38 of the video. Is there some kind of "throttling" someplace along the chain that determines this "write rate"? Is there some command in the code that determines it? It appeared that the data was being written to memory quite fast. Using the exact same set-up that he is using here, how would I change the "write" speed to say, half as fast, or twice as fast? Meaning taking a measurement only half as frequently as it is happening here. Is the real world rate of data writing to the memory card a function of how fast the hardware can "grab" the values at the analog inputs, or in some other manner? Thank You to anybody who has the time and the knowledge to answer. If this was covered in the video, I missed it.
Hi, I am hoping to use the same concept of your program on a stepper motor. Would be great if you do a tutorial about it in the near future. Thanks in advance
SIR, THANKS FOR YOUR CONTRIBUTION FOR ARDUINO LEARNERS AS WE AE NOVICES IN THIS FIELD AND WANT TOUNDERSTAND THE POWER OF FUNCTIONING ARDUINO AND RELATED PROJECTS
Would love to see more sensor arduino vids, combining sensors for practical uses like opening a greenhouse window e.g. temperature, humidity, servo/ stepper motor. When the humidity or tempetature gets to a cirtain level move servo/stepper to a certain position to open a window or if too cold close window and or turn on the heater. If humidity too low turn on water for 3 minutes. Log temperature/ humidity, sevo position, water on off every time it changes within say +/- 2○C, +/- 2% humidity and/ or every 5 minutes and save to a monthly data file on an sd card. Results could also be show live on web page sending you a message if cirtain perameters are exceeded. There are lots of vids showing how to use individual sensors but so few putting the sensors together for practical use. A project like this could be split across multiple videos to make individual series. Great vid and thank you for sharing 👍 👍 👍
Thanks for such a nice video.. can you please do a video or guide me to a resource for wired communication .. wanted to use sensor , camera , 4 bi directional motor ., two way communication .. thank you
Great vid, thanks! Can I use a SD card that has music recorded on it and layer over that with a file to move a servo to match the music? This would be for like a dancing Santa prop.
You're doing a great job in your tutorials. I will forward your site to others that want to learn, especially women that want to learn code. I also love your "BLUE" shop color scheme. Was that your concept or a interior decorator? What city/country are you in? Thanks, Best Wishes
Ok I had NO idea these parsed actual file structures on the SD card! I just thought you could write/read raw data, and that was it. This makes these MUCH more attractive for future projects! :O Now I'm imagining my projects with Neopixels, but reading colour swatch/pattern data off of an SD card instead of from the firmware. This'll make it easier to upgrade/change colours and patterns :D
Dear DroneBot,
You are definitely one of the great explainators on youtube ! Cause:
1. You just don't constantly whirling around with the cursor on de screen.
2. You just don't play any strange music in the background.
3. You articularly perfect and extremely effective.
4. You take the time to explain everything accurately.
> You are the absolute best, so keep on going strong !!!
yes!!! thanks for no crappy music!!!
Yes....
he aint lettin u hit bru
The world needs more people like you, very, very good job explaining, thank you, and hope to see more from you. Best regards.
most technical youtubers just don't get that we (or at least I) want information not entertainment, thanks for such a clear no BS presentation
The clearest, most consistent and useful Arduino content on RUclips. I'm hooked.
Keep up the great work.
As with everyone else, thank you for the outstanding videos. I’ve finished building the mechanical aspects of a 4 servo CNC 3D wire, rod and tube bending machine. I’m about to add a number of optical interrupter limit switches, a touchscreen lcd control panel and an SD card reader. My knowledge of C++ is growing daily and the software design is underway. None of this would or could have happened without your videos. Profound thanks.
Hey Bill. I don't know if you read the comments from past videos but I just wanted to report that I ordered a bunch of SD modules and cards and they just came in and I followed your instructions and they work perfectly as expected.
Thank you, thank you, thank you! This is so GREAT!
Mystic Dreamer ruclips.net/video/Ub1Qcx1ZWsY/видео.html
Your videos are the best and easiest to understand
You are incredibly generous to share your skill and knowledge to the world. The amount of work and effort you put into making it so simple to understand is incredible! I learnt a lot! Thanks for doing this, I'm extremely grateful!
I love the subtle camera move here and there. And the neck turn.
This channel is a 10.5 out of 10 - always incredibly helpful and well produced. I'd kill for you to do a similar video about playing back audio with SD cards
Nope its 20 out of 10
Just what I was looking for. Nothing short nor nothing extra!
You look so happy! I’m glad you made the decision to make this your full time job. Well done and thank you for all the great videos
It's such wonderful the way
you are analysing and "transmitting" to us your
knowledgement. We Thank you from our heart for your precious work.
One of the best video. Your tools arrangement at the back shows that you are very organized man. Great
Thank you, thank you, thank you Bill. This was an absolutely wonderful video lesson. I wasn't aware that using an SD card on an Arduino was so easy. I will definitely be incorporating this feature into my robotic projects. I am so happy I found your RUclips Channel.
Thank you very much (currently from Germany). Your videos are very professional and very easy to understand. My sincere appreciation!
Just what I needed! Thank you for putting all this information in one spot!!!
You are among a GREAT MENTOR I ever met. I can't find The words to Thank you. This project just solve one of my big project to do, how the Robot can memorize the task to be executed. Thank you again
Thank you so much for a fantastic video! One of your best yet! Absolutely love it when you do projects with Arduino and teach how to code!! You are my favorite Channel on RUclips!!
(yep) ** 10
Excellent Thank you very much,please keep sharing your awesome Videos.
I’m Beginner but I’m learning very quickly from your Channel .
Paul Mcworther was right, you have one of the best techsites , keep on the good work!
You have no idea how much this helped…I can’t thank you enough!!
Excellent video as always, dear Bill. Thanks for putting so much effort which is helping me in learning all these topics.
Vijay Khole ruclips.net/video/Ub1Qcx1ZWsY/видео.html
This video explained very well. You are very good tutor and generous helper
Another very informative presentation, with an easy to follow pages. Your work is amazing. Very few presenters bother to provide the information that you do. The devil is in the details, and you provide every detail needed to learn more. Got bless you and our family.
Sir, no other word to address, I am very much impressed with your tutorial, I have subscribed, thank you by heart.
Thank You ..You are a very good teacher
Thank you very much sir, your explanation is very easy to understand,
I like that you process using the library that is already in the Arduino IDE. Unlike others using their library which makes the tutorial confusing.
I hope you are always healthy and your business smoothly, thanks. Looking forward for your another tutorial
I love all the videos I watched with this channel (droneBot). They are very easy to understand and the step-by-step processes are well explained. Two thumbs up not only on this but all his videos!
It's incredibly clear how well you explain things; you're quite intelligent. I wonder if you've registered any inventions yet?
Great video as always! One note: The SD library now supports multiple open files.
Yes your correct Scott, I actually realized that after I finished the recording!
@@Dronebotworkshop You do a super job so no worries!
All 5 of these sketches return error 0x000 etc. Been 3 days. None of this works. You never show how u upload the code and bootloaded
The Bob Ross of electronics. Love it.
Bravisimo!!! Use The SD Card to save status of the micro and send it to sleep, when inactivity, wake up, read and save battery power. Greetings
As usual
Your tutorials and method of teaching are of the highest quality
Thank for being there for us
I wish I had found you when I started thinkering with the SD cards....it would have made my learning a lot easier. Great Video!!! thank you for sharing.
Thanks for this very informative article. It's time to blow the dust off my case of Arduino bits'n'bobs and start playing with them again.
oh sweet bud, just grabbed one of these for the Arduino Due / Eurorack drum machine project - to act as sample storage. Keep up the great work bud!
You explanation is soooo perfect.
Really appreciate.
Perfect and clear explanation - thank you.
Thank you, and hope to see more from you. Best regards.
excellent, very clear explanation. I'll be using SD cards soon!
Thank you very much for your time and for all your efforts.
Always great explanations.
Awesome video good sir. I subbed the channel and the newsletter. I look forward to future videos.
thanks Bil for your easy and important videos.
This video is absolutely a work of art and I have a lot to learn when teaching students and creating content. Thank you for the work you do. What's the best way to support You? 😭
Really good video, thank you. Methodically explained and demonstrated, subbed.
Your are worth billions, thank you, your the best
Thank you for the very detailed explanation
This video is gold for me
really cool, great details and explanation.
Thank you for your easiest and clear explaination
Nice explanaition. I did similar things. Worte a python app on Linux connected a PS4 Controller via BT and records the data on the PC and visualize the JoystickPositions. By developing that I noticed that it is important to write a timer for each dataset (mean per array row). Keep in mind that the microcontroller may cannot read and proceed the data in realtime. If you plan for example sound synchronised animatronics you need to have a timer based data structure. Otherwise it will go thru faster or lower than you planned.
DroneBot Workshop, 21:30 why do you use such a slow serial speed of 9600 baud? Are there RF problems turning up the serial speed to more usable levels?
FINALLY!!!!! A video showing how to record and playback input!!!!!! THANK YOU THANK YOU THANK YOU!!!!!!!!! P.S. Can you do a follow up showing how to record it to a timeline? one where the playback speed can be adjusted? I might be asking too much but thank you so much for this!!!!!
Thank you so much for the clean explanation ☺️
For anyone having trouble with the CS pin...
The CS (Chip Select) is also commonly referred to as SS (Slave Select). So, if your have a board and can't find the CS pin in the pinout, try looking for SS instead.
3:24 if its 32 Gega Byte, 2 Tera Byte and 128 Tera Byte than you should Use Capital "B" because the small "b" stands for "bit"
I Thank you so much for what you do and do so well. It was a pleasure finding your video's.
Superb tutorial, as usual. Thank you.
I wish there are videos from dronebot about sd card and sensor
Excellent. Can you extend it to 16 servos using Arduino servo shield 2+16 or the SD card with one joystick to record the position of each servo and play automatically thereafter
Very easy to understand ❤❤
To add to what others have already said . . .thank you for sharing your obvious wealth of knowledge in such a clear and cohesive way. Question, how would you introduce a feature to playback the servo motion in the same speed you recorded it, including pauses, etc . . . . Thank you for any assistance with this. All the best, John
It's a great lecture, it really helps me.
I'm suddenly curious about something. What is the method to control 3 servo motors with these 3 different data(Dumpfil example 21:24)?
Your videos are such pieces of education! Can't believe how much I've learned in an evening and how easy and entertaining that was.
As a follow up to this video, how can I make a file browser to select the file I want to read on the SD card?
Thanks for all 🙏
Hi Another great video.
Q. How Doug you control end of file when writing data in the never ending loop? Does SD close the file properly when you shutdown the Arduino? How do you know that the last record is written?
Thanks.
I have that question- how to end gracefully. I think a test of a button press would be one way to create False to end a while True loop.
Thank you so much for the detail explanation. keep up the good work
thanks so much for your excellent tutorial, I used this tutorial for stepper motor and it is working, thanks again...
thank you very much dear Bill
I'm beginner in Arduino so i need help to use push button instead of potentiometer, and instead of servo motor i want to use relay 5v.
so this is mean i want to use digital data instead of analog ,
many thanks
Thank you for all that you do, truly excellent
at 12:56 it was mentioned that 10k potentiometers were used and any value from 5k upwards would suffice. Why is this? Can I use 1k or 2k pots? Thank you.
Fantastic video - thanks for your hard work making it!
Thanks , your information is very good.
Why analog port integer data is converted to string to store in SD card ?
Great work! Thank you for sharing
Marvelous explained! Thank you!
Fantastic tutorial, thank you!
You are amazing ! One question, how can I create multiple files with different recordings in each file? For example, each file cound be a recording for a robot to do, and by playing different files at a time I could have a robot do one activity at a time. Thanks
Greetings from Germany and thank you for the video. I have just finished my 6 axis arm and looking for a Ardunio program to control it and only came across your channel this evening. You have asked for suggestions for more videos?? I have two. First, what about a push button switch for start and finish points for the servo to record the location, that would save a lot of memory and perhaps the S card would not be needed? If using multi servos it would also enable every servo to go to the final position directly. My second request (If not already requited) is a guide around your workshop, looking around your shop you are well organise, I wish I was!! I can do simple programming with the Aruino and learning all the time, it is great but I will be 70 very soon so I want to run before I can walk!!! Ha Ha!!
Thank you!! I love your channel and subcribed. I'm a computer programmer, interrested in building my own hardware. You very well explain how to do this. I am sometimes struggling with why to add like other parts beside just the board and the addons, like resistance between led (not the case in this video). I guess thats beyond the scope of the videos and perfectly okay.
I had an arduino starter kit already laying around, but didnt know how to get started. I have now ordered some extra parts and soon going to try to make my own plant watering system by measuring the soil moist.
Love your vids. Thanks and I'll keep watching! 😎👍
7:24 I would not hook it up this way, but through the ICSP header. That way it works on all models: DUE, MEGA, Leonardo, M0, M4, Nano. This is an UNO-only solution.
El orden de las herramientas en su laboratorio es simplemente inspirador... 😍
note you can use icsp pins those are at the bottom as spi pins
Great video from GREAT MAN.
Dear sir your video is too good and great explain in video really i like it. this all are very useful thanks for this videos. i subscribed your channel sir hats off........................sir
youre awesome! could you also share the purchasing link with us for this sd card module so that we follow along correctly?
Very good teaching video
Can anybody answer this question for me. I assume the answer is very simple.
I am just hardly even a beginner, so please forgive the "ignorance" of my question.
Here it is:
What controls the "frequency" or the "timing" of how fast (how often) the three measurements are written to the memory card? Is this a function of the 9600 baud rate? Or is it controlled or determined by something else?
I'm referring to the three measurements from the the potentiometers, during appx time of 17:05 through 17:38 of the video.
Is there some kind of "throttling" someplace along the chain that determines this "write rate"?
Is there some command in the code that determines it?
It appeared that the data was being written to memory quite fast. Using the exact same set-up that he is using here, how would I change the "write" speed to say, half as fast, or twice as fast? Meaning taking a measurement only half as frequently as it is happening here.
Is the real world rate of data writing to the memory card a function of how fast the hardware can "grab" the values at the analog inputs, or in some other manner?
Thank You to anybody who has the time and the knowledge to answer.
If this was covered in the video, I missed it.
Hi, I am hoping to use the same concept of your program on a stepper motor. Would be great if you do a tutorial about it in the near future. Thanks in advance
Thank you sir it was very good knowledge you are sharing.Thank you for the video you make
Great videos sir!!!
How about audio amplifier???
SIR, THANKS FOR YOUR CONTRIBUTION FOR ARDUINO LEARNERS AS WE AE NOVICES IN THIS FIELD AND WANT TOUNDERSTAND THE POWER OF FUNCTIONING ARDUINO AND RELATED PROJECTS
Would love to see more sensor arduino vids, combining sensors for practical uses like opening a greenhouse window e.g. temperature, humidity, servo/ stepper motor.
When the humidity or tempetature gets to a cirtain level move servo/stepper to a certain position to open a window or if too cold close window and or turn on the heater. If humidity too low turn on water for 3 minutes.
Log temperature/ humidity, sevo position, water on off every time it changes within say +/- 2○C, +/- 2% humidity and/ or every 5 minutes and save to a monthly data file on an sd card.
Results could also be show live on web page sending you a message if cirtain perameters are exceeded.
There are lots of vids showing how to use individual sensors but so few putting the sensors together for practical use.
A project like this could be split across multiple videos to make individual series.
Great vid and thank you for sharing
👍 👍 👍
Thanks for such a nice video.. can you please do a video or guide me to a resource for wired communication .. wanted to use sensor , camera , 4 bi directional motor ., two way communication .. thank you
Great vid, thanks! Can I use a SD card that has music recorded on it and layer over that with a file to move a servo to match the music? This would be for like a dancing Santa prop.
You're doing a great job in your tutorials. I will forward your site to others that want to learn, especially women that want to learn code. I also love your "BLUE" shop color scheme. Was that your concept or a interior decorator? What city/country are you in? Thanks, Best Wishes
Hi quality content! Love your channel!
This Should be paid content. University labs do not match the learning experience watching your videos. Keep it up sir!
Ok I had NO idea these parsed actual file structures on the SD card! I just thought you could write/read raw data, and that was it. This makes these MUCH more attractive for future projects! :O
Now I'm imagining my projects with Neopixels, but reading colour swatch/pattern data off of an SD card instead of from the firmware. This'll make it easier to upgrade/change colours and patterns :D
Thanks as always, teacher.
1085243 ruclips.net/video/Ub1Qcx1ZWsY/видео.html
I love your videos. The one thing is I really wish you had more of a range of very inexpensive I've seen that mean less than a dollar to just under$50