Yesterday, I have posted a new Arduino Lilypad / Nano Library for Proteus in which we have seen how to add that library into Proteus so that you could be able to use these boards in Proteus. That was quite easy. Today I am gonna post a small project in which we will see how to use that library and produce an Arduino Lilypad simulation in Proteus. In this Arduino Lilypad simulation in Proteus, I am gonna use obviously he Arduino Lilypad board along with few LED lightsand will make them blink. Its also quite easy and you can also download the simulation and the hex file at the end of this project but I would suggest you to do it yourself so that you learn something out of it.
Before starting this project, you must have first integrated the Arduino L ...
Hello everyone, I hope you all are doing great. In today's tutorial, I am going to give you a detailed overview of LNG Transfer Systems. In the recent past, there has been tremendous growth in the demand for LNG. This has raised the LNG shipping rates around the world. The growth in demand is expected to keep increasing and reach a factor of 50 per cent by the year 2020. It is also estimated that the global cryogenic market will hit an all-time high of $21 billion by the year 2021.
Most shipping companies are going for LNG as compared to conventional fuels based on oil for their ships. The lowered limit on air emissions, need for efficiency and increasing operational costs has pushed many shipping firms to look for better fuel for their maritime a ...
Hi friends, I hope you are fine and doing great. Previously I have written an article on embedded system programming that you can access here 8 things for learning Embedded System Programming. One of the important parts of an embedded system is a microcontroller, so choosing correct microcontroller for your embedded system is very necessary. Therefore, today I am going to tell you how you can select the best microcontroller for your application. In this article, I will be sharing all the details you need to know before finalizing your product.
So, if you are trying to choose the right Microcontroller for your project then you must be working on Embedded System Project, so you should read What is embedded Systems? and What is Embedded Computer. So, ...
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at How to use switch Statement in C# and its our 9th tutorial in C# series. In our previous tutorial, we have seen IF Loop in C# and this switch statement is also a loop but works slightly different than IF loop and it totally depends on your application, which one you want to use.
First we will have a look at How to use switch statement in C# and after that we will also study goto statement, because switch and goto statements are normally used together. So, let's get started with it:
How to use switch Statement in C#
Switch Statement is a loop in C# which takes a variable as a condition, and then creates its different cases and we can deal each case se ...
Hello friends,I hope you all are doing great and having fun with your lives. In today's tutorial, we are gonna have a look at Model Binding in ASP.NET MVC. It's our 13th tutorial in ASP.NET MVC series. Today, we are gonna discuss a new concept in ASP.NET MVC and it's more of a luxury as it automates the job and makes our work easy.
Suppose, in your application, you want to create a registration form and thus you need to pass this data from View to your model, so that it could be saved in your database. So, in order to bind this HTTP request data from View to Model, we use Model Binding. Let's have a look at Model Binding in ASP.NET MVC in detail:
Model Binding in ASP.NET MVC
Model Binding in ASP.NET MVC is used to bind the data sent by the HTTP ...
Hello everyone, today I am going to share Stepper Motor Control using PIC Microcontroller. We are all quite well aware of stepper motor but if you don't have much of the idea about this motor then you should give it a google search. :P Stepper motor is used in such projects where precise movement is required. Projects where we need to move the object at some particular angle. Stepper Motor works on electromagnetic phenomena. Electromagnets are present in the stepper motor and when we supply voltage across them, these electromagnets got polarized and produce a magnetic field and in order to depolarize them, what we need to do is simply depolarize these electromagnets. We all know that in motors, we have rotor and stater so in stepper motor these el ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to elaborate about the Introduction to LM324. It is an Operational Amplifier (Op-amp) consists of four channels. Its a low cost device having true differential inputs.For single supply applications LM 324 are superior to the other operational amplifiers. LM-324 is capable of operating at the minimum voltage up to 3V and at the high voltage levels up to 32V.
One of the major advantage of LM-324 is that common mode input range includes negative supply which eliminates the need of external biasing. Negative power supply voltage is also included in output voltage range. This device is lead (Pb) free, halogen free and RoHS compliant. It consists of four amplifier ...
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at How Does Bandwidth Affect Website Performance? Today we're going to discuss something that everyday users and new website owners sometimes find confusing i.e. bandwidth. How much bandwidth is enough, and what happens when you have too little. Is it possible to squeeze data through if it's insufficient? Can you get more?
Before we get into those questions, it helps to explain what bandwidth is and how it works.
What is Bandwidth?
Simply put, bandwidth is the maximum amount of data that can travel through your internet connection at any given time. For example, a standard gigabit Ethernet connection has a bandwidth of 1000 Mpbs (megabits per second), which mea ...
Hello friends, I hope you all are doing great. In today's lecture, we will have a look at the I2C Communication with STM32 Microcontroller board. I am going to use the Nucleo board for today's lecture. In the previous lecture, we have discussed STM32 Serial communication both in Interrupt Mode and polling Mode. Today, we will study another way of communication(i.e. I2C) with STM32. So, let's first have a look at what is I2C Communication:
What is I2C Communication?
I²C (Inter-Integrated Circuit) is a two-wire serial communication system used between integrated circuits. Like any serial protocol, one of its advantages is that of using only two lines that transmit or receive a sequence of bits, the limit is the communication speed which has been improved over the years.
The bus was conceive ...
Hello friends, i hope you all are fine and enjoying. Today i am going to share a new tutorial in which I am gonna explain What is 555 timer? We all know about 555 timer, which is an 8-pin IC (integrated circuit), most commonly used in electronic projects, built now a days. As you can see fron its name that it is a timer and designed to generate PWM.
In today's tutorial i am going to explain, what's hidden inside this 555 timer IC and what is 555 timer. A 555 timer is a much compatible electronic device and the biggest feature of this IC is that it able to work on both analogue and digital techniques. Now if we simply consider the output of the 555 timer then, at any particular time, this timer has only 1 definite state. Which means at any time, it ...