Hello Friends! Hope this finds you well. I welcome you on board. Thank you for clicking this read. In this post today, I’ll walk you through the Introduction to BD140.
BD140 is a medium power bipolar junction transistor that is mainly used for switching and amplification purpose. It belongs to the PNP transistor category and comes in the TO-126 package. It is made up of silicon material with collector current 1.5A which indicates it can support loads under 1.5A. The collector-base and collector-emitter terminal voltages are 80V and emitter-base voltage is 5V which is used to bias the transistor.
In this post, I’ll be detailing the complete introduction to BD140 covering pinout, working, absolute maximum ratings, physical dimensions, alternatives ...
Update: Here are the latest versions of this library: Arduino Mini Library for Proteus V3.0 and Arduino Mini Library for Proteus V2.0.
Hello everyone! Hope you’re well. I welcome you on board. In this post today, I’ll explain the Arduino Mini Library for Proteus. I’ve been creating and adding new libraries for the Proteus to help you better understand the working of Sensors and Arduino Boards. You can use these libraries in your Embedded projects. They are easy to understand and you can download and run these libraries yourself quite easily.Before I proceed further let’s get to know what’s Arduino Mini and how it’s different from other boards. Arduino board is an open-source platform carrying both a ready-made hardware kit and software IDE (Integrated Development Environment) that w ...
The Industry 4.0 market size will reach $267.01 billion by 2026. Industry 4.0 depends on the secure, fast, and cost-effective data transfer between IoT devices. IoTA is designed to ensure secure communication between two devices within the IoT(internet of things) framework. Let's have a detailed look at the role of IoTA in industrial IoT.
Understanding IoTA- how it's different from blockchain
The terms MIOTA and IoTA together make up the term IoTA. While MIOTA is a cryptocurrency, IoTA is a non-profit foundation. Since its inception in 2015, IoTA has formed joint ventures with firms like
Fujitsu
Samsung
Telekom
Volkswagen
IoTA is technically different from blockchain in terms of the underlying technology. IoTA works on a technology ca ...
Hello everyone, I hope you all are fine and having fun with your lives. In today's tutorial, I am gonna show you How to Enqueue Scripts Files in WordPress Plugin. It's the third tutorial in this series of WordPress Plugin Creation. In our previous tutorial, we have seen How to Add Basic Functions in WordPress Plugin, so now the next thing we need to add is our scripts .js files and style .css files.
As I told you in my previous tutorial that we can add these codes in a single file as well but it will make the file too heavy and complex. But if we divide our code in separate files then it will be quite easily to handle and debug in future. So, let's have a look at How to Enqueue Scripts Files in WordPress Plugin:
Enqueue Scripts Files in WordPress ...
Hi Guys! Hope you’re well today. I welcome you on board. In this post, I’ll walk you through Introduction to Workflow Automation.
Workflow automation is a critical part to run a successful business. It is used to improve the efficiency and productivity of the business to provide a better user experience, reduce errors and increase revenue. Workflow automation is the process of automating a set of repeatable tasks to achieve a certain goal within the software or app you use.
Confused?
Don’t be.
We’ll touch on this further in the article.
Curious to know more about workflow automation, its benefits, how to choose workflow automation software, and how it can help your business?
Keep reading.
Introduction to Workflow Automation
Before we get into th ...
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to Structure Your Essay like a Pro . You’ll find essays in all stages of life. From elementary school all the way to work, especially if you end up in the business world. Although in the latter it’s called a report, but what is an essay?
In a simple description, an essay is a piece of writing which puts across some information including the writer’s stand on the issue.
Writing an essay can be simple, but there’re those who struggle to put the words on paper despite a raging flow of thoughts. This is where great planning comes in, but even more important are the guiding steps listed in this article which will go a long way in improving your essay.
...
Hello everyone! I hope you all will be absolutely fine and having fun. In the tutorial Interfacing Temperature & Humidity Sensor with Arduino I will tell you that how can you interface temperature and humidity sensor named as DHT11 with Arduino and how can you observe the temperature and humidity level using this sensor. This sensor has usually three pins but some of its types has four pins but only the three pins are of importance for us e.g. VCC, GND and the third pin for reading the data from the sensor.
In the tutorial Interfacing Temperature & Humidity Sensor with Arduino, I will make a simple Arduino program which will estimate the level of temperature and humidity continuously and will display the value of both temperature and hum ...
This article is a review of Gtech’s AirRam Mk2, including new features, innovations, options, prices and Gtech voucher codes!
What is the Gtech AirRam Mk2?
The Gtech AirRam vacuum came into the market in 2012. At the time, there was nothing like it. The Daily Mail called it the Swiss Knife of vacuum cleaners. The cleaning appliance bore the physical profile of an upright cylinder vacuum cleaner. And yet, it was also cordless and very portable, like a stick vacuum. At that time, it sold at £149 and thanks to 10% off Gtech coupon it was considerably cheaper than Dyson’s equivalent.
Today, we have the Gtech AirRam Mk2, a profound improvement on its ground breaking Gtech AirRam sibling. Among the upgrades on this unit is a better bin, an improved sucti ...
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to Convert m File into p File in MATLAB. Now the question arises that why we need to do that? & the answer is if you want to protect your code and don't want anyone to access it then you need to your Convert m File into p File. P File is like an encrypted file which performs the same functionality as your original m file but no one can get the code out of it.
Like me explain it with an example, suppose you are some sort of developer and you have created some code for a company and now you want to protect your code and just send the company some sort of software. MATLAB has a function in which you convert your m-file into p-file and no one can open ...
Hello friends. In this lecture, we are going to have a look at the different kinds of MATLAB data types.
As we have already seen in previous lectures, MATLAB stands for MATrix LABoratory and allows us to store numbers in the form of matrices.
Elements of a matrix are entered row-wise, and consecutive row elements can be separated by a space or a comma, while the rows themselves are separated by semicolons. The entire matrix is supposed to be inside square brackets.
Note: round brackets are used for input of an argument to a function.
A = [1,2,3; 4,5,6; 7,8,9];
An individual element of a matrix can also be called using ‘indexing’ or ‘subscripting’. For example, A(1,2) refers to the element in the first row and second column.
A larger matrix can al ...