செய்திகள்

This weeks Tech Tuesday shows you how to drive model railway point motors with the Arduino microcontroller platform. In this video we show you how to program the Arduino to control a 16-channel 12V DC ...
In this quick Arduino tutorial I will explain how you can control a relay using the Arduino Board, one 1K and one 10K resistors, 1 BC547 transistor, one ...
Real time Relay control using arduino . Contribute to maheshsrao/relay-rtc-arduino development by creating an account on GitHub.
By controlling the motor, we mean controlling its speed and direction of rotation. We can control the motor using the Arduino and the L298N driver. Before we learn how to control a DC motor with the ...
In Motor Control: Projects with Arduino & Raspberry Pi Zero W (Elektor 2017), Ibrahim aims to educate and inspire engineers and electronics enthusiasts with several easy-to-replicate Arduino- and ...
Here, we are using a 4 relay module because we will only control four appliances. If you want to automate a different number of appliances, you can use a different relay module. There are many relay ...
Fortunately, both the speed and direction of a DC motor can be controlled via an Arduino microcontroller. Let’s get into details. Direction control A circuit known as an H-bridge may be used to alter ...
Servo motor works on the principal of Pulse Width Modulation (PWM) and its angle of rotation is controlled by the duration of the pulse applied to its control pin. Here in this tutorial we will ...