Hi Guys! Hope you’re well today. Thank you for viewing this read. In this post today, I’ll walk you through the Arduino Mega 1280 Library for Proteus.
You may already be familiar with Arduino Boards, in case you don’t, they are the open-source easy to use hardware and software platform used in modern electronic projects. These boards receive inputs and convert them into outputs to activate motors, LEDs, electrical circuits, robots, and embedded systems.
They are mainly designed for newbies and non-tech geeks who hesitate to construct the electrical circuits from the get-go and hate diving into the nitty-gritty of architecting electrical wires accurately to fashion electrical circuits.
Arduino boards come with both ready-made electronic kit and ...
Hey Everyone! I hope you all are having fun and looking forward for happy weekend. I am here to give you a daily dose of sound knowledge so you can develop some skills in engineering field. Today, I am going to uncover the details on the Introduction to 2sa1215. It is bipolar silicon PNP (positive-negative-positive) transistor. It is made up of two layers of P doped material and one layer of N doped material. I'll give you the brief overview of this device, what it does and what are its major applications? Let's hop on the board and dive into the details of this PNP transistor.
Introduction to 2sa1215
2sa1215 is a bipolar PNP silicon transistor where one layer of N doped material lies between the two layers of P doped material.
The small cu ...
Do you care about SEO? Then you must protect your content from scrapping. You can lose the competitive advantage and revenues to content scraping. Google can penalize you if they detect that your content is plagiarized. You can incur losses in your website traffic up to 99%. Since content is the primary driver of traffic and sales, protecting it from scrapping and others increases your sales and boost your SEO. Content scraping is carried out by bots called scrappers controlled and commanded by a cybercriminal. Scrapper bots repurpose the scrapped content to malicious actions. These actions include copyright violation, duplicating the content to an attacker’s website, and stealing organic traffic. To understand how to protect yourself from scrappin ...
Hi Guys! I hope you all are doing great. In today's tutorial, we will have a look at What is a Microcontroller? We will also get an overview of Microcontroller Programming, Definition, Types, Examples etc. Microcontroller bought a revolution in modern electronics. Normally, C and assembly languages are used to program microcontroller (we will discuss in detail shortly).
Microcontroller is like a tiny computer which follows the instructions defined in its programming. I'll try to cover each and every aspect related to microcontroller. So, let's first answer this question: What is a Microcontroller?
What is a Microcontroller?
Microcontroller is considered as the backbone of Embedded Systems(please read it once, before moving forward) & it's mos ...
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to give you detailed discussion on Introduction to LM2904. LM 2904 consists of two builtin amplifiers. These amplifiers have high gain and they are internally frequency compensated. These amplifiers are designed for the operation from a single power supply for a large range of voltages. We can also operate them from multiply power supplies as well.
LM-2904 operates on 3.3V power supply, it is the most common power supply in digital systems. LM 2904 is also available in small sizes i.e. they are available in the latest technology DSBGA. LM-2904 has a lot unique features in comparison to the other standard amplifiers. These features include large DC voltage ga ...
To become familiar with the world of microcontrollers it is necessary to have a development board (also known as a kit), which generally allows you to start working on it easily. Fortunately, the ST provides a wide portfolio of development boards. In this guide, we will describe and use the Nucleo board.
The Nucleo has been introduced a few years ago and its line is divided into three main groups:
Nucleo-32;
Nucleo-64;
Nucleo-144.
Nucleo-32 Development Board
The number of pins available, so the package, gives the name to the board: Nucleo-32 uses an LQFP-32 package; Nucleo-64 and LQFP-64; Nucleo-144 an LQFP-144. The Nucleo-64 was the first line introduced and counts 16 different boards.
The Nucleo boards have interesting advantages compa ...
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share a new project which is Motion Detection in MATLAB. In this project, I am gonna detect the motion in MATLAB. This project was designed for security purposes and the condition was to use MATLAB instead of PIR Sensor. We all know that PIR sensor is used for motion detection but for that we have to design a hardware but using this software we can easily detect any motion using MATLAB.
In this project, I have used the webcam and then applied a simple image processing algorithm, designed in MATLAB. Using this algorithm I have detected the motion in the environment. That's a quite simple project and you are gonna like this one. The code and complete simulation ...
PWM stands for Pulse-Width Modulation. Once the switching frequency (fsw) has been chosen, the ratio between the switch-on time (TON) and the switch-off time (TOFF) is varied. This is commonly called duty-cycle (D). The duty cycle can be between 0 and 1 and is generally expressed as a percentage (%).
D = TON / (TON + TOFF) = TON x fsw
The variation of the pulse width, made at a high frequency (kHz), is perceived as continuous and can be translated into a variation of the rotation speed of a motor, dimming a LED, driving an encoder, driving power conversion, and etc. The use of PWM is also widely used in the automotive sector in electronic control units (ECU - Electronic Control Unit) to manage the energy to be supplied to some actuators, both fix ...
Hello friends, hope you all are fine and having fun with your lives. Today, I am going to share a new project named LPG Gas Leak Detector using Arduino in Proteus ISIS. Before reading this tutorial, you must first download the Gas Sensor Library for Proteus because we are gonna use that Library and will simulate the Gas Sensor in Proteus.
In this library you will find eight sensors and all of them works exactly the same so that's why we are gonna use one of them. For LPG Gas Leak Detector Project I have used MQ-2 sensor which is used for detection of LPG gas. I have also used Arduino UNO board which you can simulate in Proteus using Arduino Library for Proteus. Moreover, I have also placed an LCD which will display either LPG gas Leak Detected or ...
Engineering has a lot of subfields that offer students the possibility to broaden their potential career paths. One of these subfields is represented by biomedical engineering, which combines more than just one discipline. If traditional engineering is focused on mathematics and other applied sciences, biomedical engineering also includes fields such as biology and chemistry. Biomedical engineering, shortened BME, is a multidisciplinary field that combines various fields, namely medicine (diagnosis, monitoring, therapy) and engineering (solving skills).
BME has other subfields as well, depending on the branch that is selected by the engineer. For instance, one can specialize in biomedical optics, tissue or genetic engineering, pharmaceutical engin ...