2062 Items
Items Count Gear
Floating-Point and Integer Numbers in Python TEP , The Engineering Projects , Boxes
Floating-Point in python, Integer Numbers in python, data types in python, python data types, mathematical expression python, python mathematical operations, math operations in python
<img src="https://images.theengineeringprojects.com/image/main/2022/03/1-8.jpg" alt="Floating-Point in python, Integer Numbers in python, data types in python, python data types, mathematical expression python, python mathematical operations, math operations in python" class="alignCenter" width="300" height="169" srcset="https://images.theengineeringprojects.com/image/300/2022/03/1-8.jpg 300w, https://images.theengineeringprojects.com/image/600/2022/03/1-8.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" decoding="async" loading="lazy" o ...
How to use Variables in Python? TEP , The Engineering Projects , Boxes
Variables in Python, How Variables Are Used in python, data types in python, python variables, how to store python variables, variables python, python variables, type casting python, python type casting
Welcome back! This is the fifth lesson in our Python programming course. In the last chapter, we discussed how string data types are used in Python. In this tutorial, we’re going to discuss variables in python and the rules for naming them in Python. In addition, you'll learn the fundamentals of working with numbers and strings. <img src="https://images.theengineeringprojects.com/image/main/2022/03/Python-Variables-and-Data-Types-scaled.jpg" alt="Variables in Python, How Variables Are Used in python, data types in python, python variables, how to store python varia ...
Introduction to Metal Core PCB TEP , The Engineering Projects , Boxes
INTRODUCTION TO METAL CORE PCB, Definition of the Metal Core PCB, Layers of metal core PCBs, Base layer, Copper layer, Dielectric layer, Types of metal core PCBs, Single sided metal core PCB, Double sided metal core PCB, Multilayer metal core PCB, Process for the production of the metal core PCBs, MCPCBs metal bases, The aluminum substrate, Copper base, The benefits of the MCPCBs, Applications of the MCPCBs
<img src="https://images.theengineeringprojects.com/image/main/2021/12/1-20.jpg" alt="INTRODUCTION TO METAL CORE PCB, Definition of the Metal Core PCB, Layers of metal core PCBs, Base layer, Copper layer, Dielectric layer, Types of metal core PCBs, Single sided metal core PCB, Double sided metal core PCB, Multilayer metal core PCB, Process for the production of the metal core PCBs, MCPCBs metal bases, The aluminum substrate, Copper base, The benefits of the MCPCBs, Applications of the MCPCBs" class="alignCenter" width="300" height="178" srcset="https:/ ...
ESP32 DHT11 Interfacing with ThingSpeak WebServer TEP , The Engineering Projects , Boxes
Interfacing DHT11 with ESP32, dht11 and esp32, esp32 dht11, dht11 esp32, uploading sensor on Web Server esp32, esp32 sensors dht11
ESP32 module comes with multiple inbuilt features and peripheral interfacing capability is one of those features. ESP32 module also consists of an inbuilt temperature sensor, but that can only measure the temperature of the ESP32 core not the temperature of the surrounding environment. So it is required to use a peripheral sensor to measure the temperature of the surrounding environment like home, garden, office etc. Hello readers. I hope you all are doing great. In this tutorial, we will learn how to interface DHT11 (temperature and humidity sensor) with the ESP32. Later in this tutorial, we ...
What’s The Difference Between Edge Computing And Cloud Computing? TEP , The Engineering Projects , Boxes
What is Edge Computing, How does Edge Computing Work, Cloud Computing Vs Edge Computing, Difference between Edge Computing and IoT, Benefits of Edge Computing
Public cloud computing systems enable businesses to complement their data centers with worldwide servers that can scale processing capabilities up and down as required. In terms of value and security, hybrid public-private clouds are unparalleled. However, real-time AI applications demand substantial local processing capacity, frequently in areas distant from centralized cloud servers. speedpak tracking is among the services including AI for the safety of your goods and parcels. Moreover, some workloads demand low latency or data residency and must stay on-premises or specified locations. Tha ...
IoT Based Motion Detection with Email Alert using ESP32 TEP , The Engineering Projects , Boxes
Motion detection with esp32, esp32 pir, esp32 pir email alert, pir esp32, motion detection email alert, email alert with esp32
The IoT is the interconnection of physical objects or devices with sensors and software accessing capabilities to communicate data or information over the internet. To build an IoT network, we need an interface medium that can fetch, control, and communicate data between sender and receiver electronics devices or servers. Espressif Systems created the ESP32 Wi-Fi chip series. The ESP32 module is equipped with a 32-bit Tensilica microcontroller, 2.4GHz Wi-Fi connectivity, an antenna, memory, and power management modules, and much more. All of these built-in features of this ESP32 module make i ...
What is Edge Computing? TEP , The Engineering Projects , Boxes
What is Edge Computing, How does Edge Computing Work, Cloud Computing Vs Edge Computing, Difference between Edge Computing and IoT, Benefits of Edge Computing
 Hi Friends! Hope you’re well today. In this post, I’ll walk you through What is Edge Computing? Edge computing is the extension of cloud computing. Cloud computing is used for data storage, data management, and data processing. While Edge Computing does serve the same purpose with one difference: edge processing is carried out near the edge of the network which means data is processed near the location where it’s produced instead of relying on the remote location of the cloud server. Confused? Don’t be. We’ll touch on this further in this article. Curious to know more about what is edge comp ...
What is Industrial IoT (Internet of Things) TEP , The Engineering Projects , Boxes
What is Industrial IoT, what is industrial Internet of Things, How Does Industrial IoT work, Difference between IoT and IIoT, Industrial IoT Examples, Advantages of Industrial IoT
Hi guys! Hope you’re well today. In this post today, I’ll cover What is Industrial IoT (Internet of Things?) IIoT is now a talk of mainstream conversation. This term has blown up in the past couple of years. Before we move further to describe IIoT, it is evident that industries are no longer dependent on the traditional production processes that happened to be costly and guaranteed no optimal results. Now companies are willing to incorporate automation in manufacturing and production processes. Smart systems, no doubt, are dangerous for the traditional labor workforce, but on the other hand, ...
How to use Strings in Python? TEP , The Engineering Projects , Boxes
Strings in Python, How strings Are Used in python, operators in python, string in input function python, string operations in python, python strings, string in python, strings python
Welcome to the fourth lesson of this python course. Our previous session taught us how to utilize the print function in python, so we have a firm grasp of the terminology and the functions themselves. In this lesson, we'll cover a few more Python terms, such as: Strings Operators Input function Also, we'll build a simple program to print out an imagined dog so that we may better grasp how these concepts are employed. So, let's get started now. Why do we need to understand these terms? Programming is a lot like building a structure out of blocks. Even with just a few types of childre ...
ESP32 with 16x2 LCD in Arduino IDE | Data Mode & I2C Mode TEP , The Engineering Projects , Boxes
LCD esp32, esp32 lcd, lcd interfacing with esp32, interface lcd with esp32, 16x2 lcd esp32, esp32 lcd 16x2, ESp32 LCD interfacing
Hello readers, we hope you all are doing great. Welcome to the 1st lecture of Section 4 in the ESP32 Programming Series. In this section, we will interface the ESP32 module with common Embedded modules(i.e. LCD, Keypad, RTC etc.). In today's tutorial, we will interface ESP32 with a 16x2 LCD and will display data using both Data Mode and I2C Mode. LCD is the most commonly used embedded module in IoT Projects. It is used to display different types of data i.e. sensor readings, warning messages, notifications etc. Before going forward, let's first have a look at what is LCD and How it work ...