2061 Items
Items Count Gear
Using DAC with STM32 TEP , The Engineering Projects , Boxes
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
<img src="https://images.theengineeringprojects.com/image/main/2021/12/18-4.jpg" alt="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" class="alignCenter" width="300" height="193" srcset="https://images.theengineeringprojects.com/image/300/2021/12/18-4.jpg 300w, https://images.theengineeringprojects.com/image/600/2021/12/18-4.jpg 600w" sizes="(ma ...
How the Use of IoT Has Made Life a Lot Easier for Medical Professionals TEP , The Engineering Projects , Boxes
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
<img src="https://images.theengineeringprojects.com/image/main/2021/12/pexels-photo-221185.jpeg" alt="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" class="alignCenter" width="600" height="400" srcset="https://images.theengineeringprojects.com/image/300/2021/12/pexels-photo-221185.jpeg 300w, https://images.theengineeringprojects.com/image/600/2021/12/pexel ...
ESP32 Low Power Modes TEP , The Engineering Projects , Boxes
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 <img src="https://images.theengineeringprojects.com/image/main/2021/12/1-5.jpg" alt="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 ...
ESP32 PWM(Pulse Width Modulation) in Arduino IDE TEP , The Engineering Projects , Boxes
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 demonstra ...
The Complete Guide to Nearshoring  TEP , The Engineering Projects , Boxes
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 drawbacks. It can have a negative effect on wages for local workers, and it can also have an impact on the environment if the process involves bringing in outsourced goods from overseas. <img src="https://images.theengineeringprojects.com/image/main/2021/12/student-g6307985 ...
5 Ways to Prevent Your Car from Being Stolen TEP , The Engineering Projects , Boxes
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
<img src="https://images.theengineeringprojects.com/image/main/2021/12/image1.png" alt="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" class="alignCenter" width="300" height="199" srcset="https://images.theengineeringprojects.com/image/300/2021/12/image1.png 300w, https://images.theengineeringprojects.com/image/600/2021/12/image1.png 600w" sizes="(max-width: 300px) 100vw, 300px" decoding="async" loading="lazy" onclick="openImage(this)"/> He ...
Manufacturing Process of Multilayer PCB TEP , The Engineering Projects , Boxes
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 new type of PCB in presence of single layer and double layer PCBs. What are the merits and demerits of multilayer PCBs and pedagogy behind the construction process of these PCBs? Let’s start to take in all information about these PCBs. I try my best to deliver all of my research capacity for doing thi ...
ESP32 Web Socket Server TEP , The Engineering Projects , Boxes
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
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 socket protocol with ESP32. So, we will have a look at What is a web socket server, How web socket protocol is different from HTTP protocol, What is handshaking in networking, Three-way handshaking, Web socket application, Creating web socket server using ESP32 module etc. Let's get started: What is a web socket protocol? <img src="https://images.theengineeringprojects.com/image/main/ ...
ESP32 Interrupts TEP , The Engineering Projects , Boxes
What is interrupt, Polling, ESP32 interrupt, Software interrupts, Hardware Interrupts, IRS (Interrupt Service routine), Steps to execute an interrupt or how is an interrupt us handled in microcontroller, ESP32 code, Code description for ESP32 interrupts with Arduino IDE, Code description for hardware interrupts, Why is it preferred to use timer to add delay instead of using delay() function
<img src="https://images.theengineeringprojects.com/image/main/2021/12/IMG-20211202-WA0034.jpg" alt="What is interrupt, Polling, ESP32 interrupt, Software interrupts, Hardware Interrupts, IRS (Interrupt Service routine), Steps to execute an interrupt or how is an interrupt us handled in microcontroller, ESP32 code, Code description for ESP32 interrupts with Arduino IDE, Code description for hardware interrupts, Why is it preferred to use timer to add delay instead of using delay() function" class="alignCenter" width="300" height="169" srcset="https://i ...
ESP32 Web Server in Access Point (AP) Mode TEP , The Engineering Projects , Boxes
What happens in access point (AP) mode, code description, Wi-Fi access point example, Testing ESP32 web server with hardware in access point with Arduino IDE, Connected with ESP32 AP, ESP32 as an access point, Web page displaying the LED off state
<img src="https://images.theengineeringprojects.com/image/main/2021/11/1-33.jpg" alt="What happens in access point (AP) mode, code description, Wi-Fi access point example, Testing ESP32 web server with hardware in access point with Arduino IDE, Connected with ESP32 AP, ESP32 as an access point, Web page displaying the LED off state" class="alignCenter" width="300" height="116" srcset="https://images.theengineeringprojects.com/image/300/2021/11/1-33.jpg 300w, https://images.theengineeringprojects.com/image/600/2021/11/1-33.jpg 600w" sizes="(max-width: 3 ...