
코딩으로 재미있는 걸 만들어볼까?
comacre
멈춰 있는 장난감을 코딩으로 움직이게 만들 수 있는 세상! 세상을 코딩으로 재미있게 바꿔봐요. 아이디어를 통해 얼마나 새로운 것이 만들어졌을지 구경 오세요. (새로운 아이디어를 남겨주시면 너무 너무 좋아요!)
Basic
Arduino
This course is for those who want to learn the basics of coding for maker coding. Even non-majors! Even students who are new to coding! You can learn the basic theories of coding and the basic usage of parts/sensors to engage in various maker activities.
Completing the basics of coding theory
Completing the basics of sensors/components using Arduino board
Completion of basic concepts such as variables, operations, and conditions
Basic sensor configuration including ultrasonic sensor, servo motor, and touch sensor
Introduction to Learning Artificial Intelligence
Introduction to facial recognition artificial intelligence
"I want to try coding too🥺"
Easy and fun basic coding for absolute beginners!
😥
Before
'What is a variable and what is a function?
I'm not sure if I can learn it either .'
😆
After
'Coding and Arduino are both so easy and fun!
The kit works just as I planned!'
Coding, has it felt vaguely difficult? You say it's basic, but it doesn't feel quite so fundamental? You're not sure what you'll be able to do with it, and you're looking for a hands-on approach to learning?
Well then, welcome! I'll introduce you to a coding basics course that anyone can learn .
In this course, we'll explore fundamental coding concepts like variables, conditions, and functions, then apply them to practical examples. Building on the theories we've learned, we'll use the Arduino board to manipulate components and sensors, enabling you to engage in "maker coding."
The sensors and components covered in the Arduino lecture are all basic and widely used.
(ultrasonic sensor, servo motor, touch sensor, infrared sensor)
Anyone with an Arduino basic kit can join the class right away! 😊
To follow along with the lecture exercises , you'll need an Arduino basic kit complete with components and sensors. Of course, you can still follow the basic theory lectures without one. While the practical exercises are limited, simply checking the instructions before purchasing will definitely help. 😊
How do we create variables? When do we use functions? Let's first learn the basic grammar and theory necessary for programming, including variables, functions, operators, and conditional statements, in a simple and straightforward manner.
Assemble the components in the Arduino kit as you see fit and activate the sensors. You can create your own functions, such as detecting obstacles, turning lights on and off, and detecting sounds and touches.
The hottest technology of the 2020s is undoubtedly artificial intelligence. We'll provide you with a comprehensive understanding of AI, from what it is to how facial recognition works.
Q. From what age can I start following along?
Usually, middle school students can follow along easily.
It is a level of difficulty that even upper elementary school students who are interested in coding can easily follow.
Q. Code alignment is so hard. What can I do?
If your code is disorganized, it's less readable. That's why code editors typically have alignment features.
For example, if the code is written as if(a == 1) { Serial.println("test"); }, it is not easy to see.
At this time, if you press Ctrl+t,
if(a == 1)
Serial.printIn("test");
}
In the same form, it is nicely aligned.
Remember that proper spacing and line breaks are essential for readability of your code!
Q. My program won't compile. How do I check for errors?
Compiling an Arduino sketch will fix bugs. If a bug is found, an error will be displayed in orange in the black window at the bottom. For example, if you compile a certain code,
A red line will appear in your code along with the generated error message. You can then interpret the error and fix it!
If there are no errors, it will display as follows:
We'll also share some helpful tips in the lecture. Let's learn together! 😊
Who is this course right for?
For those who are new to coding
For those who are new to Arduino basic components
For those who want to know coding grammar theory
Anyone curious about Arduino boards, components, and sensors
Teachers preparing Arduino coding classes
For those of you preparing for Mom's Coding
For those who want to learn maker coding
For those preparing to become after-school coding teachers
Need to know before starting?
This course covers everything from the very basics.
We can also help beginners.
All
17 lectures ∙ (1hr 26min)
All
4 reviews
5.0
4 reviews
Reviews 2
∙
Average Rating 5.0
Reviews 2
∙
Average Rating 5.0
Reviews 5
∙
Average Rating 5.0
$23.10
Check out other courses by the instructor!
Explore other courses in the same field!