The Engineering Projects
A lot of Engineering projects and tutorials for the students to help them in their final year projects and semester projects.
Pricing
1942 Items

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 Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP32Codings:Arduino CSoftwares:Arduino IDE 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 ...

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 Departments:Computer EngineeringComputer ScienceMicrocontrollers:STM32 NucleoCodings:CSoftwares:STM32 Cube IDE 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 ...

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, te ...

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 Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP32Codings:Arduino CSoftwares:Arduino IDE 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 reduci ...

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 Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP32Codings:Arduino CSoftwares:Arduino IDEHello 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 fea ...

The Complete Guide to Nearshoring 

Why nearshoring is becoming so popular, Why is nearshoring useful, What Countries Offer a Nearshore Workforce, What are the disadvantages of nearshoring The nearshoring phenomenon is a global economic trend that has been going on for decades. The phenomenon is defined as moving a company’s operations to a country that is in close proximity to the company’s home base. Nearshoring offers many benefits in terms of cost savings, but it also has many dr ...

5 Ways to Prevent Your Car from Being Stolen

Install a security system, Steering locks and wheel clamps, Lock your car, Park in a well-lit area, Don't leave valuables in your car Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at the 5 Ways to Prevent Your Car from Being Stolen. Every year over 720,000 motor vehicles are stolen, according to the official site of the United States government. Thieves have gotten savvy, using technology ...

Manufacturing Process of Multilayer PCB

Introduction to Multi-layer PCBs, Criteria for classification of multi-layer PCBs, Overview of Multi-layer PCB, Construction of Multi-layer PCB, Problem faced by experts in developing multi-layer PCBs, What is prepreg, Lamination method of Multi-layer PCB, Why do we need multi-layer PCB, Common mistakes the in developing process of multi-layer PCBs, Advantages of multi-layer PCBs, Disadvantages of multi-layer PCBs, Applications of multi-layer PCBs Hello! Readers, I hope you are pretty good. I am here with a new article to enhance your knowledge about advanced technologies. Today, we will have a detailed overview of the Manufacturing Process of Multilayer PCB. First, we will have a look at its basic definition, why there Is a need for this ne ...

ESP32 Web Socket Server

What is a web socket server, How web socket protocol is different from HTTP protocol, What is hand shaking in networking, Three-way handshaking, Web socket application, Creating web socket server using ESP32 module, Code Testing, Web socket client Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP32Codings:Arduino CSoftwares:Arduino IDE Hello readers, hope you all are doing great. In this tutorial, we will discuss another ESP32 protocol that is Web Socket and we will also explain how to create a web server using web ...