Back to Course

Arduino Programming using Arduino IDE

0% Complete
0/0 Steps
  1. Chapter-1->How to download Arduino IDE?
    3 Topics
    |
    1 Quiz
  2. Chapter-2-> Introduction to Arduino IDE
    3 Topics
    |
    1 Quiz
  3. Chapter-3–> How to connect any board with Arduino IDE?
    4 Topics
    |
    1 Quiz
  4. Chapter-4–>Steps to write a code in Arduino Programming
    5 Topics
    |
    1 Quiz
  5. Chapter-5–>Introduction to Arduino Uno
    5 Topics
    |
    1 Quiz
  6. Chapter-6–>Explanation of Variables and operators in programming
    5 Topics
    |
    1 Quiz
  7. Chapter-7–>How to use conditional statement and loops?
    6 Topics
    |
    1 Quiz
  8. Chapter-8–>How to use analog input in Arduino IDE ?
    6 Topics
    |
    1 Quiz
  9. Chapter-9–>How to add libraries in Arduino IDE ?
    6 Topics
    |
    1 Quiz
  10. Chapter-10–>How the Arduino Serial library performs serial communication?
    4 Topics
    |
    1 Quiz
  11. Chapter-11–>Interfacing of Dht11 sensor with Arduino
    4 Topics
    |
    1 Quiz
  12. Chapter-12–>Troubleshooting and Errors in Programming
    3 Topics
    |
    1 Quiz
  13. Assessment
    6 Topics
Lesson 2, Topic 1
In Progress

2.1 Why Arduino IDE?

08/05/2021
Lesson Progress
0% Complete
  • Arduino IDE is an open-source software, in which the user can use the software as they want. The users can also make their own modules/functions and add them to the software.
  • The programming through Arduino IDE is very simple and easy,as Arduino IDE programming is based on c and c++,so the students with basic knowledge of c and c++ can easily program any project.
  • Arduino IDE software is available in many operating systems like Windows,Mac,etc.
  •  Through IDE multiple microcontrollers and boards can be programmed.
  • Students can program multiple projects like Robots,quadrobots etc.
  • It is a very easy interface to learn hardware and software.Through this software students can do many things with Hardware and software.
  • It is a text editor like a notepad with different features.