Microcontrollers

Servo Motor

Interface Servo Motor With Arduino

Servo Motor Servo motors is a  special type of motor which can not move 360 degrees, however, it can move 180 degrees. Furthermore, it can be used for making smart dustbin project,  smart door lock and  robotic arm. In this project, you will learn  how to  interface Servo motor with Arduino. Below servo moto pins […]

Interface Servo Motor With Arduino Read More »

Glow an LED using Arduino Code Explanation Line by Line

Glow an LED using Arduino Line-1-setup() function is used to configure Pins for INPUT, OUTPUT, signal rate etc. Line-2-Block of setup() function starts here. Line-3-It indicates pin no. 8 is used for OUTPUT. Line-4-Block of setup() function ends here. Line-5-Statements inside loop() function run forever. Line-6-Block of loop() function starts here. Line-7-digitalWrite(8, HIGH) statement will

Glow an LED using Arduino Code Explanation Line by Line Read More »

©Postnetwork-All rights reserved.