Search Result: HTML - Page 90 of 94

935 articles found.

Getting Started with PIC Microcontrollers

Getting Started with PIC Microcontrollers

In the last tutorial, we discussed Getting Started with Microcontrollers and how they work and now we are gonna have a look at Getting Started with PIC Microcontrollers . PIC microcontrollers, as I mentioned before, are manufactured by Microchip. There are many types of microcontrollers but here I am concerned with PIC18F452.So let's have a small review of PIC18F452 PIC microcontrollers. PIC18F452 is a 40-pin microcontroller each pin has its functionality, which we will see in our next classes one by one. suppose I want to create a project on LED blinking, a simple project on PIC so what do I have to do? First of all, I need the following things so that I may use them to work with PIC. I have discussed the Functions available in the PIC18F452 Microcontroller in the next post. Important Poi ...

Getting Started With Microcontrollers

Getting Started With Microcontrollers

No. Proteus Tutorials Give Your Suggestions !!! 1. Getting Started With Microcontrollers 2. Getting Started with PIC Microcontrollers 3. Functions Available in PIC18F452 4. How to Install MPLAB Software 5. How to Install MPLAB C18 Compiler 6. Getting Started with MPLAB 7. LED Blinking Project on PIC Microcontroller Hey guys hope you all are fine and healthy. Today I am going to start a new tutorial, about PIC Microcontrollers. I will start from the very basics of PIC Microcontroller so that the beginner can also learn from it and can easily work on their projects and I will also post some projects in which I will use PIC Microcontroller and will control different modules using it. The only thing I hate about PIC Microcontroller is the designing of its basic circuit, which we will discuss i ...

Display Serial Data on Real Time Graph in Labview

Display Serial Data on Real Time Graph in Labview, Diplay data on graph in labview, labview graph plot

Hello friends, hope you all are fine and having fun with your life. Today's post, as the name suggests is about How to Display Serial Data on Real Time Graph in Labview. In our previous post, we have seen that how to Get Continuous Data From COM Port in Labview . Today's post is a sequel of this previous post so I would recommend that if you haven't had a look on that post then first visit it as I am gonna start today's post from where I stopped the previous one. In the last post, we were able to get the continuous data from COM port using Labview and we have also separated the data based on a character which I have used this one "," i.e. comma. Now, suppose you are sending 3 values from your COM port and these are the sensors' values so tthe best way to display these value is by using a g ...

Get Continuous Data From COM Port in LabView

Get Continuous Data From COM Port in LabView,Serial port in Labview,NI VISA Labiew

Hello friends, hope you all are fine and enjoying good health. Today's post is my first post on LabView Software. I have worked on LabView quite a lot in past but these days I am continuously working on LabvView so I thought to write some tutorials on it. In today's tutorial, I will explain in detail How to get continuous data from COM Port in LabView software. LabView is a very handy tool for the engineers. One can easily plot graphs and can work on different hardware modules with it. One of the best feature of LabView is its extensive help desk. There are many examples present in it which are ready to run and can help a lot, moreover their online is also very extensive. I got into many problems while working on it and I never get stuck, I just searched online and got the solutions for my ...

Circuit Designing of LCD with Arduino in Proteus ISIS

Circuit Designing of LCD with Arduino in Proteus ISIS, LCD simulation with Arduino in proteus, lcd arduino in proteus, lcd with arduino in proteus isis

Hello friends, I hope you all are doing great. Today, I am going to share Circuit Designing of LCD with Arduino in Proteus ISIS. In my previous tutorial, I have posted a tutorial on How to use Arduino Library in Proteus . Using that library, we can easily test Arduino code in Proteus to check whether its working or not. If you haven't read that post then before starting it, first read it, as without adding the arduino library we can't use Arduino in Proteus. Coming to today's post, as we have done adding the Arduino Library in Proteus, so I thought to do some projects on it and the first one I chose is quite simple one i.e. Circuit Designing of LCD with Arduino in Proteus ISIS. So we will have a look on how to show some characters on LCD using Arduino in Proteus. If you are working on LCD ...

Training Error: Recognition Failed in EasyVR

Training error recognition failed in easyvr,training error in easy vr, easyvr with arduino uno training error

Hello friends, hope you all are fine and enjoying life. Today's post is about removing a small error named as Recognition Failed in EasyVR , which I encountered while working with EasyVR shield with Arduino UNO . I have posted a complete project on EasyVR shield around a year ago in which I haven't mentioned this error because at that time I didn't encountered it. But today while working with EasyVR shield, I encountered this problem so I thought to share it with you guys. EasyVR shield is a voice recognition module which is used for recognizing voices and operating accordingly. Using this module, one ca quite easily control anything using voice. In the previous project, I have controlled a robot using voice commands like when I say Forward then it starts moving forward, when I say REVERSE ...

Send SMS with Arduino UNO and SIM900D using AT Commands

sim900 gsm module pakistan,gsm sim900D module in pakistan, sim900D prices in pakistan, send sms via sim900D and arduino uno, send sms via AT commands

Hello friends, today's post as the name suggests is about how to send SMS with Arduino UNO and SIM900D using AT Commands. There are different types of SIM900D modules available in the market, so it doesn't matter which module you are using. All SIM900D modules work at AT commands basically so today I am going to show you how to send an SMS via AT commands without using any Arduino library. You should first read the AT commands manual which will give you an idea about AT commands. AT commands are special sets of commands which are used for communicating with SIM900 module. Using these AT commands we let our GSM work for us. Like if you want to send SMS then there's a specific AT command for sending the SMS similarly if you want to change the PIN code for your GSM module then you have a diff ...

Introduction to Arduino YUN

Getting started with arduino yun,manually connect arduino yun with wifi,connect yun with wifi

Hello everyone, I hope you all are doing great. In today's tutorial, I am going to give you a detailed Introduction to Arduino YUN , and we will also have a look at its basic functionalities. Arduino YUN is a latest microcontroller board, manufactured by Arduino. It's the most advanced and highly stylish arduino board. The beauty of Arduino YUN lies in having two on board processors, which I haven't seen yet in any other Microcontroller board. One of them is simple Arduino processor which is similar to that of Arduino Leonardo while the second processor is Atheros AR9331. Atheros supports Linux server, which is the new thing in Arduino YUN. Because of these two processors, one now can do anything in the world of automation as well as web servers. You can say it's kind of a replica to Raspb ...

Download Serial Terminal Software in vb2010

Get Serial Data in vb2010,com port software in vb2010, serial terminal, virtual terminal, Serial Terminal TEP

Hello everyone, I hope you all are doing great and having fun. In today's tutorial, I am going to share a new software which I have named Serial Terminal. I have designed this Serial terminal in vb2010. You can download this software from below button. I have already posted a complete tutorial on How to use Serial Port in Visual Studio 2010 in which I have explained how to send and receive data via serial port. It was quite a basic software, which just transmit and receive data from a serial port but today I am gonna provide you a complete serial terminal, which will not only transmit and receive data but will also display that data in different formats. As shown in the below figure, first of all you need to select the COM Port from which you want to receive the data and then select the Ba ...

How to add a Delay in Visual Studio 2010

delay function in vb2010,delay in vb 2010,delay in visual studio,how to add delay in vb, vb 2010 delay function

Hello friends, hope you all are enjoying good health and having good time. Today's tutorial is not too big and is simple about how to add a delay in visual studio 2010. Before starting this tutorial, let me first tell you that I got an excellent feedback about the last tutorial on How To Use Proteus ISIS & ARES & also got few queries and suggestions. One of them was to post a similar tutorial on the Eagle software as well which I will hopefully start in the coming week. Today's post is a very small trick but yet very effective one. In a recent project of mine, it helped me a lot and yet its quite a small thing but it took me around half an hour to find it online and that's the reason I decided to share it with you guys. I have to design a software in which I was using a database in visual ...