EN / USD
634 Items
 Home
Blog
PIR Sensor Library for Proteus V3.0
pir sensor in proteus, pir simulation, pir sensor library, pir proteus library, simulate pir sensor
Hi learner! I hope you are doing great. Today, I am sharing version 3.0 of the PIR sensor library for Proteus. We have already shared V1.0 and V2.0 of the PIR Sensor Library. PIR Sensor V1.0 Library for Proteus adds a digital PIR Sensor in Proteus, while the PIR Sensor V2.0 Library adds an analog PIR Sensor to simulate. These libraries were loved by the users and this motivated us to work more on it. PIR V3.0 is analog in nature, has an error-free structure and the Pinout structure is better organized. Moreover, the design is improved a little bit and we have omitted the website link from the sensor to make it look professional. Same as the previous version, this PIR has four pins and the details of each of them will be discussed in detail later. Therefore, don’t worry if you have no expe ...
Blog
How To Use Virtual Terminal in Proteus ISIS
How to use Virtual Terminal in Proteus, virtual terminal in proteus, virtual terminal proteus, virtual terminal proteus isis
Hello everyone, I hope you all are doing great. In today's tutorial, we will have a look at How to use Virtual Terminal in Proteus ISIS. It's our 5th tutorial in Proteus Series. I will first explain what is virtual terminal and then we will have a look at its uses and performance in Proteus ISIS. Virtual Terminal is an important tool available in Proteus and it comes quite in handy while working on serial modules i.e. GSM, GPS, XBee etc. So, let's get started with Virtual Terminal in Proteus. What is Virtual Terminal ? Virtual Terminal is a tool in Proteus, which is used to view data coming from Serial Port (DB9) and also used to send the data to Serial Port. In windows XP, there's a built in tool named Hy ...
Blog
Traffic Light Circuit using 555 Timer in Proteus
Traffic Light project, traffic lights with 555 timer, 555 timer project, traffic lights with 4017 and 555 timer
Hey pals! Welcome to the board. We are talking about a fascinating experiment about The Engineering Projects. We all know about the Traffic Lights. But today, we'll see inside the Traffic Lights and find some interesting working of the circuit of Traffic Lights. Before this, just have a look at the topics of discussion: What is the Traffic Lights circuit with 555 Timer? What does the 555 timer do in Traffic Lights? What is the purpose of the 4017 IC Counter in the circuit? How does the circuit of Traffic Lights work with 555 Timer IC? How can we perform experiments with the circuit of 555 Timer Traffic Lights in Proteus ISIS? In addition, we'll see some important points about the topic in DID YOU KNOW sections. Traffic Lights circuit ...
Blog
Introduction to Arduino Uno WiFi Rev 2
Introduction to arduino wifi uno rev 2, arduino uno wifi rev 2 pinout, arduino uno wifi rev 2 ble features, arduino uno wifi rev 2 applications
Hello Everyone! Hope you’re well today. Happy to see you around. In this post today, I’ll walk you through the Introduction to Arduino Uno WiFi Rev 2. Arduino Uno WiFi Rev 2 is a microcontroller board based on ATmega4809 and carries an ECC608 crypto chip to ensure a secure and safe WiFi connection. The board contains 14 digital I/O pins, 5 PWM pins, 6 analog pins, one SPI protocol, one I2C, and one UART communication protocol. I suggest you read this entire post till the end as I’ll detail the complete Introduction to Arduino Uno WiFi Rev2 covering pinout, pin description, features, programming, and applications. Let’s jump right in. Introduction to Arduino Uno WiFi Rev 2 The Arduino Uno WiFi Rev 2 is a microcontroller board that is mainly ...
Blog
Introduction to TIP120
introduction to tip120, intro to tip120, basics of tip120, applications of tip120, tip120 pinout
Hi Friends! We welcome you on board. Electronic industry is already filled with a number of devices and components that help ease the daily life of a common man. However, there is always much room for innovation in the electronics industry when it comes to facilitating the customers. When there comes a requirement for switching and amplification, there is a need for transistors. Today, I am going to unlock the details on the Introduction to TIP120. This is an NPN Darlington transistor which is mainly used for general purpose amplification and medium power switching applications. It comes with a Darlington pair in which two transistors are connected in such a way, the current amplified by the one transistor is being amplified further by the other ...
Blog
WiFi Temperature Monitor with ESP8266 and DS18B20
WiFi Temperature Monitor with ESP8266 and DS18B20, Code for reading the DS18B20 sensor, Creation of the webpage, DS18B20, Finding the DS18B20 address, Sensor reading by Serial Monitor,
Hello friends, I hope you all are doing great. Today, we will create a wifi temperature monitoring system. For reading, we will use the DS18B20 sensor. For data processing and webpage creation, we will use our already known ESP8266. The project will be built as follows: Circuit assembly Code for reading the DS18B20 sensor (we will use Serial for tests). Creation of the webpage (we will use SPIFFS to store in FLASH). But first, let's know a little about the sensor and the communication model it uses. Materials For this project, we will need the following items: For this project, we will need the following items: 1 x ESP8266 1x DS18B20 Sensor 1x Breadboard 1x 4k7 Ohms resistor DS18B20 DS18B20 is a digital temperature sensor with good precision, good customization, pr ...
Blog
Introduction to LM318
Introduction to LM318, LM318 Pinout, LM318basics, basics of LM318, getting started with LM318, how to get start with LM318, how to use LM318, LM318 proteus, proteus LM318, LM318 proteus simulation
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to give a detailed discussion on Introduction to LM318. LM 318 is basically a high speed Operational Amplifier (Op-amp). It provides higher slew rates and wide range of bandwidth. LM-318 has processing speed 10 times higher than the common operational amplifier. It has unity gain frequency compensation. External components are not required for its operation. Feed forward compensation increases the slew rate up to 150 V/us for inverting applications. It also doubles the bandwidth as compared to the earlier. In LM 318, in order obtain the high stability level we overcompensation can be used with amplifier. LM 318 setting time can be reduced by adding an extern ...
Blog
Introduction to 2n3792
introduction to 2n3792, intro to 2n3792, basics of 2n3792, working of 2n3792, applications of 2n3792, pinout of 2n3792
Hey Guys! Hope you are doing great. Transistors are the fundamental parts of the recent electronic devices. They are available in two types i.e. NPN and PNP transistors. Based on the technical aspect and utilization, both types come with different benefits and advantages. Today, I am going to discuss the details on the Introduction to 2n3792. It is a PNP (positive-negative-positive) silicon bipolar power transistor mainly used for amplification and medium speed switching. It is manufactured using epitaxial planer process and comes in TO-3 casing. I'll cover each and everything related to this transistor so you don't need to go anywhere and find all information in one place. Let's explore what is this about, its main applications and everything yo ...
Blog
How to Reset Arduino Programmatically
arduino reset code,reset arduino with code, reset arduino with program
Hello friends, hope you all are fine and having fun with your lives. Today's post is about How to Reset Arduino Programmatically. Sounds a bit weird, yes it is :) but literally in some cases, this technique is the only choice you have. It recently happened to me in one of my projects, that's why I know How important it is. Before going into details, let's first have a look at the resetting feature of Arduino. If you have worked on any Arduino board, then you must have noticed the RESET pin in Arduino and you may wonder what's the use of this pin. So, today this pin is gonna get useful. Moreover, you have also noticed that when you upload the code to your Arduino board then the Arduino resets, another way of resetting Arduino is by opening the Seri ...
Blog
Multiple LED Flasher Project using 555 Timer in Proteus ISIS
LED Flashing with 555timer, LED flashing in proteus, 555timer simulation in proteus,Proteus simulation of 555 timer
Hello friends, hope you all are enjoying and having fun. In today's tutorial, we are gonna see How to design a Multiple LED Flasher Project using 555 Timer in Proteus ISIS. In our previous tutorial we have seen How to design a LED Flasher Project with 555 Timer in Proteus ISIS, in which we have flashed single and double LEDs. In today's post, I am gonna extend that previous tutorial and will see How to flash multiple LEDs with 555 Timer in Proteus ISIS. Its quite a quick tutorial, as I don't have much material on it and its also quite simple so no much explanation is required. The complete project is given at the end for download but again as I always mention, try to design it by yourself, so that you get some knowledge out of it.This type of proj ...