Search Result: HTML - Page 71 of 94

935 articles found.

DC Motor Speed Control using Arduino

DC motor speed control using Arduino, Control speed of the DC motor with arduino, How to control the speed of the DC motor, using Arduino, Arduino DC motor speed control, Controlling the speed of the DC motor with Arduino

Hello friends! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge about how can you make a simple program for DC Motor Speed Control using Arduino UNO. In my previous tutorial, DC Motor Direction Control using Arduino , I have just controlled the DC motor in both directions at constant speed using Arduino. I have also performed the DC Motor Direction Control in Matlab by sending different commands through serial port from Matlab and LabVIEW to the Arduino and then controlled the direction of rotation of DC motor. But in this tutorial I will rotate the same DC motor at variable speed in both clockwise and anti clockwise directions. In my previous tutorial, we have seen that input pins In1 & In2 of motor control driver L298 (H-Bridge) are useful to ...

DC Motor Direction Control in MATLAB

DC motor direction control using Matlab, DC motor control using Matlab, DC motor control through Matlab, Matlab to control DC motor, How to control DC motor with the Matlab

Hello friends! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge with all of you guys about how to do the DC Motor Direction Control in Matlab using serial communication with Arduino UNO. Serial communication is a very common and fast mean of communication now a days. In almost every engineering related projects we need to continuously send and receive data from micro controller to the computer and vice versa. So, I used this type of communication between Matlab and Arduino UNO. You must have a look at my previous tutorial DC Motor Direction Control using Arduino because I am gonna use the same hardware and Arduino code and in today's tutorial I am gonna interface that hardware project with MATLAB so it will be like you will be sending commands ...

DC Motor Direction Control using Arduino

Direction Control of DC Motor using arduino, Direction control of DC motor via Arduino, DC motor control using Arduino, using Arduino to control the direction of the DC motor, DC motor direction control through Arduino, Control DC motor with the help of Arduino UNO, DC motor direction control using Arduino UNO

Hello friends! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge with all of you about how to make a simple program for DC Motor Direction Control using Arduino. The word DC is basically an abbreviation of Direct current . So, a direct current motor is commonly used motor having two input terminals, one is positive and the other one is negative. If we connect these terminals with the voltage supply the motor will rotate. If you change the polarity then motor will rotate in opposite direction. You should also have a look at Difference between DC & AC Motors to get a better idea about these motors. DC motor has a lot of applications. You can use it in automation projects, for controlling static as well as mobile robots, in transport system, in pum ...

Tutorial2: Earn with Primedice

primedice earning , earn with primedice, bitcoin earning

Hello everyone, I hope you all are doing great. Today, I am going to share a new tutorial in which we will have a look at How to Earn with Primedice . If you remember the Tutorial1: Earn with Freebitco.in in which I have shared how to earn with freebitco site and earn bitcoins. Today, I am gonna share a new bitcoin site and I must say that Primedice is quite better then Freebitco. I will share why its better then the previous one in detail. AS I have discussed this in my previous tutorial that Engineers normally don't do well when it comes to earning so they must find some way through which they can earn some money. And online earning is the best way to earn money. In online earning, bitcoins are really very precious because if you have a look at its conversion rate then 1 BTC = 1000$. So, ...

Communication Signals Generation in LabView

Communication Signal generation in NI LabVIEW 2015, LabVIEW signal generation, How to generate an anlog signal in LabVIW, Generate an analog signal in LabVIEW, Generate signals in NI LabVIEW

Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge with all of you guys, about Communication Signals Generation in LabVIEW . In the previous tutorial, we have seen the Introduction to LabView and after that we have designed our First Project using LabView Programming so if you haven't read them yet then I would suggest you to read them so that you have the basic knowledge of LabView. In earlier days people used to convey their messages or some important notifications using a piece of paper and by delivering it to the other places with the help of the pigeons. It took a lot of time for the message conveying procedure because there are some notifications or messages in which such a huge delay could be dangerous e.g. someone’s death ...

Creating First Project using LabVIEW Programming

labview programming, Creating your first program in LabVIEW, Programming with the LabVIEW, Using LabVIEW for the first time, How to use LabVIEW, How to make a simple logic in LabVIEW

Hello everyone! I hope you all will be fine. Today, I am going to elaborate that how to create your First Project using NI LabVIEW Programming . This software is very easy to use in comparison to the other software. You do not have to write the complete source code for the desired output, like in other software e.g. Arduino, MATLAB, Dev C++, Eclipse etc. instead you have to just implement your logic using Field Programmable Gate Array (FPGA) blocks. The program is designed with the help of the FPGA blocks, is usually known as “ Virtual Instruments ”. Normally we used to call it as VI’s. We create in “Block Diagram” window as described in our previous tutorial on Introduction to LabView . If you haven't read that tutorial then I owuld suggest you to read that one first because I have given ...

Interfacing of Keypad with PIC Microcontroller

keypad with pic, keypad with pic microcontroller, pic with keypad, pic microcontroller with keypad

Hello everyone, I hope you all are doing great. Today, I am going to share a very basic tutorial on PIC Microcontroller, which is Interfacing of Keypad with PIC Microcontroller. I have designed this simulation of Keypad with PIC Microcontroller in Proteus ISIS and the simulation along with code is given below for download. But I would suggest you to read it first and then design it on your own so that you learn most out of it. In today's tutorial, I am not gonna discuss the details of How keypad works because I have discussed it in detail in my old tutorial Interfacing of Keypad with Arduino so if you don't have much idea about working of keypad then I would recommend you to read that tutorial first, before proceeding with today's tutorial. I have also interface this Keypad with 8051 Micro ...

Interfacing of Arduino with GLCD

arduino glcd,arduino with glcd, glcd arduino, glcd and arduino, arduino and glcd

Hello friends, I hope you all are doing great and having fun with your lives. In today's tutorial, I am going to share How to interface Arduino with GLCD. I am gonna design a Proteus Simulation in which I will interface Arduino GLCD together. GLCD is also called Graphical LCD so today we are gonna do some designing on the LCD. The GLCD I am going to use is ks0108 and its model in Proteus is LGM12641BS1R and I have shared the complete Simulation along with Arduino Code below for download. But I would suggest you to design it on your own so that you could get the most out of it. If you haven't worked on the LCD before then I would suggest you to read How to Interface Simple LCD with Arduino . Moreover, I am quite happy to announce that we have started TEP Forum so if you guys have any questi ...

How to use Arduino PWM Pins

Arduino PWM, how to use arduino pwm, pwm arduino, pwm pins in arduino

Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to use Arduino PWM Pins . It's the next tutorial in our new Arduino Tutorial for Beginners series. We will design a small code in which we will be controlling a dc motor's speed using the Arduino PWM Pins but before going into the details, let me first give you an introduction to Arduino PWM Pins because without understanding the PWM, which is the abbreviation of Pulse Width Modulation , you won't be able to understand How to use Arduino PWM Pins. In our previous tutorial, we have seen How to use analogWrite in Arduino and I have told you in that tutorial that we use this command for PWM as well. So, today we will have a look at How to do that. PWM is an abbreviation of Pulse Width Modulation, it ...

Arduino Tutorial for Beginners

Arduino Tutorial for Beginners,arduino tutorial, arduino tutorials

Hello friends, I hope you all are fine and having fun with your lives. Today, I am going to share a complete Arduino Tutorial for Beginners because I was having a lot of requests about it. Reader were asking the same question that they are new to Arduino and how should they start so if you are beginner to Arduino and you don't have any idea How to learn it then you should read the below tutorials. I have posted all the basic Arduino Tutorial for Beginners already so in today's tutorial I am just gonna arrange them and must ask you to read them one by one from top to bottom and at then end you will really be able to design any kind of project on Arduino. So, let's get started with Arduino Tutorial for Beginners: Arduino Tutorial for Beginners Before going into the practical Arduino Programm ...