<img src="https://images.theengineeringprojects.com/image/main/2022/03/2-33.jpg" alt="Introduction to Raspberry Pi Pico, what is RPi Pico, PRi Pico, Raspberry pi pico, basics of Pico, Pico basics, getting started with pico programming" class="alignCenter" width="300" height="227"
srcset="https://images.theengineeringprojects.com/image/300/2022/03/2-33.jpg 300w, https://images.theengineeringprojects.com/image/600/2022/03/2-33.jpg 600w" sizes="(max-width: 300px) 100vw, 300px"
decoding="async" loading="lazy" onclick="openImage(this)"/>
...
<img src="https://images.theengineeringprojects.com/image/main/2022/03/1-31.jpg" alt="While Loop in python, python while loop, while loop in python, how to use while loop in python, while loop python, while in python, python while, while python" class="alignCenter" width="300" height="216"
srcset="https://images.theengineeringprojects.com/image/300/2022/03/1-31.jpg 300w, https://images.theengineeringprojects.com/image/600/2022/03/1-31.jpg 600w" sizes="(max-width: 300px) 100vw, 300px"
decoding="async" loading="lazy" onclick="openImage(this ...
Internet of Things is a system of multiple inter-related computing devices. The factor ‘thing’ in IoT is designated to an entity capable of communicating data over a network (IOT), which can be a digital machine, sensor, human being, animals etc. Each component that is included in IoT network is assigned with an unique identity called UID and the ability to communicate data over IoT network without any external human or computer intervention.
Hello readers, I hope you all are doing great. In our previous tutorial, we discussed how to upload data to Firebase Real-time Database using ESP32. In ...
<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 ...