EN / USD
634 Items
 Home
Blog
RC Electronic Circuits Simulation in Proteus ISIS
electronic Circuits, electronic components, capacitor, resistor, RC circuits, RC Circuits in Proteus
Hello friends! Welcome to the Engineering components. Today, We are talking about the very common topic of electronic devices. In this tutorial, we'll pick very common components and learn about their role in circuits. If you are a beginner in the world of electronics, you must read this article till the end because we'll learn all the things from scratch till the completion of the circuit. In this article, you will learn: Introduction to electronic circuits Categories of electronic circuits. Introduction to Resistor and Capacitor. What are RC Circuits? Simulation of R Circuits in Proteus ISIS. Let's look at the description. Introduction to Electronic Circuits We come across many circuits in our daily lives, some of them are electrical circuits and some are electron ...
Blog
First Article Inspection: Everything You Need to Know
First Article Inspection, what is First Article Inspection, basics of First Article Inspection
What is a First Article Inspection? First article inspections, originally developed for the aerospace and defense industries, are now being used as best practices in other industries. They are an effective way to ensure that the manufacturing process produces an output that meets design specifications. First article inspection helps reduce production delays and waste. First article inspection is an integral part of the AS9145 process. It is also part of the APQP/PPAP (Advance Product Quality Planning/Production Planning and Control) approval process. The first article inspection report summarizes the design and manufacturing process of the part, including specification requirements, raw materials and associated sub-assemblies. First article inspections are performed to ensure that t ...
Blog
L298 Motor Driver Library for Proteus
L298 Motor Driver Library for Proteus, l298 motor driver, l298 motor driver in proteus, l298 proteus
Hello everyone, I hope you all are doing great. Today, I am going to share a new L298 Motor Driver Library for Proteus. It has never been designed before and we are proudly presenting it for the first time. I hope you guys are gonna like it. You should also have a look at DC Motor Speed Control using L298 in which I have used the same module in hardware design. But today we are gonna see it in action in Proteus Simulation and its quite exciting for me as well. :) If you don't know much about L298 then you should also have a look at Introduction to L298, in which I have discussed the basics of L298 module, it will be quite informative for you. If you got into any trouble regarding this L298 Motor Driver Library for Proteus, then you can ask in comm ...
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
Introduction to D882
introduction to d882, d882 pinout, d882 power ratings, d882 applications, d882 datasheet, d882, d882 equivalent, d882 working principle
Hi there! Hope this finds you well. I welcome you on board. Thanks for clicking this read. In this post today, I’ll be discussing the Introduction to D882 transistor. D882 is a general-purpose transistor mainly famous for its high performance. It falls under the category of NPN transistor and is an ideal pick for commercial, educational, and hobbyists’ electronic projects. It comes in TO-126 with collector current 3A, projecting it can drive loads under 3A. There are three pins incorporated on the transistor which are used for external connections. The collector-emitter and collector-base voltages are 30V and 40V respectively with emitter-base voltage 5V, indicating only 5V are required to bias the component. Read this post all the way through as ...
Blog
Introduction to BD138
Introduction to bd138, bd138 pinout, bd138 power ratings, bd138 applications
Hi Guys! Hope you’re well today. I welcome you on board. In this post today, I’ll detail the complete Introduction to BD138. BD138 is a PNP transistor that is incorporated in audio amplification and switching applications. It is composed of silicon material and comes in the TO-126 package. It contains three terminals, where small input current across one terminal is used to produce large output current across the remaining two terminals. The collector-base and collector-emitter voltages are 60V with emitter-base voltage 5V that illustrates the amount of voltage it requires to bias the transistor. In this post I’ll walk you through the Introduction to BD138 detailing pinout, working, physical dimensions, applications, power ratings, and alternati ...
Blog
Introduction to ULN2803
introduction to uln2803, uln2803 features, uln2803 pinout, uln2803 applications
Hey Guys! Hope you are doing well. I always take pleasure to keep you updated with valuable information related to information and technology. Today, I'll discuss the detailed Introduction to ULN2803 which is a relay driver that comes with a high-voltage and high-current Darlington transistor array. In order to obtain higher current capability, the Darlington pairs are connected in a parallel configuration. The component is incorporated with eight NPN Darlington pairs, featuring high-voltage outputs with common-cathode clamp diodes that are directly related to switching inductive loads. Each Darlington pair features a decent amount of collector-current rating i.e. around 500 mA. You must have a look at ULN2003 which is almost similar to this IC ...
Blog
Arduino Data Types
how to write arduino code, arduino code, arduino coding, arduino code writing
Hello everyone, I hope you all are fine and having fun with your lives. In today's post, I am going to share all about Arduino Data Types. Arduino Data Types play an important role in Arduino Programming and I have discussed them a little in my tutorial on How to do Arduino Programming. But today, we are gonna discuss it in more detail. I hope you guys are gonna enjoy from them and are gonna get benefit using them. Before going any further I think you must have a llok at Arduino Basic Tutorials in which I have explained everything in a very easy way. Anyways, Till now I hopeo that you have the basic know how of Arduino Programming and you ahave also worked on Arduino LED Example. So, let's get started with Arduino Data Types: What are Data Types ...
Blog
Introduction to Arduino Duemilanove
Introduction to Arduino duemilanove, Arduino duemilanove features, Arduino duemilanove pinout, Arduino duemilanove pin description, applications
Hey Fellas! Hope you are doing well. I feel pleasure to have you on this platform. Today, I'll discuss the detailed Introduction to Arduino Duemilanove which is a Microcontroller Board, introduced by Arduino.cc and is based on ATmega168 or ATmega328. It comes with 14 pins that can be used both ways: Input or Output. Duemilanove means "2009" in Italian. Arduino boards have always been a good pick for hobbyists and students who intend to design projects that are mainly related to embedded system and automation. These boards are similar to microcontrollers, with little advantage over them as they come with some built-in peripheral features, setting you free from buying external components to employ automation in your project. If we focus on Arduino ...
Blog
ESP8266 – Serial Communication
ESP8266 Serial Communication, ESP8266 Applications, Arduino IDE , Communicating with computers, Communicating with microcontrollers, Communicating with industrial machines, Serial Monitor, Controlling and monitoring an LED
Today we will talk about an extremely powerful tool in the use of microcontrollers. The Serial communication, specifically the USART (Universal Synchronous Asynchronous Receiver Transmitter) standard. The system works using two wires. RX (Receiver) and TX (Transmitter), connecting two devices. The RX of one is connected to the TX of the other. If the choice is for a synchronous connection, it may be necessary to add one or two more pins to operate as a “traffic light”. But most current microcontrollers can operate asynchronously, which saves us the expense of pins. Data is sent, as the name implies, in a series of bits. ESP8266 provides us with two ports, one of them converted to USB in the NodeMCU module. Applications The range of uses of se ...