<img src="https://images.theengineeringprojects.com/image/main/2022/03/1-26.jpg" alt="Conditional Statements in Python, If loop in python, If loop python, If python, python if loop, if else loop in python, if else in python, if else python, python if else, nested if loop in python" class="alignCenter" width="300" height="207"
srcset="https://images.theengineeringprojects.com/image/300/2022/03/1-26.jpg 300w, https://images.theengineeringprojects.com/image/600/2022/03/1-26.jpg 600w" sizes="(max-width: 300px) 100vw, 300px"
decoding="async" lo ...
Welcome to the fourteenth chapter of our python tutorial course. In the last lesson, we looked at sets and operations done to sets, including union and intersection. In this tutorial, we'll take a closer look at lists and tuples to see how they're used. Python's most versatile and useful data types are lists and tuples. A non-trivial Python application will nearly always have these.
<img src="https://images.theengineeringprojects.com/image/main/2022/03/1-24-scaled.jpg" alt="Lists and Tuples in Python, lists in python, python lists, lists python, tuple python, tuple ...
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’s mobile application development platform that can be used to can access, monitor and control ESP32 from anywhere in the world with its (firebase) real-time database.
What is Firebase?
Firebase real-time database is a development platform provided by Google which included multiple services to manage and authenticate data.
Firebase is basically a mobile and web app development platform I as works great with Andro ...
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 readings. Later, in this tutorial, we will also discuss how to upload these sensor readings to a web server.
BMP280
BMP280 or Barometric pressure sensor is a module used to measure temperature pressure and altitude. The small size and low power consumption feature of this sensor makes it feasible for battery-powered devices, GPS modules and mobile applications etc.
<img src="https://images. ...
<img src="https://images.theengineeringprojects.com/image/main/2021/12/2-18.jpg" alt="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 pl ...
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 understanding of this data type, so let's get started. During your schooling, there is a good chance you learned about sets and set theory. Venn diagrams may even be familiar to you:
<img src="https://images.theengineeringprojects.com/image/main/2022/03/1-22-scaled.jpg" alt="Sets in Python, python sets, sets python, python bool, bool python, how to use ...
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. But what is the key difference between both edge computing and cloud computing, how do they work, can we implement both in the IT model of any business? These are the main questions that arise every time someone tries to get a hold of these terms. Don’t worry. We’ll discuss them in detail so you kno ...
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 quick overview of the above data types in this section but later in this course, we'll go over each of them in-depth.
Introduction
<img src="https://images.theengineeringprojects.com/image/main/2022/03/1-20.jpg" alt="Python Data Types, data types in python, data types python, tuple data type python, numeric data types python, sequence type python, dic ...
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 of IoT.
Project Overview
In this tutorial, we will learn how to update LCD display with new data or input using a web server created with ESP32.
<img src="https://images.theengineeringprojects.com/image/main/2022/03/1-13.jpg" alt="Web Input for LCD with ESP32, update lcd status with webserver, esp32 lcd webserver, update lcd esp32 webserver, lcd web input esp32" class="alignCenter" wi ...
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.
What is Server-Sent Events (SSE)?
It is a server push technology that enables the client devices to receive automatic updates from a server over HTTP (Hypertext Transfer Protocol) connection. SSE also describes how the server can initiate data transmission towards the client once an initial connection with the client has been established.
We have already posted a tutorial on how to implement Web socket protocol with ESP32 which is also a pr ...