EN / USD
2096 Items
 Home
Blog
Introduction to 2sc4617
Hey Fellas! Hope you are doing great. I am here to give you the daily dose of information relating to engineering and technology. Today, I am going to give you the details on the Introduction to 2sc4617. It is an NPN (negative-positive-negative) transistor which is used for general purpose amplification. This component comes in SC-75/SOT-416 sealed package which is mostly used for low power applications. I am going to explain the brief overview of 2sc4617. Let's get started. Introduction to 2sc4617 2sc4617 is a three terminal NPN silicon transistor which consists of two N doped layers which cover one P doped layer. It is a bipolar transistor which is usually used for amplification purpose. Small amount of base current is used to handle the la ...
Blog
ESP32 DHT11 Interfacing with ThingSpeak WebServer
Interfacing DHT11 with ESP32, dht11 and esp32, esp32 dht11, dht11 esp32, uploading sensor on Web Server esp32, esp32 sensors dht11
ESP32 module comes with multiple inbuilt features and peripheral interfacing capability is one of those features. ESP32 module also consists of an inbuilt temperature sensor, but that can only measure the temperature of the ESP32 core not the temperature of the surrounding environment. So it is required to use a peripheral sensor to measure the temperature of the surrounding environment like home, garden, office etc. Hello readers. I hope you all are doing great. In this tutorial, we will learn how to interface DHT11 (temperature and humidity sensor) with the ESP32. Later in this tutorial, we will discuss how to share the sensor readings obtained from the DHT11 sensor to a web server. Before moving towards the interfacing and programming part, let’s have a short introduction to the DHT11 ...
Blog
Floating-Point and Integer Numbers in Python
Floating-Point in python, Integer Numbers in python, data types in python, python data types, mathematical expression python, python mathematical operations, math operations in python
Welcome to chapter 6 of our python course. Previously, we introduced integers and saw how they may be combined with strings and stored in variables. Today, we'll take a closer look at the python number types and how they're stored in variables to see what actions are possible. What you'll learn in this tutorial is how to: Add, subtract, multiply, and divide numbers. Work with modular. Use exponents. Use expressions. Use a predetermined number of decimal places to round numbers Use strings to format and show numeric data. With this in mind, let`s start. How are integers created? Integers can be created by simply inputting a number. For example, the tutorial variable is assigned the integer 6 in the following way: >>>Tutori ...
Blog
AWG to mm²: Why Accurate Wire Gauge Conversion Matters in Electrical Projects?
awg to mm2
A common requirement for technical professionals working on electrical projects is to understand wire sizing, including the differences that can apply to how this aspect is handled around the world. One conversion that frequently needs to be made for electrical projects is from American Wire Gauge (AWG) to square millimeters (mm2). The latter is a measurement of the actual physical area of the wire’s cross-section, known as the cross-sectional area (CSA). The Background of AWG Conversions to Square Millimeters The fact that wiring systems vary internationally – AWG being commonly used in North America, while many international codes stipulate that conductor sizes be specified in mm2 – means that if you are responsible for this aspect of a project, you will need to be vigilant in your ...
Blog
Python Syntax Errors Continuation
Python Syntax Errors, Zero Division Errors in python, syntax errors python, syntax error in python, updating python software
Welcome to chapter 9 of our python tutorial. In the previous chapter, we looked at frequent examples of invalid Python syntax and learned how to fix them. Up to this point, you are well aware of errors that may occur in your Python program and how you can solve them easily and quickly. Therefore, in this tutorial, we will look at a few more causes of syntax errors and zero-error divisions. Mistaking Dictionary Syntax As you learned before, omitting the comma from a dictionary element can result in a syntax error. In Python dictionaries, the equals symbol (=) is used instead of a colon to separate key and value pairs. This error message is once again useless. In this case, the repeated line and caret come ...
Blog
Introduction to A4988
introduction to A4988, a4988 working, a4988 pinout, a4988 features, a4988 applications
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at detailed Introduction to A4988. The A4988 is a micro-striding driver for governing the stepper motors, it is incorporated with the interpreter (translator) for the tranquil process. By this controller stepper motor can control by 2 pinouts, one pin is to regulate the direction of motor revolutions and other is for steps regulation of motor. It works on 3 to 5.5V and it consumes per phase two amperes current in presence of the proper cooling environment. It consists of an immovable off-time current controller which has the capacity to works in sluggish or assorted falling-off styles. In today's post, we will have a look at its cascading, pinout, sorts, uses, etc. I will also share some li ...
Blog
Common Emitter BJT Amplifier in Proteus
Circuit of BJT amplifier, common Emitter bjt amplifier, Proteus circuit for BJT amplifier
Hi Learners, I hope you are doing good. This lesson is about implementation of one of the types of  Amplifiers i.e, Common Emitter BJT Amplifier. But, prior to this, we'll revise some basic concepts so that it will be easy for you to understand the roots of the Experiment. We'll talk about: What are Common Emitter Bi-Junction Transistors. Concepts of Common Emitter Bi-Junction Transistors. Implementation of Common Emitter BJT Amplifiers in Proteus ISIS. Why we use Common Emitter BJT in Amplifiers. What are Common Emitter Bi-Junction Transistors There are three types of Configurations of a transistor named: Common Emitter Configuration Common Base Configuration Common Collector Configuration We chose the Common Emitter Configurati ...
Blog
Laser Drilling vs Mechanical Drilling in PCB Manufacturing
Laser Drilling vs Mechanical Drilling, Laser Drilling vs Mechanical Drilling in PCB Manufacturing, laser drilling, mechanical drilling
The printed circuit board (PCB) is the backbone of electronic circuits, and for complex circuits, multi-layer PCBs are utilized to enhance productivity. PCB drilling is a crucial process, especially in multilayer PCB production, and involves precise via creation through laminate material. We know that vias are important conduits that bridge the gaps between multiple layers of PCBs. These are considered the conductive connections in a PCB, especially if it has multiple layers. Without vias, the multilayer PCBs have limited design flexibility and are impractical. In PCB manufacturing, there are multiple drilling types, but today I am going to discuss the comparison between the two most important methods, i.e. mechanical drilling and laser drilling.The appropriate drilling technique selection ...
Blog
Deep Residual Learning for Image Recognition
Deep Residual Learning for Image Recognition, Deep Residual Learning, Deep Residual Learning working, Deep Residual Learning applications
Hey readers! Welcome to the next lecture on neural networks. We are learning about modern neural networks, and today we will see the details of residual networks. Deep learning has provided us with remarkable achievements in recent years, and residual learning is one such output. This neural network has revolutionized the design and training process of the deep neural network for image recognition. This is the reason why we will discuss the introduction and all the content regarding the changes these network has made in the field of computer vision.In this article, we will discuss the basic introduction of residual networks. We will see the concept of residual function and understand the need for this network with the help of its background. After that, we will see the types of skip connec ...
Blog
Arduino Lilypad Simulation in Proteus
Arduino Lilypad Simulation in Proteus, Arduino Lilypad Project in Proteus, Arduino Lilypad in Proteus, Arduino Lilypad Proteus design,Arduino lilypad with proteus
Yesterday, I have posted a new Arduino Lilypad / Nano Library for Proteus in which we have seen how to add that library into Proteus so that you could be able to use these boards in Proteus. That was quite easy. Today I am gonna post a small project in which we will see how to use that library and produce an Arduino Lilypad simulation in Proteus. In this Arduino Lilypad simulation in Proteus, I am gonna use obviously he Arduino Lilypad board along with few LED lightsand will make them blink. Its also quite easy and you can also download the simulation and the hex file at the end of this project but I would suggest you to do it yourself so that you learn something out of it. Before starting this project, you must have first integrated the Arduino L ...