THE ENGINEERING PROJECTSA platform for technopreneurs Lightweight reading
The engineering journal

Build. Learn. Discover.

Practical projects, fresh perspectives and in-depth tutorials.
Your next engineering idea starts here.

STM32 Projects

Using DAC with STM32

Today, we will have a look at How to use DAC with STM32. We will design an example code for STM32 Nucleo board and will generate a sine wave.

Read article →
ESP32 Projects

ESP32 Low Power Modes

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.

Read article →
ESP32 Projects

ESP32 Web Socket Server

Today, we will discuss the ESP32 web socket server. Web socket protocol, like HTTP (hypertext transfer protocol), also works in the server ...

Read article →
ESP32 Projects

ESP32 Interrupts

As we have already discussed that the interrupt could be software generated (internal interrupt) or due to hardware (external interrupt).

Read article →