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 Interrupts

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 Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP32Codings:Arduino CSoftwares:Arduino IDE Hello readers, hope you all are doing great. Today, we will discuss interrupts and timers in ESP32 and how to handle internal as well as external interrupts. So, we will discuss What ...

ESP32 Web Server in Access Point (AP) Mode

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 Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP32Codings:Arduino CSoftwares:Arduino IDE Hello readers, hope you all are doing great. This is our 3rd tutorial in the ESP32 programming series. In our previous tutorial, we discussed the ESP32 Web server, where we created t ...

How to use ADC with STM32?

Using ADC with STM32, ADC channel selection, ADC setting, ADC regular conversion mode, Injected simultaneous mode, Regular simultaneous mode Departments:Computer EngineeringComputer ScienceMicrocontrollers:STM32 NucleoCodings:CSoftwares:STM32 Cube IDE An Analog to Digital Converter (ADC) converts a continuous signal (usually a voltage) into a series of discrete values ??(sequences of bits). The main features are: Resolution (in analo ...

STM32 SPI Communication

SPI communication with STM32, SPI in polling mode, SPI in interrupt mode, SPI in DNA mode, SCLK, MOSI, SS Departments:Computer EngineeringComputer ScienceMicrocontrollers:STM32 NucleoCodings:CSoftwares:STM32 Cube IDE The SPI (Serial Peripheral Interface) protocol, or rather the SPI interface, was originally devised by Motorola (now Freescale) to support their microprocessors and microcontrollers. Unlike ...

Write and Read an I2C EEPROM with STM32

I2C eeprom, Write and Read an EEPROM with STM32, STM32CubeMX project, Serial I2C, I2C EEPROM with STM32 Departments:Computer EngineeringComputer ScienceMicrocontrollers:STM32 NucleoCodings:CSoftwares:STM32 Cube IDE EEPROMs (Electrically Erasable Programmable Read-Only Memories) allow the non-volatile storage of application data or the storage of small amounts of data in the event of a power failure. U ...

Designing Logic Gates in PLC Simulator

Ladder logic contact, Normally open contact, Normally close contact, The coil, Create our very first ladder program, Creating a new project on the TIA portal, Writing the first program on the TIA portal software, Simulating the first ladder logic program, Simulating our first program, Simulating ANR, OR, and NOT logic, AND logic, OR logic, NOT logic, Enjoying simulation of the latching ladder program, Latching output, Latching ladder code simulation, Latching using set and reset, The signal edges Hello friends, I hope you all are doing great. In today's tutorial, we are going to design logic gates in PLC Simulator. It's our 4th tutorial in Ladder Logic Programming Series. We come today to elaborate the logic gates with comprehensive details for their importance in PLC programming. you can c ...

Creating the First Ladder Logic Program in PLC Simulator

Ladder logic contact, Normally open contact, Normally close contact, The coil, Create our very first ladder program, Creating a new project on the TIA portal, Writing the first program on the TIA portal software, Simulating the first ladder logic program, Simulating our first program, Simulating ANR, OR, and NOT logic, AND logic, OR logic, NOT logic, Enjoying simulation of the latching ladder program, Latching output, Latching ladder code simulation, Latching using set and reset, The signal edges Hello friends, I hope you all are doing great. In today's tutorial, I am going to create the first Ladder Logic Program in PLC Simulator. It's 3rd tutorial in our Ladder Logic Programming Series. In our previous tutorial, we have installed PLC Simulator and now we can say our lab is ready to learn ...