Arduino MASTERCLASS | What can Arduino do? PART 1

  Рет қаралды 45,871

Programming Electronics Academy

Programming Electronics Academy

Күн бұрын

🤩 FREE Arduino Crash Course 👇👇
bit.ly/get_Arduino_skills
**Want to have some fun programming your own electronics?**
bit.ly/3LgomQw
**Get the code, transcript, challenges, etc for this lesson on our website**
bit.ly/3l95Dft
**We designed this circuit board for beginners!**
Kit-On-A-Shield: amzn.to/3lfWClU
FOLLOW US ELSEWHERE
---------------------------------------------------
Facebook: / programmingelectronics...
Twitter: / progelecacademy
Website: www.programmingelectronics.com/
________________________________
Are you looking for the perfect series of videos to get started with Arduino? Well, you are in luck, because in this series of videos, you are going to learn everything you need to get started with Arduino. By the time you're done here, you're gonna know exactly what hardware to get and why, you'll know the ins and outs of an Arduino board, you'll know which software to get, you'll know the key Arduino programming functions to control tons of electronic stuff. And if you've never programmed before, you're gonna know the coding structures found in all programming languages. But do you wanna know the best part? This core workshop that you're gonna walk through is only gonna take about an hour of your time. So let's go. Before we start, please do subscribe to our KZfaq channel. It doesn't cost you anything but a click, but it really helps us bring you great content like this Arduino workshop. Thanks a ton. I really appreciate that. Okay. So what the heck is this thing called Arduino? Well, Arduino is a tool that helps you control electronic stuff with code. So if you're building a house, you'd probably go grab a hammer. Well, if you're gonna build a project using electronic stuff, grab yourself an Arduino. But what do I mean exactly by electronic stuff? Well, let's make two big general groups. Inputs and outputs. Inputs are devices that gather information, and outputs are devices that have some action in the world. So for inputs, think of things, like temperature sensors, light sensors, touch sensors, flex sensors, humidity sensors, infrared sensor, distance sensors. Just to name a few. Then you have things like outputs. DC motors, stepper motors, servo motors, LEDs, LED strips, buzzers, speakers, LCD displays, OLED displays. The list goes on. What Arduino can do is stand in the middle of these input and output devices and control them with some cool logic that you get to create. So Arduino can be used to read inputs and control outputs. Okay. So now you have a general idea of what Arduino is. It's a tool to control electronic stuff. Great! Okay. But how do you actually get started using Arduino? What do you have to do? So here's what you're gonna need. We're gonna talk about the big three. It's what I like to call the Arduino trifecta. You've got Arduino hardware, the Arduino IDE, and the actual Arduino code that you're gonna need to write. So first, we have the physical component of Arduino, which is called an Arduino board. There's a bunch of different types of Arduino boards out there. When someone says Arduino board, it could mean a number of these different circuit boards. In just a little bit, I'm gonna tell you exactly which one to go by if you haven't purchased one yet. And here's some quick good news. If you have bought one already, it's probably gonna work just fine. Now, all Arduino boards share one thing in common. They have a microcontroller on them. A microcontroller is basically a really small computer. So when you use an Arduino, you're really just using a microcontroller. The microcontroller is what enables us to read those different inputs and control those outputs. So again, when somebody says Arduino board, they're talking about something physical.
CONTINUED...
bit.ly/3l95Dft
**About Us:**
This Arduino lesson was created by Programming Electronics Academy. We are an online education company who seeks to help people learn about electronics and programming through the ubiquitous Arduino development board.
**We have no affiliation whatsoever with Arduino LLC, other than we think they are cool.**

Пікірлер: 42
@mecanoman
@mecanoman 2 жыл бұрын
Looking forward to this! Usually one bottleneck with arduino learning is electronics knowledge and/or hardware applications. Regards!
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks! I hope it well help!
@SLAVRED0N4SIR
@SLAVRED0N4SIR Жыл бұрын
🌟
@GapRecordingsNamibia
@GapRecordingsNamibia 2 жыл бұрын
Well done guys. Michael and Mike, very well thought out, and very well explained in such a short time period.
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks so much!!!
@michaelhemberger1249
@michaelhemberger1249 Жыл бұрын
Great voice for this series! My first Arduino series!
@programmingelectronics
@programmingelectronics Жыл бұрын
I hope you'll find it useful Michael!
@warrenscorner
@warrenscorner 2 жыл бұрын
Great video! This is gonna be an awesome series!
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks Warren!!
@jamesmoon5632
@jamesmoon5632 2 жыл бұрын
Thanks great video and looking forward to the course..
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks James!
@robertparenton7470
@robertparenton7470 11 ай бұрын
Enjoying my Kit On A Shield! The book is well laid out!
@programmingelectronics
@programmingelectronics 11 ай бұрын
Great to hear Robert!
@sherryab3964
@sherryab3964 2 жыл бұрын
I just subscribed a few weeks ago and this education resource is fantastic and quintessential!
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Great! Thanks so much Sherry!
@sherryab3964
@sherryab3964 2 жыл бұрын
@@programmingelectronics You’re very welcome and I forgot to mention the prompt replies if I have a question:)
@programmingelectronics
@programmingelectronics 2 жыл бұрын
@@sherryab3964 Thanks again! We do our best!
@jonmartinez5577
@jonmartinez5577 2 жыл бұрын
This is just the video I need
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Great! I hope this series will help!
@joeborovina4769
@joeborovina4769 5 ай бұрын
outstanding thank you
@programmingelectronics
@programmingelectronics 5 ай бұрын
Thanks for watching!
@joeborovina4769
@joeborovina4769 5 ай бұрын
plenty more to come after I watch this again!@@programmingelectronics
@Bianchi77
@Bianchi77 2 жыл бұрын
Creative video, like it, thanks :)
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks so much!!
@ahmedhan6102
@ahmedhan6102 2 жыл бұрын
Could we look at using a Microcontroller that does not have much documentation such as the DAGU ComMotion Motor Shield?
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks for the recommendation Ahmed! I'll see what we can do!
@karenmurray3098
@karenmurray3098 6 ай бұрын
how hard is the code to learn ?
@programmingelectronics
@programmingelectronics 6 ай бұрын
It's C and C++ code, but with an easy interface for controlling the hardware. Like a lot of things, you can learn the basics in a short time frame and spend the rest of life getting better.
@ShifarwMalk-ed8ky
@ShifarwMalk-ed8ky 11 ай бұрын
I want to learn how to write code
@programmingelectronics
@programmingelectronics 11 ай бұрын
It's a fun skill to pick up!
@jeffreywheeler2158
@jeffreywheeler2158 2 жыл бұрын
how to fade 10 ws2812b on simultaneously 30 millisec fade 500 milliseconds till the next 10 leds fade on till all are lit
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks for this recommendation Jeffrey!
@MamtaSharma-hc9qt
@MamtaSharma-hc9qt 2 жыл бұрын
Well, the first thing I need is money! 😅
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Check out tinkercad! They have a free simulator you can use.
@ericbaker8807
@ericbaker8807 2 жыл бұрын
@@programmingelectronics Tinkercad is great! I used it for a while before I had any real hardware. Then I found the little Arduino uno starter kit my fiancee used in college in her electronics class. I said scoreeee. And now I'm playing with that stuff haha. Your videos are so helpful!
@programmingelectronics
@programmingelectronics 2 жыл бұрын
@@ericbaker8807 Totally agree!
@MamtaSharma-hc9qt
@MamtaSharma-hc9qt 2 жыл бұрын
@@programmingelectronics Sure
@MamtaSharma-hc9qt
@MamtaSharma-hc9qt 2 жыл бұрын
@@programmingelectronics BTW, I love your courses, keep doin' 'em!!
@DodgyBrothersEngineering
@DodgyBrothersEngineering 2 жыл бұрын
"...and it is going to give you a step up on learning other languages like Python, Java..." lol you sound like a drug pusher... Here try some of this harmless Aurdino code, and if you like it I can supply you some real programming languages.
@programmingelectronics
@programmingelectronics 2 жыл бұрын
HaHa! :)
Arduino MASTERCLASS | Which Arduino to Buy? PART 2
7:44
Programming Electronics Academy
Рет қаралды 22 М.
How to Organize Code
14:37
Programming Electronics Academy
Рет қаралды 59 М.
Is it Cake or Fake ? 🍰
00:53
A4
Рет қаралды 16 МЛН
How to make a 16x16x16 LED CUBE at home with Arduino platform
20:09
Malt Whiskey
Рет қаралды 4,1 МЛН
What's the difference? Arduino vs Raspberry Pi
6:21
Tinkernut
Рет қаралды 1,8 МЛН
Arduino MASTERCLASS | Full Programming Workshop in 90 Minutes!
1:25:31
Programming Electronics Academy
Рет қаралды 2,4 МЛН
10 Incredible Arduino projects of the year 2022!
8:15
ToP Projects Compilation
Рет қаралды 676 М.
How to Control a 12V Motor with Arduino: Easy Wiring & Code Examples
44:13
ESPNOW for beginners! #ESP32 #ESP8266
35:09
Programming Electronics Academy
Рет қаралды 126 М.
What Is Arduino? What Can You Do With It? Explained
14:12
MakeUseOf
Рет қаралды 19 М.
Arduino in a commercial product?
7:17
Predictable Designs
Рет қаралды 17 М.
Arduino MASTERCLASS | How to Use Control Structures PART 6
21:39
Programming Electronics Academy
Рет қаралды 28 М.
Which Arduino IDE should I use?
13:43
Programming Electronics Academy
Рет қаралды 83 М.