

What is Arduino?
Arduino is an open-source electronics platform based on easy-to-use hardware and software.
Programming Language in Arduino is based on C/C++
Specialites in Arduino:
- The main function is included in the library. So, there is no main function in the codes.
- void setup(){// Put your setup codes here which will only run once}
- void loop(){// Put your loop codes here which will run iteratively}
Online Source
What can I do with Arduino?
Combine the Arduino with sensors (Simple applications)
Ultrasonic Sensor
Preparation:
- 9V Battery
- Arduino Board
- Breadboard
- Wires
- Ultrasonic Sensor
Obstacle Avoidance Sensor
Preparation:
- 9V Battery
- Arduino Board
- Breadboard
- Wires
Obstacle Avoidance Sensor