Prerequisite:
- No prior Knowledge required
- Interest in learning new technologies
- Basic knowledge of basics electronics components.
Who is this course for ?
This course is designed for Young Students, Tinkers, Educators, Teachers, and anyone who wants to learn about C programming using Arduino IDE & it’s features and want to make their own projects.
About this course
In this course , you will learn about different programming language using Arduino IDE and how IDE works. We will introducing an Arduino board which will be helpful in making different projects and the board will be programmed using Arduino IDE.Â
Arduino board (Hardware) consists of different microcontroller and processors.The board consists of different digital & analog input/output pins,USB connection for code uploading,reset button,power pins etc.
Arduino IDEÂ based on the very simple languages C and C++ using special rules of code structuring. Arduino IDE contains a text editor for writing code, a message area, a text console, a toolbar with buttons for common functions and a series of menus. It connects to the Arduino hardware to upload programs and communicate with them. The code written in Arduino IDE is called sketch.It have only two functions setup() and loop().The setup() function is used to initialize input/output pins and the loop() functions runs repeatedly in the main code.
Responses