Тёмный

Arduino Course for Beginners - Open-Source Electronics Platform 

freeCodeCamp.org
Подписаться 10 млн
Просмотров 2,3 млн
50% 1

Learn how to use Arduino hardware and software in this full course for beginners. Arduino is an easy-to-use, open-source electronics platform. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board.
No hardware is required for to follow along with this course!
✏️ Course developed by Ashish Bansal.
📸 Ashish on Instagram: / ashish_things
Tinker with the circuits used in the course :
🔗 custom blink function: www.tinkercad.com/things/ib4c...
🔗 digitalRead & digitalWrite : www.tinkercad.com/things/bvTd...
🔗 analogRead : www.tinkercad.com/things/6kEE...
🔗 analogWrite : www.tinkercad.com/things/hDwW...
⭐️Course Contents ⭐️
Section 1: Objective of the course
(0:00) Course Introduction
(01:21) Section 2: Foundation of Electronics
(01:36) Electricity
(02:10) Static Electricity
(03:37) Current Electricity
(04:12) Voltage
(06:09) Current
(08:45) Resistance
(10:05) Ohm’s Law
(11:55) Ohm’s Law Example
(13:46) Resistances in Series and Parallel
(26:03) Resistance Color Coding
(28:26) Section 3: Intro to Arduino Board
(28:46) What is Microcontroller and Microprocessor
(31:16) What category Arduino falls into?
(31:33) Different Types of Arduino Boards
(32:03) About Arduino
(33:04) Parts of Arduino Uno
(35:52) Technical Specifications of Arduino Uno
Section 4: Intro to Arduino IDE
(38:58) What is IDE?
(40:14) Downloading and Installing the official IDE
(41:51) Preparing your computer
(43:08) Testing the Arduino.
(44:22) What if you don’t have an Arduino board?
(46:34) Section 5: Before we move ahead
(47:04) What is breadboard?
(49:16) How to make connections in breadboard?
(1:00:10) Some safety instructions and Do’s and Don’ts
(1:01:53) Input & Output
(1:08:47) Analog & Digital
(1:14:04) Bit & Byte
(1:16:26) Section 6: Arduino Programming
(1:16:46) Introduction
(1:17:41) The First Step into Programming
(1:19:37) Bare minimum structure of an Arduino Program
(1:20:21) Comments
(1:21:37) White Spaces and Case Sensitivity
(1:24:06) pinMode
(1:26:44) digitalWrite and delay
(1:29:51) Camel casing
Section 6.1 Introduction to Variables and Data Types
(1:30:51) What are variables and data types
(1:31:31) Int data type
(1:35:11) Arithmetic operators
(1:41:51) Incrementing and Decrementing our variables
(1:44:14) Float data type
(1:46:48) Bool/Boolean data type
(1:49:24) Byte data type
(1:50:27) Char data type
(1:52:46) Conclusion
Section 6.2 Variable Scope and Qualifiers
(1:53:19) What is Scope? Global and Local Variables
(1:57:59) What are Qualifiers, starting with const qualifier
(1:59:51) Alternative to const qualifier: #define
(2:01:55) Static Qualifier
Section 6.2 Comparison and Logical Operators
(2:04:25) What are comparison operators?
(2:08:58) What are Logical Operators?
(2:13:16) Section 6.3 Control Structures
(2:14:21) if statement
(2:20:47) else statement
(2:24:24) A joke :P
(2:25:10) if - else Simulation
(2:29:27) Introduction to loop control structures
(2:30:52) For loop
(2:41:02) While loop
(2:45:49) do…while loop
(2:50:16) break
(2:52:24) continue
(2:55:05) return
(2:56:41) switch..case
Section 6.4 Remaining data types
(3:01:30) Arrays
(3:09:34) Strings
Section 6.5 Functions
(3:15:14) What are functions?
(3:19:03) Create your own functions
Section 6.6 Arduino Built-in Functions and related concepts
(3:35:20) digitalRead & digitalWrite
(3:41:49) analogRead and Analog to Digital Converter (ADC)
(3:47:50) analogWrite and Pulse Width Modulation (PWM)
Section 6.7 Libraries
(3:56:25) What are Libraries?
(3:59:22) How to add Libraries in Arduino IDE
(4:02:30) What next?
🎉 Thanks to our Champion and Sponsor supporters:
👾 Wong Voon jinq
👾 hexploitation
👾 Katia Moran
👾 BlckPhantom
👾 Nick Raker
👾 Otis Morgan
👾 DeezMaster
👾 Treehouse
--
Learn to code for free and get a developer job: www.freecodecamp.org
Read hundreds of articles on programming: freecodecamp.org/news

Опубликовано:

 

6 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,3 тыс.   
@ashishbansal9
@ashishbansal9 2 года назад
I hope that this course helps people who are just starting their journey with Arduino or have some brilliant project ideas in their mind but are clueless about how to program an Arduino. This course will begin with the basic electronics concepts and then gradually teach about Arduino Programming. Arduino's programming language is derived from C++, so this course will also cover essential C++ concepts. During my time working with Arduino, I have seen many people building great projects and product prototypes using this piece of hardware. Artists, designers, and even chefs who had absolutely no idea about electronics, sensors, and programming coupled their creativity with electronics and came up with fantastic work. So this course is also an attempt to encourage people, regardless of their background, to start building stuff that they have in their mind without thinking that they don't know enough to begin. Certainly, this course is not the end to the world of Arduino. For making some projects, one may need to know advanced concepts such as EEPROM, interrupts, communication buses like SPI, I2C, etc. But before moving to that, one needs to familiarize themselves with the basics. I look forward to seeing the projects people come up with after finishing this course.
@user-lz1yz1rx4x
@user-lz1yz1rx4x 2 года назад
can you please provide a link for the slides? +thanks alot for the course.
@nehanain3998
@nehanain3998 2 года назад
Hey! I am unable to code for an obstacle avoiding car, can you help me with that pls?
@enegyresearcher
@enegyresearcher 2 года назад
Great Work
@abhijitghosh6242
@abhijitghosh6242 2 года назад
@50:25 which software did you use for breadboard connection?
@ashishbansal9
@ashishbansal9 2 года назад
@@abhijitghosh6242 It is Fritzing.
@amiralihosseinzadeh7336
@amiralihosseinzadeh7336 2 года назад
my arduino class required 3k dollars and took 1.5 years to teach me what you teached me for free in 4 hours
@amiralihosseinzadeh7336
@amiralihosseinzadeh7336 2 года назад
very help full
@ramyyadontul4126
@ramyyadontul4126 2 года назад
😱
@notanymore9471
@notanymore9471 Год назад
Why would you pay 3k to learn arduino? You seem to make bad decisions.
@advocacyinitiativeforyouth4426
Yeah This video is so helpful Can you share with me your skills
@ege8240
@ege8240 Год назад
​@@notanymore9471 dont victim shame.
@rahulraviprasad
@rahulraviprasad 3 года назад
Wow! this guy literally started from what is electricity, protons and electrons!
@vishwanm1865
@vishwanm1865 2 года назад
Hello ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-LsgdG0To8eQ.html
@aparekh8887
@aparekh8887 Год назад
"A non technical person without Arduino can also learn it " And you were right You are an excellent teacher 👏✨
@Henry-sv3wv
@Henry-sv3wv Год назад
you can also try the wokwi simulator ...
@unrulyloos3
@unrulyloos3 Год назад
100%
@adeebazadsheriff
@adeebazadsheriff Год назад
@@Henry-sv3wv whats that?
@shalinisil9214
@shalinisil9214 3 года назад
Hey, I develop Arduino based products for a little over 2 years now, and I watched the development parts of this video. It's so beautifully organised and easy to understand. There is nothing like this on the internet.
@vishwanm1865
@vishwanm1865 2 года назад
Hello ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-LsgdG0To8eQ.html
@phantominception2881
@phantominception2881 2 года назад
Can you help me
@pradeepdube1398
@pradeepdube1398 Год назад
Then you have'nt visited Paul Mcwhorter's Arduino seris.
@whyulookedatherebro7385
@whyulookedatherebro7385 Год назад
@@pradeepdube1398 He really teaches very well and he also gives some exercises, teaches advanced things from arduino that suits absolute begginers. I just watch his series instead of this but i only watch this cuz as im beginner with it i must watch this little bit and focus on the series.
@chubamoa3640
@chubamoa3640 9 месяцев назад
Covered half the content while procrastinating for my exams. Comprehensive and coherent so far. Love your work
@Medusacururu
@Medusacururu 11 месяцев назад
Less then 15 minutes and you just made me fully understand electricity concepts that I've always had difficulty. To be honest this channel is the best thing I've ever found for free. Thank you so much.
@barskip
@barskip 3 года назад
I've seen a few beginners lesson on electronics and arduino in pass few weeks, this is by far the best. thank you!
@zeeshanhamdani6271
@zeeshanhamdani6271 3 года назад
The timing could not be any better. Thanks!!
@Jonesybabie
@Jonesybabie 3 года назад
Right. And I'm hoping to see the difference between Arduino and Raspberry PI.
@TheMagicFellow
@TheMagicFellow 3 года назад
Literally am going to buy a kit soon lol
@Basketball891
@Basketball891 3 года назад
lol same for me @zeeshan hamdani wanted to start arduino right now and got this lol
@sherlockholmes6849
@sherlockholmes6849 3 года назад
Same bro! This semeter having CPI
@senpaixd5796
@senpaixd5796 3 года назад
@@Jonesybabie compute power and scalability
@zaief7016
@zaief7016 3 года назад
This is something I've been waiting my whole life for!! Pls make robotics tutorials too!!
@fathisaf5655
@fathisaf5655 2 года назад
Yes robotics too
@diegodiaz3341
@diegodiaz3341 2 года назад
I have a firm belief that advanced programming and computer science fundamentals must be added to electronic engineering curriculums, having those 2 topics covered grants an amazing freedom to create and operate, it's a pain in the ass having to cover it by yourself. Amazing content by the way, this is why the internet exist, spreading knowledge, a million thanks for your work, you are literally making the world a better place.
@aelinwhitehorn3526
@aelinwhitehorn3526 2 года назад
that degree exists its called computer engineering
@aelinwhitehorn3526
@aelinwhitehorn3526 2 года назад
@Saurav Bhandari my bad
@madmax2069
@madmax2069 2 года назад
If you ask me, the basics should be taught in highschool
@anuroopks7104
@anuroopks7104 2 года назад
+1
@addiction1425
@addiction1425 Год назад
@@aelinwhitehorn3526 more like mechatronics engineering
@barnikroy5244
@barnikroy5244 Год назад
if anyone finds a better arduino course on youtube than this , I will never touch arduino ide again in my life.
@slimjim8235
@slimjim8235 Год назад
this has been unbelievably informative its hard to imagine how much knowledge has been put into the world from this 4 hour video!
@gowonscrunchyscalp
@gowonscrunchyscalp 3 года назад
What great timing! I just finished my industrial technician program in a local institution and I'm really interested with Arduino. Thanks FCC!
@robotechzone
@robotechzone 2 года назад
best arduino project ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zxlb22cTwHo.html
@franctiekam3008
@franctiekam3008 Год назад
For the first time in my i finished a video tutorial that is more than an hour but i don't have any regrets because i learnt alot just in 4hours. This video is a milestone to kickoff arduino programming. Thank you very much sir Ashish Bansal and FreeCodeCamp for the tutorial and all the others you do. I look forward to more tutorials from you guys in the fiels of electronics and robotics.
@adityazon
@adityazon 2 года назад
Very detailed and beginner friendly. I liked the way the tutor illustrated each and every thing with not just work flow charts but also live simulation. Good work.
@flingmonkey5494
@flingmonkey5494 3 года назад
I have been a test automation engineer for over 30 years. I have no degree, but that has not stopped me from programming PC-based test systems for both verification and functional testing. I am totally self-taught on-the-job. A few years ago I was forced to start using an Arduino for a project, and WOW, my eyes were opened. With the Arduino I can access hundreds (if not thousands) of sensors and actuators and controllers and I can access the real world without purchasing expensive test equipment from National Instruments or other vendors. I don't think I would want to be an Arduino-only engineer, but being able to use the Arduino has been a fantastic skill to add to my skill set. Recently I have started fabricating Arduino-based PCBs through EasyEDA, and that has again expanded my reach. Now I can make robust test fixtures without having a ball of wires. I recently landed a new job and, after I had been there a short time, my boss said they had no idea what they were getting when they hired me, I exceeded all expectations and surprised them with my solutions. Arduino is a key factor in that. It is both a job and a hobby, and it is sometimes hard to tell where one leaves off and the other picks up.
@rubayethassan5615
@rubayethassan5615 2 года назад
I learned a lot of JavaScript front end and backend from this channel as a school student... Beside this I also learned python..... And now I'm here again for the Arduino.... Thanks for these free courses.....
@favioescalon528
@favioescalon528 11 месяцев назад
I'm currently taking a college class for IoT devices and they required us to buy an arduino, the class is almost over but I truly enjoyed it enough to make me learn more about Arduino and I'm glad I came across this video. Very good content, thanks a lot for the videos you guys put out there.
@tayoaderibigbe6125
@tayoaderibigbe6125 2 года назад
Hi Arshish, your content is super good, I find it very helpful, thank you very much. You have upgraded my knowledge from zero to 70. I am sure if I am able to go over it again I will improve more.
@born2fight77
@born2fight77 Год назад
i am really really thankful to you for such a wonderful tutorial, i asked many doubt to many people but no one explained these things....... i am blessed that found this tutorial
@fishybusiness1149
@fishybusiness1149 3 года назад
Dude this is so ironic i literally stood up until 3AM researching courses and now i find this upload hahah
@masterchief1520
@masterchief1520 3 года назад
How is that ironic
@talhakhadim111
@talhakhadim111 3 года назад
I was literally searching for Arduino course a few minutes ago and they uploaded this. What a timing😀
@robotechzone
@robotechzone 2 года назад
best arduino project ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zxlb22cTwHo.html
@pavithraadeenadayalan9114
@pavithraadeenadayalan9114 Год назад
Thank you so much this course couldn't be better. Really you have covered everything about this course even a person without knowing anything can be a scholar. Thank you so much guys for your effort, it really helps
@user-wv8ed3qi7i
@user-wv8ed3qi7i 2 года назад
Good job man especially when you considered all possible operating programs people have and explaining every single one of them
@goowatch
@goowatch Год назад
A great ready to learn introductory Arduino course. The best fundamentals to start from scratch. Thank you
@rutdvajrawal7933
@rutdvajrawal7933 2 года назад
Thanks a lot mr bansal. Cant believe you did this for free. You and this channel inspire me to be giving back to the community when i reach that milestone
@devashishpatwardhan3
@devashishpatwardhan3 Год назад
I so wish this guy would’ve made more videos. What a BRILLIANT TUTORIAL. I would pay for this. Thank you soooo much!
@slimjim8235
@slimjim8235 Год назад
For example i pay 3000 euro per year to learn this stuff in a less efficient manner
@divyanshubhardwaj2369
@divyanshubhardwaj2369 Год назад
@@slimjim8235 and i pay 18000$ every year
@aidandevlin2535
@aidandevlin2535 2 года назад
fantastic course. just starting out in my programming journey having studied a module in college that i really enjoyed. Learning lots. Thanks
@masterffgaming3924
@masterffgaming3924 2 года назад
indians are the best they have easy english for which we can understand anything
@cryzz0n
@cryzz0n 2 года назад
Thank You Ashish Sir for making this profoundly valuable course and FCC for bringing it to us.
@ruturajpol75
@ruturajpol75 Год назад
This course really helped me step into the world of Arduino and I now feel very confident about writing Arduino codes and create projects of my own, thanks for the course!
@arif6949
@arif6949 3 года назад
This is the basics of physics and I truly needed it thank you so much...
@rayquaza396
@rayquaza396 3 года назад
I'm more of a circuit designer and sadly I have a poor foundation about programming. You're a real life saver, Thank you!
@robotechzone
@robotechzone 2 года назад
best arduino project ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zxlb22cTwHo.html
@zulfikarmahmud6627
@zulfikarmahmud6627 2 года назад
that's really a great course, to begin with. i actually learned this course to make my rocket do things well and I felt it built my foundation thanks again.
@lovelypandey6914
@lovelypandey6914 2 года назад
Brother can u plzz share ur project that is ur rocket
@tima121
@tima121 2 года назад
awesome dude, I'm working on one myself
@ahmadhennawi7715
@ahmadhennawi7715 2 года назад
the best course i have every seen on youtube, i recommend it for every person who want to start arduino projects
@dangerday4277
@dangerday4277 3 года назад
Literally waiting for year's for this
@naikganesh5677
@naikganesh5677 3 года назад
Yes, most awaited course. Finally 🔥🔥
@gideonasareowusu6215
@gideonasareowusu6215 3 года назад
Same here
@redoansaleh
@redoansaleh 3 года назад
me too
@holographicSquid
@holographicSquid 3 года назад
That's sad. I just learn with out a video telling me how to code.
@dangerday4277
@dangerday4277 3 года назад
@@holographicSquid That's how I did too. But if I had this video back then I had become a engineer(just in sarcasm)
@parthaguntur9446
@parthaguntur9446 3 года назад
literally didn't even skip a second! Great Course for, everyone
@vishwanm1865
@vishwanm1865 2 года назад
Hello ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-LsgdG0To8eQ.html
@salehjahursiddiki
@salehjahursiddiki 11 месяцев назад
finished it. thanks for your contribution
@solidworksforbeginnersin2053
An extraordinary course for beginners who wanted to learn Arduino programming.
@kovidkhokar298
@kovidkhokar298 2 года назад
just i dont have words for how good and infornative this video is keep it up!
@aashishraj4556
@aashishraj4556 Год назад
Hatsoff!!! For your efforts to make the biggeners to understand even more better🙏🙏🙏🙏
@roni5245
@roni5245 2 года назад
I’m glad this is from only three months ago. That way, I know it doesn’t contain outdated information like some other tutorials
@mikeseba7817
@mikeseba7817 Год назад
Easy to understand. Very useful video. Thank you very much!
@fullmetaltheorist
@fullmetaltheorist Год назад
This RU-vid channel is a blessing to the world.
@jbb5470
@jbb5470 3 года назад
Outstanding presentation! Your video provided a great start into learning the basics of the Arduino and how it can be used. I will continue to study this topic that will enable me to use the Arduino in the future. Thank you for providing this video!
@robotechzone
@robotechzone 2 года назад
best arduino project ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zxlb22cTwHo.html
@the_grayguy6128
@the_grayguy6128 2 года назад
Pls don't delete this video this is so helpful not only for those who is learning Arduino but in electronics as well so glad I saw this
@miso1995srb
@miso1995srb 2 года назад
why would they delete this video?
@d-rose27
@d-rose27 2 года назад
you can download it if you want...
@sachinc3
@sachinc3 2 года назад
Thank you Ashish for all your effort on creating such detailed tutorial, Appreciated your hard work and help.
@luiz-sena
@luiz-sena Год назад
Ashish is an incredible teacher! wonderful course!
@vaibhavhihoriya526
@vaibhavhihoriya526 3 года назад
Thanks man wait for long from your channel for this course lotcs help for me
@wiseoldair
@wiseoldair Год назад
I swear whenever I'm in trouble Indian dudes have tutorials for em. Thanks India!
@jxsxxa
@jxsxxa 2 года назад
My man just explained electronic in depth
@tr1084
@tr1084 3 года назад
You upload this a day after I dust off my old arduino. Very nice.
@t.shurid2042
@t.shurid2042 3 года назад
O my god, this is exactly when i needed it.
@Khio890
@Khio890 3 года назад
IKR i just started using arduino even tho i had arduino for 8 months but just started using it
@t.shurid2042
@t.shurid2042 3 года назад
@@Khio890 having a guide at hand sorta gives you confidence
@robotechzone
@robotechzone 2 года назад
vbest arduino project ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zxlb22cTwHo.html
@isert0007
@isert0007 2 года назад
I have learned whole Arduino code for beginners in this video i love it.
@glowingplutonium3345
@glowingplutonium3345 Год назад
Thank you so much so helping me discover a new hobby! Arduino interests me alot but i never understood it. This course was extremely helpful to me!
@doverivermedia3937
@doverivermedia3937 2 года назад
Wow. This is an amazing resource for a newbie like me. Well done 👏 and thank you. 🇬🇧
@blueyneuy
@blueyneuy 2 года назад
22:49 I remember struggling with this in A-level physics it makes so much more sense now thank you!!
@deshkumar9
@deshkumar9 Год назад
So much hard work has been put into this course. Such a good understanding of the electronics. Thank you so much for having a good understanding of the Arduino board. Have subscribed your channel.
@cherryblossom3868
@cherryblossom3868 9 месяцев назад
dude, in my years of science education no one ever explained those basic electric concepts this clearly to me.
@mickcrerar559
@mickcrerar559 Год назад
great video. thank you. always striving to learn something new. it may take several plays to grasp everything (trying to get my head around calculating resistance in a circuit).
@PraveenKumar-ip7ef
@PraveenKumar-ip7ef 3 года назад
Perfect timing...✌️i need this one rite now
@onelineurdu9483
@onelineurdu9483 Год назад
Amazing Alhamdullah complete it. It first one which completely watched.
@zulfikarmahmud6627
@zulfikarmahmud6627 2 года назад
great video. i always learn things from you guys. and about this video. i heard too many "right", "okay", "all right". these words make me feel I am in a class. and it's absolutely fantastic.
@ashishranjan3501
@ashishranjan3501 2 года назад
Sir, you are truly amazing. Your teaching method just straight way go deep in my brain....Thanks a LOT SIR......
@bhanukallepalli2676
@bhanukallepalli2676 3 года назад
Thanks a lot brother.! This is really helpful, I thought to give up on Arduino earlier as I don't see a proper guidance for me to continue.. Now I feel I got a guide to continue learning. you made it look easy. please keep up the great work.
@vishwajeet2372
@vishwajeet2372 2 года назад
I just completed this course and I am looking to make projects now. Thankyou so much Ashish and FreeCodeCamp. I appreciate the content.
@catbeatzzz5693
@catbeatzzz5693 6 месяцев назад
That pulse width modulation explanation was crazy helpful. Thank you
@rajeshar4202
@rajeshar4202 Год назад
Hello sir, your teaching is very good and motivating. I searched more way to learn aurduino but I almost learn about your one video, thanks a lot
@karthikeyansn707
@karthikeyansn707 Год назад
Thank you so much sir . now I am able to understand the Arduino .
@thewolfofswingthat2035
@thewolfofswingthat2035 3 года назад
WOOOOOOOOOOO i have been looking for courses like that!!!! thank you!
@gsunitareddy2170
@gsunitareddy2170 2 года назад
One of the best explained youtube video.
@yousefamr2683
@yousefamr2683 2 года назад
thank you KING
@amirmatrix9134
@amirmatrix9134 3 года назад
I will never be able to describe how much I am thank full so this guy I learned anything in my engineer a carrier from this channel we should all appreciate that he is also teaching us things that he's not really responsible to teach us like programming or circuits analysis thank you man keep up the good work you are the best *literally* love u from iraq ❤️
@satyamARAS
@satyamARAS 2 года назад
Country of Bharat .
@saarza9991
@saarza9991 9 месяцев назад
Thank you brother
@over_kill
@over_kill 11 месяцев назад
You dont have to do the intro by someone else. We love you man
@Daltmaly
@Daltmaly 3 года назад
Great!! I'd like to watch more videos about microcontrollers programming oriented to embedded systems! Good Job !
@kashi1099
@kashi1099 2 года назад
Great intro and it will be useful to anyone who is starting with arduino and to the world of micro controllers! Keep making videos for the humanity.
@Pyasa.shaitan
@Pyasa.shaitan 2 года назад
you get knowledge with experiences and actually doing it not by watching.
@arindambala6079
@arindambala6079 2 года назад
Really helpful for beginners... All in one video..Very good tutorial within 4 hours only. The best thing I liked personally in this video is the concept of c++ programming.
@ishtlutz1261
@ishtlutz1261 2 года назад
YEAH. If you can get past the Language barrier.
@Vazzible_gaming
@Vazzible_gaming Год назад
Omg I’m so glad I watched this I never fully understood difference between analog signals and digital signals, I only realized the difference between analog data and digital data before watching this.
@huyhuynhquang3004
@huyhuynhquang3004 2 года назад
this is exactly what i need ! Thank you soo soo much , i would like to express my deep gratitude to you sir !
@animewhore3949
@animewhore3949 3 года назад
perfect timing, thank you for this
@jeucedahn
@jeucedahn 2 года назад
Hello! Thanks a lot for all the effort and preparation you put into these kind of videos, it is really a nice presentation and a very profesional explanation. Best regards.
@omenechris4698
@omenechris4698 2 года назад
I cannot thank you enough Boss. I can only say for now, REMAIN BLESSED!
@AsadAli-vq5bi
@AsadAli-vq5bi 2 года назад
you are loved bro.. you cared for those who did'nt have arduino.
@mkgb55
@mkgb55 2 года назад
Excellent course. Very logical and clear. My 8 year old son really enjoys learning from it. Well done.
@zixella2256
@zixella2256 2 года назад
Your son is going places. Keep it up!
@andrewstewart2637
@andrewstewart2637 Год назад
Thank you so much for making this video.
@noodlegod1031
@noodlegod1031 3 года назад
oh my gosh, thank you for this i have been waiting for this
@stanleychukwu7424
@stanleychukwu7424 3 года назад
i'm loving this ! seriously!
@lfmantilla
@lfmantilla 2 года назад
Your teaching method is very clear. Thank you so much
@ManishSharma-fi2vr
@ManishSharma-fi2vr 3 года назад
Waiting for this kind of micro course on Audrino
@neurojitsu
@neurojitsu 2 года назад
Brilliant video, brilliant teacher. Thank you!
@motema_mpembe
@motema_mpembe Месяц назад
This is masterful of you! What a great way to teach!
@hii365
@hii365 3 года назад
This is for I was waiting for Thank you very much
@APToons
@APToons 3 года назад
This was perfectly timed. Thank you
@fierdawsbugiez
@fierdawsbugiez 2 года назад
thanks....already learn basic programming but faded...great examples for each chapter...hope more people reach this tutorial
@samuelrippe100
@samuelrippe100 3 года назад
Following Paul McWhorter's course, but have been looking for a one shot video like this.
@rafikhankhadem6657
@rafikhankhadem6657 3 года назад
Man I needed this way back in 2018 ;------;
@Shomerful
@Shomerful 3 года назад
and me 2005.
@beanyys1158
@beanyys1158 3 года назад
@@Shomerful And me in 1631
@SaadShameem
@SaadShameem Год назад
This is the god course!
@isuruthenuwara3671
@isuruthenuwara3671 6 месяцев назад
very usefull, and impressive my son learned Arduino in just 4hrs it is amazing! Thank you.
@ivanmorgado
@ivanmorgado Год назад
thanks, great introduction course.
Далее
I Made a Neural Network with just Redstone!
17:23
Просмотров 707 тыс.
Hacking a weird TV censoring device
20:59
Просмотров 3 млн
Впервые дал другу машину…
00:57
skibidi toilet 76 (part1)
03:10
Просмотров 7 млн
The Most Impressive Basketball Moments!
00:36
Просмотров 11 млн
Pedestal 9 - API that does nothing
13:45
How do computers read code?
12:01
Просмотров 3 млн
C++ vs Rust: which is faster?
21:15
Просмотров 380 тыс.
How backspin ACTUALLY works - in super slow motion
15:50
I Tested Viral Animal Carving Table Again!
24:45
Просмотров 15 тыс.
You can learn Arduino in 15 minutes.
16:34
Просмотров 9 млн
I Designed My Own 16-bit CPU
15:46
Просмотров 1,9 млн
Впервые дал другу машину…
00:57