Hello friends, I hope you all are doing great. In today's tutorial, we will have a detailed Introduction to Structures in C#. It's our 17th tutorial in C# series. Structures are quite similar to classes but have few differences as well, which we will discuss today.
We have discussed C# Classes in 13th lecture, so you must read it once as we will use that knowledge in today's lecture as well. So, let's get started with Introduction to Structures in C#:
Introduction to Structures in C#
Structure in C# is a value type data type, created by using keyword struct, and can have fields, methods, properties, operators etc. just as in C# Classes.
Main difference between C# Class & Structure is that C# Class is a Reference Type Date type while C# St ...
No.
Sending Email in Visual Studio 2010
Give Your Suggestions !!!
1.
Part 1
2.
Part 2
Hello friends, first of all I am really bad in designing stuff. Although I have tried to design the top image for this post but I know its not much cool well try to bear it .... :))
After the Microsoft Visual Studio 2010 - COM Port and Creating a Database in Microsoft Visual Studio 2010 tutorial, here's my next tutorial on VB.net. As the name suggests, this tutorial is about sending an Email through Visual Studio. Again I will use Microsoft Visual Studio 2010 and the language will be Visual Basic for this tutorial.
Usually Sending an Email through software seems quite a difficult task but in actual its really a very easy task. So at the end ...
Hello friends, hope you all are fine and enjoying. Yesterday I got a mail from a friend, and he requested me to explain a tutorial about Seven Segment Display. So today, I am going to share my new project tutorial which is Seven Segment Display using 555 Timer in Proteus ISIS. It is a very simple project to understand Modern Digital Electronics.
As you all know, now a days all the Digital Display’s uses Seven Segment Display. So first of all let’s have a little introduction about Seven Segment Display. How they are fabricated and how their LED’s glow in such a beautiful manner? Seven Segment Display (SSD) is the form of electronic device, used to display decimal numbers. Seven Segment Displays are commonly designed in Hexagonal shape but according ...
Hello friends, hope you all are fine and enjoying good health. In the previous posts, we have seen How to design a 5V DC power supply in Proteus ISIS and after that we have also discussed How to design a variable DC Power supply using LM317.So, now today we will check how to design a DC Motor Drive Circuit in Proteus ISIS. DC motor is present in Proteus and quite easy to use. First we will simple drive it by applying voltage on its both sides i.e. direct method and after that we will automate it and will drive the circuit using PIC Microcontroller. The microcontroller I am gonna use will be PIC16F877A and the compiler will be MikroC Pro For PIC.
This tutorial is not a correct method of driving any DC motor. In this tutorial, I am just givi ...
XBee modules have become a cornerstone for wireless communication in today's electronics and embedded systems projects. Whether you are building a home automation system, an industrial control network, or simple point-to-point communication between devices, XBee offers a reliable and easy-to-use solution. In this comprehensive introduction, we will explore what the XBee module is, how it works, its core features, and how you can integrate it into microcontroller-based projects.
In future tutorials, we’ll delve deeper into specific interfacing guides, including how to interface the XBee module with a computer and connecting XBee to an Arduino. While Arduino will be our primary focus due to its popularity and accessibility, you can also connect XBee modules to other microcontrollers such as ...
Hello everyone! I hope you all will be absolutely fine and having fun. I am going to give you a detailed Introduction to CD4051 today. CD 4051 is an analog multiplexer and demultiplexer. It has very low OFF leakage current and low ON impedance. Over full voltage ranges, very low power is dissipated by CD-4051.
CD-4051 is an eight (8) channel multiplexer and has three control input named as A, B and C. These inputs connect only 1 out of 8 channels to the output in order to obtain the desired output. Channel I/O terminals became outputs and common O/I become input terminals when CD 4051 is used as a demultiplexer. CD-4051 has a lot of amazing features e.g. binary address decoding on chip, break before make switching eliminates channel overlapping, ...
Hello friends, hope you all are fine and having fun with your lives. In today's post, I am going to share How to do USB Communication between Android and Arduino. I have designed many projects before in which I have interfaced Android and Arduino and communicated between them but in those projects I have used either Wifi or Bluetooth as a mode for communication. But recently I got a project in which I have to do USB Communication between Android and Arduino, they have this restriction of using USB. So, I have to work on it and I got it working successfully. You should also have a look at How to Install Android Studio. and Getting Started with Android.
So, today I thought to share it with you guys. It isn't much difficult but will need a little pa ...
No.
Proteus Tutorials
Give Your Suggestions !!!
1.
Getting Started With Proteus
2.
Circuit Designing of LCD with PIC on Proteus ISIS
3.
Knowing Components Available in Proteus
4.
How To Use Virtual Terminal in Proteus ISIS
5.
How To Use Oscilloscope in Proteus ISIS
6.
DC Motor Drive Circuit in Proteus ISIS
7.
Stepper Motor Drive Circuit in Proteus ISIS
8.
Servo Motor Drive Circuit in Proteus ISIS
9.
Component Designing in Proteus ISIS
10.
PCB Designing in Proteus ARES
Hello friends, hope you all are fine and enjoying good health. In this tutorial, my actual plan was to cover the mostly used components in Proteus like to give users an overview of component selection as there are many components in Proteus whic ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge about how to convolve the signals using an amazing software tool, MATLAB. MATLAB is an efficient tool for signal processing. MATLAB basically works on matrices. First of all I would like to tell you a bit about the convolution. In engineering terms, convolution describes the output of the Linear Time Invariant (LTI) systems.
Convolution is basically an integral which tells us about the overlapping of one function as it is shifted over another function. Convolution and cross correlation are similar. It has a wide range of applications e.g. computer vision, probability, statistics, engineering, differential equations, signal processing etc. ...
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share a tutorial on DC Motor Speed Control using Arduino in Proteus ISIS. In my previous post, we have seen How to design a DC Motor Direction Control Project using Arduino in Proteus ISIS and if you haven't checked it out then I would recommend you to have a look at it first. Because, in today's tutorial, I am gonna extend that tutorial and will add the DC Motor Speed Control in it. So, today, we will control both the direction as well as speed of the DC Motor. Moreover, you should also have a look at How to use Arduino PWM Pins if you are not much familiar with PWM control.
In the previous tutorial, we have seen How to control the direction of a DC Motor, w ...