I have explained the whole Arduino thing to bunches of people from 2nd graders to retirees more times than I can count, but I don't think I have ever been as succinct and effective as your 10 minute overview. Well done sir, very professionally done.
What if i'm happy with the project and i want to change to a pcb? Should i always use the arduino board as a whole? Can i just take the microcontroller?
Great question Mohamed! The Arduino is a development board, used to help you easily write code for the microcontroller. Once you have your code written, and you are happy with it, you can move to your own custom PCB if you wanted to.
how can i use arduino's in my EV and PV system projects, such as my 3 home PV power stations, and my 3 Ebikes, that are always being fields tested and improved by me
Hey, I would like to build a very simple signal integrator. I could do this in assembly code - how do I do this in C++ for Arduino? Any guidance please...thanks!
thank you aloooooot your explaining amazing i will take some nots from your vedio if you dont mind i am happy to get you in youtube when i will finish my project i will send my result to you thanks again&good luck
A very well presented explanation. However it's a bit of a stretch to say that programming in the IDE is basically C/C++ programming language. There is a large overhead that the Arduino functions and programming instructions imposes to allow this programming to be made easier for the novice. So a simple Arduino directive like pinMode for example will uses quite a bit of code within the actual IDE underlying code to do what can be done in C/C++ with a lot less overhead in terms of code size. Just wanted to point that out but yes, it's a great way for people to do things without actually learning full on C/C++ programming, that's for sure. Thanks again for the great explanation. I did find a great link for an explanation of this, but as is often the way it's dead now.
Totally agree that the Arduino IDE does most of the heavy lifting for several functions where in c/c++ you'd be directly setting registers. I would push back a bit on this though and say that outside of those minimal convenience functions (and the whole "setup" and "loop" structure), the code people are writing is c or c++.
sir please be kind enough to do a video series about pic assembly programming , pic micro python programming , pic basic programming , pic c programming with pic 16 , 18 , 22 ........ etc . thank u for the video sir
I'm not genies enough to understand all technical stuff but looks like this thing is just good for controlling very small electronics (lights or fans or maybe better voltage switcher) but lack of good computing power, looks like it can't run console games(nes, sega or any other old games) or it can't be used to record my PC game videos.
I have one more question . if i want to make a product that relies on the use of arduino boards, am i gonna be able to get à 100 000 or maybe à million for my products ? Thanks.
Please i would like you to give me some link or some advise about a projet i will like to do. The project is device for registering people's entries and exits using a batch system.
Sorry the odd approach here but I need help with something. I’m using a Nextion display and I narrowed a code from Arduino someone and as I compile I get a error called ‘NexPage’ does not name a type I got the code from a UA-cam search for Passcode door unlock..... I’m not good at the coding stuff but I’m trying to learn while raising a whole bunch of kids, doing yard work, taking care of a huge house, yard etc.... and this is suppose to be my stress relief because it totally I treat me but I’m stumped here....... can ya help me in any way
Hello admin, thank dis cool explanation. I would like to ask you permission that allows me translate into Khmer language. Can I translate it to my community since most of them not understand in English?
its so wierd that you dont get more feedback on you videoes, maybe start making buildguides and ideablueprints?. your videoes are really helpful but doesent get enaugh cred. *edit, you already have that. my bad :p Maybe the thumbnail doesent look apealing or something , you sould get more profiling on youtube in my mind
Bro can you make transmitter and receiver Arduino code for f-22 plane With 2servo and 1brushless motor. I will subscribe to your channel please give me
****If you like this, I think you'll like the premium Arduino training we offer. You can check it out here**** bit.ly/3lHyzcB
Finally someone with a brain who knows how to present stuff.
I have explained the whole Arduino thing to bunches of people from 2nd graders to retirees more times than I can count, but I don't think I have ever been as succinct and effective as your 10 minute overview. Well done sir, very professionally done.
Thanks Bob!
Your voice is very relaxing.
Hopefully you don't asleep watching the lessons ;)
@@programmingelectronics no at all for me it's amazing to understand easily I think that what he meant too 😉
This is probably one of the best explanatory videos I've seen on UA-cam. Thank you
I'm glad it helped Muhammad Sohaib! Thanks so much for your message!
Excellent illustration, thanks for all the information up there.
Great effort.
Thanks!
This is an amazing explanation i probably saw it 4 times and shared it to my friends
Thank you programming electronic academy to like this
Thanks so much for sharing!
@@programmingelectronics my pleasure carry on this wonderful work
I want to create a small electromagnetic uniform particle accelerator. The explaination in this video is great .
I just need pointed in the right direction to use a rotary phone dial as a keypad
I’m 50 and very new to all this Your channel is just cool
Maybe this can help?
www.instructables.com/id/How-to-turn-an-old-school-rotary-phone-into-an-inp/
Best of luck!
@@programmingelectronics Wow Thanks Im trying to do your academy thing but having trouble with setting my own password
Again thanks for the help
It enables an abstract idea or desire to be expressed as a code that can be implemented in the non-abstract form as hardware.
I have a science exhibition coming up .…... and this helped me a lot!!
Best of luck!
Very easy to understand! Thank you!
1:59 4:08 4:53 5:15 6:18 7:40
Thunderous Explanation
Thank you!
That was a BOSS level explanation of Arduino 😊!
Glad it was helpful Dwayne!
Thanks for this wonderful video
Thank you!
God bless you man ❤
Thanks for watching!
many thanks for the effort that's been put into making this beautiful simple informative video :)
Thanks for watching!
Excellent explanation! 😊 very helpful to learn..
What a great video. Thank you for this.
Glad you enjoyed it!
Excellent video! Happily subbed!
Awesome, thank you!
You got a new subscriber
Thank you!
What if i'm happy with the project and i want to change to a pcb? Should i always use the arduino board as a whole? Can i just take the microcontroller?
Great question Mohamed!
The Arduino is a development board, used to help you easily write code for the microcontroller. Once you have your code written, and you are happy with it, you can move to your own custom PCB if you wanted to.
how can i use arduino's in my EV and PV system projects, such as my 3 home PV power stations, and my 3 Ebikes, that are always being fields tested and improved by me
please do make this type of beginner friendly stuff more~
Thanks for the note! Will do!
thank you
Thanks so much!
Amazing video , helped me a lot, thank you man.
Thanks so much for the note!
Plz make full series
Thanks, we have a lot of other videos on our channel as well.
Thanks for the extremely helpful and easy to understand video!
Glad it was helpful!
Very well made!
Thank you!!
That was a good video, very easy to understand and informative! 😁
Your voice it too good and relaxing
Hello. Thank you so much for your help. I want to use Arduino to control an RC helicopter. Is that possible?
Hey, I would like to build a very simple signal integrator. I could do this in assembly code - how do I do this in C++ for Arduino? Any guidance please...thanks!
thank you aloooooot your explaining amazing
i will take some nots from your vedio if you dont mind
i am happy to get you in youtube
when i will finish my project i will send my result to you
thanks again&good luck
Whats the difference between raspberry pi? And what is raspberry pi anyway?
thanx for this brilliant explaining
Most welcome!
Such an amazing vdo❤
Thanks for the video... How can I make video like this.. which software did you use for it. Thanks so much..
A very well presented explanation. However it's a bit of a stretch to say that programming in the IDE is basically C/C++ programming language. There is a large overhead that the Arduino functions and programming instructions imposes to allow this programming to be made easier for the novice. So a simple Arduino directive like pinMode for example will uses quite a bit of code within the actual IDE underlying code to do what can be done in C/C++ with a lot less overhead in terms of code size. Just wanted to point that out but yes, it's a great way for people to do things without actually learning full on C/C++ programming, that's for sure. Thanks again for the great explanation. I did find a great link for an explanation of this, but as is often the way it's dead now.
Totally agree that the Arduino IDE does most of the heavy lifting for several functions where in c/c++ you'd be directly setting registers. I would push back a bit on this though and say that outside of those minimal convenience functions (and the whole "setup" and "loop" structure), the code people are writing is c or c++.
You the MAN! Have an upvote on me!
Absolutely ❤
Thanks!
Wow i love your explanation
Thank you! 😃
Could you make a video on Arduinos friendly on the pocket?
Thank you.
Thank you for watching and for the note - much appreciated!
Where will you find them
Thanks for awesome explanation
Thanks for watching - much appreciated!
Brilliant and very easy to understand presentation / videos
Thanks for sharing
#Gratitude
Excelent explanation
Thank you! I feel like there is a lot to say, and trying to figure out the best things to highlight was tough.
thanks man im just thinkin to learn how to use it
Glad it could help!
thanks Sir so helpful
Great to hear!
Excellent presentations
Glad you like them!
sir please be kind enough to do a video series about pic assembly programming , pic micro python programming , pic basic programming , pic c programming with pic 16 , 18 , 22 ........ etc . thank u for the video sir
I'm not genies enough to understand all technical stuff but looks like this thing is just good for controlling very small electronics (lights or fans or maybe better voltage switcher) but lack of good computing power, looks like it can't run console games(nes, sega or any other old games) or it can't be used to record my PC game videos.
You're absolutely correct @hashimx10 . It's designed for electronics control, not compute.
I have one more question . if i want to make a product that relies on the use of arduino boards, am i gonna be able to get à 100 000 or maybe à million for my products ? Thanks.
hey,, i just want to use it for operating lights and fans of my room by using micriphone and ir light
Cool!
Please i would like you to give me some link or some advise about a projet i will like to do. The project is device for registering people's entries and exits using a batch system.
Nice video, bro. Thanks.
Thanks for watching.
Sorry the odd approach here but I need help with something. I’m using a Nextion display and I narrowed a code from Arduino someone and as I compile I get a error called ‘NexPage’ does not name a type
I got the code from a UA-cam search for Passcode door unlock..... I’m not good at the coding stuff but I’m trying to learn while raising a whole bunch of kids, doing yard work, taking care of a huge house, yard etc.... and this is suppose to be my stress relief because it totally I treat me but I’m stumped here....... can ya help me in any way
Do you have data acquisition projects that display the data to a computer using Visual basic?
Very nice
Thank you!
thanks
You're welcome! Thanks for watching!
Hello admin, thank dis cool explanation.
I would like to ask you permission that allows me translate into Khmer language.
Can I translate it to my community since most of them not understand in English?
So you can’t use python with arduino?
Don't think so!!
i bought an arduino uno rev 3
It's a great board!
best video very nice voice
how arduino help me on eeprom from ECU of automobiles in anti/theft system pin code recovery(locksmith work)
Thanks for this recommendation! I'll see what we can come up with
David!
How can earn money from arduino?
some MIT students came to my school to teach the robotics club about this
Very cool!
its so wierd that you dont get more feedback on you videoes, maybe start making buildguides and ideablueprints?. your videoes are really helpful but doesent get enaugh cred.
*edit, you already have that. my bad :p Maybe the thumbnail doesent look apealing or something , you sould get more profiling on youtube in my mind
Thanks for the kind words Glen! Maybe the thumbnails do look bland...
your method is awesome but you `upload your videos so late
Thanks for the feedback!
This amount of views should be painful, I think.
Bro can you make transmitter and receiver Arduino code for f-22 plane With 2servo and 1brushless motor. I will subscribe to your channel please give me
I'll see what we can come up with!
shutup and take my money