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 Firebase

ESP32 Firebase, What is Firebase, Role of Firebase in ESP32, Real-time Database in IoT, real time database with esp32, firebase esp32, esp32 firebase Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP32Codings:Arduino CSoftwares:Arduino IDE Hello readers, I hope you all are doing great. In this tutorial, we will learn how to access Firebase (a real-time database) to store and read values or data with ESP32. It is Google ...

ESP32 BMP280 sensor Interfacing with ThingSpeak WebServer

Interfacing BMP280 sensor with ESP32, BMP280 esp32, esp32 bmp280, bmp280 sensor with esp32, esp32 with bmp280 Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP32Codings:Arduino CSoftwares:Arduino IDE Hello readers, I hope you all are doing great. In this tutorial, we will learn how to interface the BMP280 sensor with the ES32 module to get temperature, pressure and altitude readi ...

Introduction to LED PCB

Overview, Introduction to the LED PCBs, The LED PCB working principle, LED PCD structure, Circuit layer, Insulating layer, Metal substrate layer, Types of the LED PCBs, The single layer LED PCB, Double layer PCB, Assembly methods of the LED PCB, Surface-mount assembly, Through-hole assembly, Considerations while designing the LED PCBs, Ideal board design, Picking the proper orientation, Component placement, Avoid placement of the components on the PCB outline, Vias should not be placed at the end of the STM Pads, Definition of the net width design, Cost optimization and the budget issues, Industrial applications of the LED PCBs, Consumer lighting, Consumer electronics, Telecommunications, Transportations, Medical, Benefits of this LED PCBs Hello everyone. Today is a great day that we are going to put our focus on another type of PCB. So far in the previous articles, we have looked at high speed, metalcore, high density interconnect and the ceramic types of PCBs. In this article, we are going to introduce another type of PCB that might ...

How to use Sets in Python?

Sets in Python, python sets, sets python, python bool, bool python, how to use sets in python, use python sets Departments:Computer EngineeringComputer ScienceCodings:PythonSoftwares:TensorFlow This is the next lesson in our Python course. Previously, we looked at an overview of the different data types in python such as dictionaries, Boolean and sets. This tutorial will focus on Python sets to get a deeper ...

Edge Computing vs Cloud Computing

Edge Computing vs Cloud Computing, What is Edge Computing, What is Cloud Computing, Advantages of Edge Computing , edge computing and cloud computing, difference between edge computing and cloud computing Hi Friends! Glad to have you on board. Thank you for clicking this read. In this post today, I’ll walk you through Edge Computing vs Cloud Computing. Cloud computing has been around for many years while edge computing, on the other hand, has just become the prime topic of mainstream organizations. ...

Python Data Types

Python Data Types, data types in python, data types python, tuple data type python, numeric data types python, sequence type python, dictionary python Departments:Computer EngineeringComputer ScienceCodings:PythonSoftwares:TensorFlow Welcome to the next tutorial of our python course. We learned about python numbers in the last tutorial, and in this tutorial, Data types in Python include, dictionaries, sets, and Boolean, among others. We'll give a ...

Update LCD Display with ESP32 Web Server

Web Input for LCD with ESP32, update lcd status with webserver, esp32 lcd webserver, update lcd esp32 webserver, lcd web input esp32 Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP32Codings:Arduino CSoftwares:Arduino IDE Hello readers, I hope you all are doing great. ESP32 is a powerful chip for Internet of Things applications. This tutorial is also based on one of the ESP32 applications in the field ...

Server-Sent Events with ESP32 and DHT11

Server-Sent Events with ESP32 and DHT11, What is Server-Sent Events, SSE in ESP32, How does the Server-Sent Event works, Event-Source connection esp32, handling http get request in esp32 Departments:Electrical EngineeringElectronics EngineeringMicrocontrollers:ESP32Codings:Arduino CSoftwares:Arduino IDE Hello readers, I hope you all are doing great. In this tutorial, we will learn how to update a webpage using Server-Sent Events and the ESP32 web server. Where To Buy?No.ComponentsD ...

Dictionaries in Python

Dictionaries in Python, python Dictionaries, Dictionaries python, python Dictionary, Dictionary python, dict python, python dict Departments:Computer EngineeringComputer ScienceCodings:PythonSoftwares:TensorFlow Hello! Welcome to the next lesson in this Python course. In the last session, we learned about python tracebacks and how to deal with them. A dictionary, like a list, is a collection of items, and we'll look at that i ...

Python Traceback

Python Traceback, Traceback in python, traceback python, common traceback in python, common python traceback Departments:Computer EngineeringComputer ScienceCodings:PythonSoftwares:TensorFlow Welcome to the tenth lesson of our python course. In the previous tutorial, you learned about syntax errors in Python, and in this lesson, we will look at one more error notice that is given by Python when there is a ...