Showing posts with the label ArduinoShow all

Driving Stepper as Servo Motor using Arduino

There are some types of DC (Direct Current) motor frequently used in industrial field. They are ‘ordinary’ DC motor - that can be driven by giving electric current to its terminals directly, Brush-less DC motor, stepper motor, and servo motor. Other than the ‘… Read more

Handling input-pin in Arduino

Here, we are going to discuss: Configuring Arduino pin to be input or output Reading input pin to control another ouput pin Using if() else() syntax to take decision of the control Arduino that we are going to use is Arduino Uno R3 which uses atmega328 mc… Read more