EN / USD
2068 Items
 Home
Blog
Basics of Inverters With Topology
No. Proteus Tutorials Give Your Suggestions !!! 1. Basics of Inverter With Topology 2. Major Components of Inverters 3. Pure Sine Wave Inverter Design With Code 4. Modified Sine Wave Design With Code Hello friends, hope you all are fine and enjoying good health. I have recently posted a project of my friend named as Design & Development of Hybrid Renewable Energy System, which is a pure electrical project.After that project, I thought of sharing some common electrical modules. So first of all, I am gonna explain all about inverters. I have divided this tutorial into four parts which are shown in the table. This is a step by step guide to design and build an inverter and I hope at the end of this tutorial you guys wil ...
Blog
Relay Interfacing With Microcontroller using ULN2003A
Hello friends, I hope you all are doing great. In today's tutorial, I am going to explain the Relay Interfacing with Microcontroller using ULN2003A. In the previous lecture, we have discussed the detailed Introduction to Relay along with its working. Now we are going to practically interface the relay with a microcontroller to design an automatic switch. Relay is a key component in almost every electronic circuit. It can be used as a switch and can also be used as a voltage regulator.The microcontroller I am going to use here is PIC18F4552 but you can use any other Microcontroller. You just need to change the syntax of coding but the logic will remain the same. Here, I am using ULN2003A to control the relay and from this relay, we can control anything.So, let's get started: Relay Inte ...
Blog
Introduction to Relay
Introduction to relay, relay introduction, basics of relay, how to use relay, relay basic use, types of relay, working principle of relay, introduction on relay, relay, relay pinout
Hello everyone! I hope you will be fine and having fun. Today, I am going to give a detailed Introduction to Relay. In this tutorial, we will learn the basics of relays, the working principle of relays, the types of relays and their applications in detail. A relay is a simple automatic switch that opens and closes the circuit(either electronically or mechanically) based on its input signal. A relay is an electromechanical switch that uses electromagnetism from a small current or voltage to switch higher current or voltage for different appliances. When a relay is in a Normally Open (NO) state, no current passes through it and when the relay is energized, the current starts to flow and we can say the relay is in a Normally Closed state. You should also have a look at Relay Interfacing with ...
Blog
How to use Serial Port in VB 2010
How to use Serial Port in VB 2010, serial port in vb, serial port vb 2010
Update: Few bugs were reported by some readers, which I have corrected and updated the code. Now, its fully tested and 100% working. Hello friends, hope you all are enjoying the start of winter season. By the way, I really hate winter season and I just want to hibernate in this season . :) Well coming to our today's lecture, my today tutorial, serial port in VB 2010, is actually based on a request made by one of the member on my Facebook Page and as it is a really good topic so i thought to share it. Today we will make a software on Microsoft Visual Basic 2010 in which we will send data through the serial port in VB 2010. In this software we will send the data and also receive it. Simply follow all the given steps carefully and you can easi ...
Blog
LED Blinking Project using PIC16F877a
LED Blinking Project using PIC16F877a, led blink with pic, pic led, led pic, pic led blinking
Hello friends , I hope you all are fine and enjoying good health. In today's tutorial, I am going to design an LED Blinking Project using PIC16F877a. In the previous chapters, we have seen all the basics of PIC Microcontroller and now we are ready to design our first project on PIC Microcontroller. Its a very simple project so the programming level is very basic. We will just add some LEDs on all pins of PortB of PIC16F877a and then we will program it in such a way that these LEDs will blink in different pattern, we can also change the speed of blinking by adding a delay. I will explain the whole code but if you got any problem may ask in comments.I will recommend you guys to do this project, I know a beginner can't make this project work in firs ...
Blog
XBee Arduino Interfacing
LED Blinking Project using PIC16F877a, led blink with pic, pic led, led pic, pic led blinking
Hello friends , I hope you all are fine and having fun with your lives. Today, I am going to share a new project which is XBee Arduino Interfacing. In my previous tutorials in the XBee series, we have had first Introduction to XBee Module and after that we have also discussed How to Interface XBee Module with Computer. Now we are all well aware of XBee Module and can easily do the XBee Arduino Interfacing. We have seen in the previous tutorial that XBee Module works on Serial protocol so we have to use the Serial Pins of Arduino UNO board. If you want to use any other microcontroller then you can its not a big issue, just see the way how the programming goes and convert it to the language of your microcontroller i.e. PIC Microcontrollers or 805 ...
Blog
Interfacing of XBee with Computer
interfacing of xbee module with computer, how to connect xbee with coputer, how to do addressing of xbee, XCtu with xbee
Hello friends, I hope you all are fine and having fun with your lives. In today's tutorial, I am going to show you the Interfacing of XBee with Computer. In the previous part of this tutorial, I have given the Introduction to XBee Module. Hope you guys have read it and if not then go visit it so that you may have some idea about XBee module. Now come to the second part about how to interface xbee with computer because its important as if you cant interface the xbee with computer then you cant interface it with any microcontroller and later I will tell you its interfacing with microcontroller. You should also check this XBee Library for Proteus which will help you to simulate XBee module in Proteus. We will cover arduino with more detail as its ...
Blog
Introduction to XBee Module
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 ...