Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn C/C++ with Arduino IDE
Rating: 4.4 out of 5(249 ratings)
11,025 students

Learn C/C++ with Arduino IDE

Students will learn about the basic concepts of C/C++ with the help of Arduino IDE.
Created byshrey Sharma
Last updated 4/2020
English

What you'll learn

  • You'll learn about data types and variable
  • you'll learn about For Loop, While Loop
  • you'll learn about function, how to define them and what are function parameters and how to call a function and much more.
  • you'll learn about If-Else condition statements
  • You'll learn about the basic concepts of arduino IDE
  • At the end of the course you'll be comfortable in working with the Arduino IDE and you'll have knowledge about the basic concepts of C++

Course content

1 section11 lectures52m total length
  • Introduction0:51
  • Setup and Loop0:22
  • Serial Printing5:40

    In this video we will see how to print the data on the arduino serial monitor.

  • Data Types and Variables8:50

    We will discuss about different data types and variables.

  • If - Else Statements8:14

    In this video we will study about about the IF -ELSE condition statements and we will focus on how we can use if - else statement in our code/sketches.

  • While Loop5:49

    In this video we will talk about the while loop and and its implementation in our program.

  • For Loop3:40

    In this Video we will talk about the For loop and the difference between the for loop and the while loop and how we can use the For loop in our sketches

  • Functions4:49
  • Function Parameters3:41
  • Libraries3:37

    In this video we will learn about the Libraries and we will see how we can install libraries and use them in our sketches.

  • String Concatenation, Data type conversion and Using more than one arguments7:23

    In this video we will learn about String concatenation, converting one data type to another data type and pass multiple argument in a function.

Requirements

  • PC or Laptop with Arduino IDE and an Arduino UNO board.

Description

This Course is designed for the students who want to learn Arduino but don't have prio knowledge about C/C++. In this course we will focus on the basic concepts of C/C++ Language with the help of arduino IDE. So that students will get comfortable with the language and Arduino IDE.

Who this course is for:

  • Beginners in IoT
  • Beginners in Arduino IDE