EN / USD
2068 Items
 Home
Blog
Introduction to 2SD882
Introduction to 2sd882, 2sd882 pinout, 2sd882 power ratings, 2sd882 applications
Hi Fellas! Hope you’re doing well today. I welcome you on board. In this post today, I’ll detail the Introduction to 2SD882. 2sd882 is an NPN bipolar junction transistor used for amplification and switching purposes. It is a semiconductor device composed of silicon material and comes in the TO-126 package. As this is a bipolar transistor, here conductivity is carried out by two charge carriers i.e. electrons and holes where electrons are major charge carriers and holes are minority carriers. During the amplification application, the small input current across one pair of terminals is used to produce a large output current across other pairs of terminals. In this post, I’ll walk you through the working principle, pinout, power ratings, alternat ...
Blog
How to use Variables in Python?
Variables in Python, How Variables Are Used in python, data types in python, python variables, how to store python variables, variables python, python variables, type casting python, python type casting
Welcome back! This is the fifth lesson in our Python programming course. In the last chapter, we discussed how string data types are used in Python. In this tutorial, we’re going to discuss variables in python and the rules for naming them in Python. In addition, you'll learn the fundamentals of working with numbers and strings. What are variables? All programming languages use variables as a fundamental building block of their language. It is the allocation of memory that is dedicated to data storage and manipulation. Variables are program elements that keep track of data. The following is an example of a variable. x = 100 It's called x in the diagram below, and it has a value of 100 in it. In this case, the variable name is x, and the data it c ...
Blog
Four floors Elevator using ladder logic programming
Figure 1: The Elevator project using PLC ladder logic programming, elevator system using plc, elevator system using ladder logic, elevator with plc, plc elevator
Hello, my friends and welcome back with one new tutorial of our ladder logic programming series. Today I am bringing one exciting project which you can see everywhere, in your home, work, and public places, which is an elevator. We will design a solution using plc ladder logic programming, which drives the elevator. Our elevator is composed of 4 floors and has all capabilities of large-scale elevators. So let’s get started and save time and jump into our tutorial. Elevator Project As you can see, Everyone figure 1 depicts the complete scene of the project and tells that the elevator we will manage has four floors to visit. On the first floor, there is only one outer request to call the car from any floor above, i.e. from floor 2, floor 3, or floor 4. While on the second floor, there are ...
Blog
Introduction to JFET
introduction to jfet, intro to jfet, basics of jfet, working of jfet
Hello Guys! I hope you are doing great and having fun. I am back to give you a daily dose of knowledge that will enhance your learning skills and put you ahead of others. Today, I am going to give you details on the Introduction to JFET. It is a Junction Field Effect Transistor that consists of three terminals named drain, source and gate. It comes in two configurations called the P-Type channel and the N-Type channel. I'll give you brief details on JFET and try to cover as many aspects as possible. Let's get started: Introduction to JFET JFET (Junction Field Effect Transistor) is a uni-polar voltage-controlled device that consists of three terminals called drain, source and gate. Unlike bipolar junction transistors which are bipolar current-controlled devices in which a small amo ...
Blog
How to order PCB for manufacturing from JLCPCB
How to order PCB manufacturing from JLCPCB: How to order PCB manufacturing from JLCPCB, PCB manufacturing JLCPCB, JLCPCB PCB order, how to order PCB in JLCPCB, JLCPCB ordering procedure, How to order PCB on JLCPCB
JLCPCB (JiaLiChuang Co. Limited) is a worldwide PCB & PCBA Fabrication enterprise. It is a leading company in high-tech manufacturing products specializing in PCB and PCBA production. With over a decade of experience in PCB manufacturing JLCPCB has made over a million customers through online ordering by the customers of PCB manufacturing and PCBA production. JLCPCB is a professional manufacturer of large-scale manufacturing of PCBs, well equipment, strict management, and superior quality. It deals with the production of all types of PCBs, Stencils, and SMT. In this article, we are going to discuss widely how the company operates its ordering system of the PCBs by their customers for production through the online booking process. JLCPCB SMT ...
Blog
Multi Color Detection in MATLAB
Multi Color Detection in MATLAB, how to detection multi color in MATLAB, MATLAB multi color detection, detect multi Color in MATLAB, MATLAB GUI to detect multi colors in MATLAB, Detection of multi colors using GUI in MATLAB
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to share my knowledge about Multi Color Detection in MATLAB. Color Detection scheme plays a vital role at some places. Like in Image processing technique the detection of specific color among the different colors is necessary to perform some action on it. For example there are three cars of the colors red, blue and green and we want to wash the red car. You should also have a look at Color Detection in Images using MATLAB because I am gonna use the same code and will add some improvements in it. Moreover, if you are working on Live Videos instead of Images then you should have a look at Color Detection in Live Video using MATLAB. For this purpose we need to ...
Blog
Applications and Features of Electric Linear Actuators
Applications and Features of Electric Linear Actuators
Hello friends, I hope you all are doing great. In today's tutorial, I am gonna share the basic Applications and Features of Electric Linear Actuators. Linear actuators are commonly used in all kinds of motion systems in order to change the rotational motion of a normal motor into motion in a straight line. These actuators are used in all kinds of equipment and technology, such as industrial machinery, disk drives, valves which need to open in specific ways, and so on. Linear actuators are now the first choice whenever someone needs their equipment to move in a linear fashion, and as we grow more familiar with them, the uses we put them to grow. Since actuators can be used for so many different industries and pieces of equipment, the features which ...
Blog
Pure Sine Wave Inverter Design With Code
Pure Sine wave inverter design, pure sine wave inverter with code, PIC based pure sine wave inverter
Hello guys, in the last post I have explained the Basics of Inverters along with its types and also the inverters topology in other words working of inverters, then we discussed the Major Components of Inverters. Now in this post I am gonna explain the pure sine wave inverter and how to create it. I have used AVR microcontroller int his project. The reason I am using random microcontrollers is that so you guys get a taste of each one. Before starting on sine wave inverter read this article again and again as I have also mentioned the problem i got while making it. You should also read the Modified Sine Wave Design with Code. I have divided this tutorial into four parts which are shown below. This is a step by step guide to design and build an in ...
Blog
What is an Embedded Computer ?
embedded computer, embedded pc,embedded circuit, embedded boards, embedded computers, what is embedded computer
Hello Friends, I hope you all are fine and doing great in your lives. In last article, we have seen What is an Embedded System? Today I am going to write about Embedded Computer. I will be going through the embedded computer definition and how they differ from our general-purpose computers. After that, we will have alook at the relation between control systems & embedded computers and different hardware platforms for embedded computers. Then I will throw some light on embedded computer as an emerging field. In the last section, I am going to tell you some basics of programming languages. I have also shared a tutorial on Real Life Examples of Embedded Systems so you should also have a look at this tutorial. Let’s first define an embedded comput ...
Blog
Setup your First Project in ASP.NET MVC
ASP.NET MVC 1 Setup your First Project, setup first project in asp, asp introduction, asp project basics
Hello friends, I hope you all are doing great. In today's tutorial, I am going to start this new series on ASP.NET MVC Framework. I am gonna start from basics and will slowly move towards professional projects. I will share all the codes during this series and if you got into any trouble then ask in comments and I will help you out. One of our Team Member has already designed videos on ASP.NET MVC and I will keep on embedding the respective videos throughout this tutorial series. In our first tutorial, we are gonna have a look at How to Setup your First Project in ASP.NET MVC Framework. So, let's get started with it: Setup your First Project I will use Microsoft Visual Studio 2015 and I hope that you have already installed it. If you are usin ...