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
10 Items

Introduction to STM32 Family

Introduction to STM32 Microcontrollers, STM32 Family, STM32 Mainstream, STM32 Ultra-Low-Power, STM32 High-Performance, STM32 Wireless, The Nucleo Development Board, STM32 Nucleo-64 parts, STM32 Nucleo-64 connectors, Setting-Up the Tool-Chain, First Project in STM using STM32CubeIDE, Blinking LED, Steps to generate the config. files from STM32CubeMX, Creating a new STM32CubeMX project, User Code Blinking Led, Data type C programs Departments:Computer EngineeringComputer ScienceMicrocontrollers:STM32 NucleoCodings:CSoftwares:STM32 Cube IDEIn this guide, we will explain step by step to start programming on the STMicroelectronics (STM) platform, especially the STM32 family. The term, "STM32" refers to a family of 32-bit microco ...

WiFi Temperature Monitor with ESP8266 and DS18B20

WiFi Temperature Monitor with ESP8266 and DS18B20, Code for reading the DS18B20 sensor, Creation of the webpage, DS18B20, Finding the DS18B20 address, Sensor reading by Serial Monitor, Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP8266Codings:Arduino CSoftwares:Arduino IDE Hello friends, I hope you all are doing great. Today, we will create a wifi temperature monitoring system. For reading, we will use the DS18B20 sensor. For data processing and webp ...

ESP8266 – Serial Communication

ESP8266 Serial Communication, ESP8266 Applications, Arduino IDE , Communicating with computers, Communicating with microcontrollers, Communicating with industrial machines, Serial Monitor, Controlling and monitoring an LED Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP8266Codings:Arduino CSoftwares:Arduino IDE Today we will talk about an extremely powerful tool in the use of microcontrollers. The Serial communication, specifically the USART (Universal Synchronous Asynchronous Receiver T ...

ESP8266 – Knowing the NodeMCU GPIOs or Pinout

ESP8266, NodeMCU GPIOs, ESP-12 modules ,ESP-12 pins, ESP8266 datasheet, Main functions for GPIO in the Arduino IDE, Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP8266Codings:Arduino CSoftwares:Arduino IDE Where To Buy?No.ComponentsDistributorLink To Buy1ESP8266AmazonBuy NowIntroduction When the subject is ESP8266, it is normal that our attention is on the Wifi module. We've already ...

ESP8266 Operational WiFi Modes

ESP8266-Knowing WiFi Modes, STA Mode, ESP8266 wifi modes, ESP8266 configuration, Access Point Mode Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP8266Codings:Arduino CSoftwares:Arduino IDE In previous articles, we connected the ESP8266 to a pre-existing WIFI network. It is the commonly used method in projects, especially when there is interest in internet access. For ...

Create Webserver with ESP8266 using SPIFFS

ESP8266 Web Server using SPIFFS, SPIFFS (SPI Flash File System), ESP8266 flash memory, ESP8266 spiffs, ESP8266 spiffs file, create web server with esp8266 using spiffs Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP8266Codings:Arduino CSoftwares:Arduino IDE Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at How to Create Web Server with ESP8266 using SPIFFS. We've already seen how to create a we ...

Create Web Server with ESP8266

ESP8266 web server for LED control, creating web server with esp8266, ESP8266WiFi, ESPAsyncWebServer, Creating the code, create/maintain the webserver, Control the LED Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP8266Codings:Arduino CSoftwares:Arduino IDE Hello friends, I hope you all are doing great. Today, we will create a web server with ESP8266 microcontroller to control the activation of an LED. The goal is to understand how th ...

Setup Arduino Environment for NodeMCU Programming

Setup Arduino Environment for NodeMCU Programming In the previous tutorial, we have discussed the basics of ESP8266 modules and have also had a look at the different WiFi modules based on ESP8266. In today's tutorial, we are going to set up Arduino Environment for NodeMCU Programming. Today we will prepare the development environment and build cod ...

ESP8266 based WiFi Modules for IoT Projects

ESP8266 microcontroller, ESP8266Ex chip, ESP8266’s versions, ESP-01, ESP-03, ESP-05, ESP-07, ESP-12E and ESP-12F, NodeMCU Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP8266Codings:Arduino CSoftwares:Arduino IDEThe Internet of Things (IoT) and the Industry 4.0. Distinct technological revolutions but with a common goal: To integrate equipment (digital or analog) to a computer network. And t ...