EN / USD
634 Items
 Home
Blog
Current Sensor Library for Proteus
Hi Friends! Hope you’re well today. Today, I am going to share the Proteus Library of Current Sensor WCS1600. This sensor is not available in the Proteus Components Library and we’re sharing it for the first time. The Current Sensor WCS1600 is used to measure the current flowing through the circuit and is used in embedded systems and robotics projects. If you are new to this sensor, you must first design its simulation before playing with the hardware.  Before we move further, let’s have a brief overview of WCS1600 Current Sensor:What is WCS1600 Current Sensor? WCS1600 comes with a drift linear hall sensor IC which gives precise and accurate values. The hall sensor IC is 9.0 mm in diameter through the hole and is incorporated with a temperature compensation circuit. To measure the p ...
Blog
Introduction to ATmega8
introduction to ATmega8, ATmega8 features, ATmega8 pinout, ATmega8 block diagram, ATmega8 applications
Hi Friends! Hope you are doing well. I am back to give you a daily dose of useful information so you can excel and improve as per your technical needs and requirements. Today, I'll uncover the details on the Introduction to ATmega8. It is an 8-bit AVR microcontroller that is based on RISC CMOS technology and comes with a 28-pin interface for the PDIP package. The Program memory is 8K Flash while RAM and EEPROM are 1K and 512 bytes respectively. Microchip has been the main source for producing PIC and AVR microcontrollers that are mainly used in embedded and industrial automation systems. These modules can perform a number of functions on a tiny chip, preventing you from spending too much and purchasing external components for laying out automation ...
Blog
Introduction of MLX90614
introduction to mlx90614, mlx90614 working, mlx90614 pinout, mlx90614 features, mlx90614 applications
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at detailed Introduction to MLX90614. MLX90614 is a temperature measurement device works on infrared radiations. It is the best choice for such applications where we can not easily reach to measure temperature because it provides non-contact measurement of temperature. It has Infra Red radiation receptive thermopile and ASSP (Acoustics Speech and Signal Processing) on same TO-39 cascading. This temperature measuring device is surfaced with the digital Pulse width Modulation and System Managing Bus. It is used in different industries to measure and control the temperature of moving components of machines and it also used to remove the fog on the window of vehicles. In today's post, we will have a ...
Blog
Introduction to LCD 16x2
Registers of LCD, Features of 16×2 LCD Module, Command codes for 16×2 LCD Module, Pinout of 16×2 LCD Module, Introduction to 16×2 LCD Module
Hello friends, I hope you all are doing great. In today’s tutorial, we will have a look at Introduction to 16x2 LCD Module. LCD stands for liquid crystal display it is mostly used in different electronic projects and devices to display different values. LCD uses liquid crystals for the generation of visible images. 16 x 2 liquid crystal display is a basic LCD module used in DIY electronic projects and circuits. In this LCD module, there are two rows every row consists of sixteen numbers. With the two rows in this module, there are sixteen columns. The VA dimensions of these modules are (66 x 16) millimeters and the thickness is 13.2 millimeters. Its operating voltage is plus five or plus three volts. In today's post, we will have a look at working, applications, circuits,  features, adv ...
Blog
Introduction to 4n25
introduction to 4n25, intro to 4n25, basics of 4n25, working of 4n25, principle of 4n25
Hey Fellas! We always strive to give you useful information that resonates with your needs and requirements. Today, I'm going to unlock the details on the Introduction to 4n25. It is a standard single channel 6 pin optocoupler that contains silicon NPN phototransistor and gallium arsenide infrared LED. It is widely used in motor drive and control, communication and networking, and power management. I'll try to cover every aspect related to this optocoupler so you don't need to go anywhere else and find all information in one place. Let's dive in and explore what it does and what are its main features. Introduction to 4n25 4n25 is a standard single channel 6 pin industry standard phototransistor coupler that contains silicon NPN phototransistor ...
Blog
Create Webserver with ESP8266 using SPIFFS
ESP8266 Web Server using SPIFFS, SPIFFS (SPI Flash File System), ESP8266 flash memory, ESP8266 spiffs, ESP8266 spiffs file, create web server with esp8266 using spiffs
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at How to Create Web Server with ESP8266 using SPIFFS. We've already seen how to create a web server and how to provide an HTML page on our ESP8266. We use the PROGMEM command to store an HTML code in FLASH memory. For a simple page, this works fine, but what if we have a more complex webpage? With a better style? What if we want to include images? Today we will learn how to use SPIFFS with ESP8266 to store files (regardless of type) in FLASH memory. What is SPIFFS? SPIFFS (SPI Flash File System) is a system designed for managing SPI flash memory in embedded devices. Its main goal is to use minimal RAM to access files. It's very useful when using pen drives ...
Blog
Interfacing of Keypad with 8051 Microcontroller in Proteus
keypad with 8051,keypad lcd 8051, display keypad on lcd with 8051,keypad lcd 8051, keypad values on lcd 8051 microcontroller, keypad on lcd 8051
Hello friends, in today's post we are gonna have a look at Interfacing of Keypad with 8051 Microcontroller in Proteus ISIS. In the previous project, we have seen the Interfacing of LCD with 8051 Microcontroller and I have told there that LCD is a great debugging tool as we can print our data on it and can display different values and that's what is gonna done in today's post. Today, I will get the values from keypad and then question is how to know that we are getting the correct values. So in order to do so, we will display these values over LCD. So, that's how we are gonna use LCD as a debugging tool. As the debugging is concerned, there's another great tool for debugging which is called Serial port, we can also display these values over to Seri ...
Blog
Introduction to 2n5551
introduction to 2n5551, intro to 2n5551, working of 2n5551, applications of 2n5551, basics of 2n5551
Hi Fellas! I hope you all are doing great and having fun with your lives. We always strive to give you quality work that resonates with your needs and allows you to come back again and again. I am back to give you a daily dose of useful information so you can excel and grow in your relevant field. Today, I am going to discuss the details on the Introduction to 2n5551. It is an NPN (negative-positive-negative) bipolar junction transistor BJT which is mainly designed for gas discharge display drivers and general purpose amplification. I'll try to cover each and every aspect related to this transistor so you don't need to go anywhere and you find all information in one place. You can also have a look at Introduction to 2n5401 which is a complementary ...
Blog
How to use digitalWrite Arduino Command
how to use digitalWrite in Arduino, working of digitalWrite in Arduino
Hey Friends! Hope you are doing well. Today, I'll discuss the details on How to use digitalWrite Arduino Command. The digitalWrite command in Arduino is used for writing the status of the digital Pin. The Pin assigned to this command must be an OUTPUT pin so that it can transfer data to other components like LEDs, motors, and actuators and use them as per your needs and requirements. Arduino boards have always been a great choice for both experts and newbies, as they come with built-in peripheral functions, and no need of external components is required to drive automation and develop some basic functions on the relevant project. Basic Arduino Software is used as a compiler and no separate burner is required to burn the required code into the boa ...
Blog
Introduction to 2n4402
Introduction to 2n4402, intro to 2n4402, basics of 2n4402, priciple of 2n4402
Hey guys! I aspire you a prosperous life filled with joy and happiness. Today, I am going to uncover the details on the Introduction to 2n4402. It is basically a PNP (Positive-Negative-Positive) silicon transistor where N doped layer lies between the two P doped layer. It consists of three terminals i.e. emitter, base, collector. Here N represents the base of the transistor and two P layers represents the emitter and collector respectively. I'm going to cover all aspects related to this transistor. Let's hop on the board and dive in the details of this silicon transistor. Introduction to 2n4402 2n4402 is a bipolar silicon transistor, where one layer of N doped semiconductor is sand-witched between the two layers of P doped semiconductor. It w ...