EN / USD
2077 Items
 Home
Blog
Working Principle of HVAC System
Working Principle of HVAC System, what is hvac system, hvac system working principle, how hvac system works
Hi readers! I hope you are doing well and want to learn something new. Have you ever asked why our homes feel warmer when it’s cold and cooler when it’s hot out? Welcome to learn some of the secrets of HVAC Systems. Today, we will learn about the HVAC System. Specific requirements of HVAC refer to all installations providing comfort as well as keeping a good air condition indoors for residential, commercial, and industrial buildings. It discusses the necessary components for comfortable air in your home: temperature, humidity, and cleanliness through heating, cooling, and fresh air. Most HVAC systems are based on thermodynamic principles and operate using the refrigeration cycle to transport heat through the phases of heat transfer by compressing, condensing, expanding, and evaporating re ...
Blog
Simple 4-Way Traffic Light Control using Arduino
4 way traffic light, Software to install, Project overview, Components needed, Component details, Arduino mega, Traffic lights, Proteus simulation of traffic lights, Arduino code, Void setup, Results/working, Signal 3 is ON and pedestrian 2 is ON, Yellow light showing transition, Signal 1 is ON while Pedestrian 4 is ON
Hello friends, I hope you’re all well and healthy. In today’s tutorial, we will be going through a simple, yet effective practice to design a 4-way traffic light simulation in Proteus software. This project is designed for undergrad engineering students with majors in electronics, electrical and mechatronics engineering. It is also useful for people that want to learn the basics of circuit design and Arduino programming. 4-Way Traffic Light Control using Arduino: Traffic lights are an integral part of the world’s transportation systems. Over the years a number of different algorithms regarding traffic lights have been developed. The algorithm being used at any place for the purpose of controlling traffic takes into account of various factors, such ...
Blog
THT vs SMT
Introduction, The differences between through hole technology and the surface mount technology, Definition, Component mounting, Methods of component mounting, Process of component mounting, Prevalence of use, Reworking and repairs, Soldering type, Area, Components type, Assembly density, Solder joint, Cost of production, Use
Hello everyone, I hope you all are doing great. Today, we are going to share the 9th chapter in the PCB learning series, where we will have a look at the difference between Through-hole and Surface-mount technology.In our previous lectures, we studied both THT and SMT methods separately and have seen that both are used for components mounting on the PCB board. So, today, we will have a look at the difference between the two techniques. So, let's get started without wasting any time. Through-Hole vs Surface-Mount Let us know have a look at these differences and get to know the way forward when it comes to the process of component selection whether SMT or DIP. Definition - THT vs SMT THT stands for through-hole technology. In Through-hole technology, components are mounted by ...
Blog
Introduction to Through Hole Technology(THT)
Introduction to the Surface Mount Technology of PCB Design, Overview, Definition, Process, Classifications of Through Hole Components, The radial leads components, The Axial leads Components, THT Components types, Single ended, Double ended, Pin grid arrays THTs, Applications of the THT, Advantages of using the THT method of PCB components Mounting, Disadvantages of the THT method of PCB components Mounting
Greetings and welcome to today’s lecture. It's our 7th tutorial in the PCB learning series. In our previous lectures, we have studied the two main types of PCB i.e. Single-sided and Double-sided PCB. Today is going to be a very interesting and interactive class about Through Hole Technology(THT), which is applied in the process of designing printed circuit boards.A PCB board has a properly designed circuit on it and it's composed of connecting traces/paths and various electronic components. The electronic components are mounted on the board in two different ways i.e. Through-hole and Surface-mount. We will cover Surface-mount in our next lecture and today, we will discuss how to mount components on PCB boards using though-hole technology.So, let's ...
Blog
ESP32 OTA (Over The Air) Programming
Over the air (OTA) programming, Applications of OTA, How does OTA work, Implementing OTA update feature using ESP32, Code description, Uploading new program into ESP32 module over the air, ESP32 OTA
Hello readers, hope you all are doing great. In this tutorial, we are going to discuss a mechanism that allows users to update the ESP32 with a new program wirelessly or over the air (without using a USB cable to upload a new program). Over-The-Air (OTA) programming Fig. 1 ESP32 OTA OTA programming is the mean by which a product manufacturer or product service provider can update the features or functionality of the device wirelessly or over the air, after the device has been deployed in the field where connecting a cable or uploading the code serially is difficult. One key advantage of OTA is that a single central node can send an update to multiple ESPs on the same network. The device must have a provisioning client capable of receivin ...
Blog
Accident Detection System using Arduino
Arduino accident detection, Software to install, Project overview, Component needed, Component details, Arduino UNO, GPS module, Accelerometer, GSM module, Bread boards, Proteus simulation for accident detection circuit, Circuit diagram and working, Arduino code for the accident detection, Void setup(), Void loop(), Results/working
Hello everyone, Welcome to our new project. Our new project plays a very important role in our daily life as it is directly connected to our lives. In this project, we are going to design an Accident Detection module. Accidents are the most common thing we hear about in the news, and in social media. Everyone here or there has seen accidents or has been with one. So when any such incidents happen, we inform respective stations or hospitals in that emergency situation. But what about the accidents that happen at night, or in places where there is very less crowd or you are alone. So, to address this issue and provide a potential solution for that, we are going to learn how to detect an accident automatically and inform nearby aid/help stations. We ...
Blog
Using DAC with STM32
Overview of DAC, DAC on STM32 platform, DAC in manually mode, Configuration of DAC in manual mode, Diving into the initialization code, Driving DAC to generate a reference voltage, Using DAC in data memory access (DMA) mode with a timer, Sinewave generation
A Digital to Analog Converter(DAC) performs the task of converting digital words of n bits into voltages whose amplitude will be proportional to the value of the code expressed by the words themselves. Since the input binary words represent a succession of finite codes, the voltage coming out of a DAC cannot be continuous over time but is made up of as many levels as the converted codes are. This means that the devices to which the analog signal produced by a DAC is sent must filter it with a low-pass characteristic (integrating action). The operating criterion of a DAC is simple: in fact, it is sufficient to have a succession of as many voltages as there are convertible codes, obtained for example by means of a weighted resistance network (i.e. t ...
Blog
How the Use of IoT Has Made Life a Lot Easier for Medical Professionals
How the Use of Sensors and Internet of Things Has Made Life a Lot Easier for Medical Professionals, Urgent Care and Walk-In Clinic Services, Remote Health Monitoring And Long Distance Check-Up, Machine Learning and AI-Driven Treatment Suggestions
IoT – the Internet of Things – has revolutionized the way we use and perceive technology over the last couple of decades. From introducing the world to smart homes and cars to envisioning a more efficient office and work environment, IoT has done it all. We have integrated IoT in our industrial, tech, and agricultural sectors, as well as our personal lives. However, one of the most fascinating ways IoT has influenced our current society is through its contribution to the health and medical sector. The healthcare sector managed to get the most out of the Internet of Things technology. Utilizing modern sensors to keep a close eye on their patients’ conditions, these IoT systems are making life easier for medical professionals. And while IoT systems ...
Blog
ESP32 Low Power Modes
Purpose of low power modes, Low power modes in ESP32, Active mode, Modem sleep mode, Light sleep mode, Deep sleep mode, Hibernation mode, Implementation of deep sleep mode and wakeup using capacitive touch sensitive pins, Arduino IDE code, Implementation of deep sleep mode and wakeup using interrupt method, Code description
Hello readers, hope you all are doing great. In this tutorial, we will discuss low power modes in ESP32, their purpose and their implementation to increase the battery life by reducing power consumption. Purpose of Low Power Modes Fig.1 Along with multiple wireless and processing features, ESP32 also provides us with a power-saving feature by offering sleep modes. When you are powering the ESP32 module from the live supply using an adaptor or a USB cable, there is nothing to worry about power consumption. But when you are using a battery, as a power source to ESP32, you need to manage the power consumption for longer battery life. Low Power Modes in ESP32 When ESP32 is in sleep mode, a small amount of power is required to maintain the state of ...
Blog
ESP32 PWM(Pulse Width Modulation) in Arduino IDE
ESP32 PWM, PWM ESP32, PWM in ESP32, What is pulse width modulation, Implementing PWM using ESP32, ESP32 Arduino code for controlling LED brightness using PWM, PWM specifications, PWM ESP32 motor control, ESP32 PWM led brightness control
Hello readers, I hope you all are doing great. Welcome to the 3rd Lecture of Section 2 in the ESP32 Programming Series. In this tutorial, we are going to discuss another important feature of ESP32 i.e. PWM(Pulse Width Modulation). Pulse Width Modulation is a technique to reduce the voltage by pulsating it. In today's lecture, we will first understand the basic concept of PWM, and after that will design two projects to fully grasp it. In the first project, we will control the brightness of an LED, while in the second one, we will control the speed of a DC Motor. Here's the video demonstration of PWM Control in ESP32: Before going forward, let's first have a look at the PWM working: What is Pulse Width Modulation? PWM is used to control the power delivered to the load by pul ...