2061 Items
Items Count Gear
Commonly overlooked cybersecurity threats and how to overcome them TEP , The Engineering Projects , Boxes
Commonly overlooked cybersecurity threats and how to overcome them
In today's digital age, where technology is an integral part of our daily lives, it's crucial to be aware of the various cybersecurity threats and take appropriate measures to protect ourselves. While many people are familiar with the more well-known threats like phishing scams and malware, several commonly overlooked cybersecurity risks can have significant consequences. In this article, we will explore these threats and provide insights on how to overcome them. <img src="https://images.theengineeringprojects.com/image/main/2023/06/commonly-overlooked-cybersecuri ...
What is PCB prototyping? TEP , The Engineering Projects , Boxes
What is PCB prototyping, pcb prototype, manufacture pcb prototype, pcb prototyping online
In the realm of electronics, the printed circuit board (PCB) serves as the foundation for countless technological advancements. PCBs connect and support various electronic components. They ensure seamless functionality and optimal performance. PCB prototyping plays a critical role in the development and testing of new designs before mass production. In this article, we will delve into the world of PCB prototyping. We will explore what it entails. We will also provide valuable insights on how to design and manufacture PCB prototypes effectively. PCBWay is your one-stop solution for professio ...
How to Interface GPS Module with Raspberry Pi 4 TEP , The Engineering Projects , Boxes
Interface GPS module with pi 4, GPS with RPi4, GPS Raspberry Pi 4, Raspberry Pi 4 GPS, NMEA in RPi4
Welcome to the next tutorial of our raspberry pi four programming course. Before, we saw how to connect a Raspberry Pi 4 to a relay with four independent channels. To complement the relay circuit, we programmed a python script to turn on and off a single bulb. However, in this tutorial, we'll show you how to connect a GPS module to a Raspberry Pi 4. <img src="https://images.theengineeringprojects.com/image/main/2023/06/1-how-to-interface-gps-module-with-pi-4.jpg" alt="Interface GPS module with pi 4, GPS with RPi4, GPS Raspberry Pi 4, Raspberry Pi 4 GPS, NMEA in RPi4" ...
Interface BMP180 Air Pressure Sensor with Raspberry Pi 4 TEP , The Engineering Projects , Boxes
How to Interface BMP180 air pressure sensor with pi 4, bmp180 raspberry pi 4, raspberry pi 4 bmp180, bmp180 rpi4, rpi4 bmp180, air pressure sensor with raspberry pi 4, raspberry pi 4 air pressure sensor bmp180
Hello friends, I hope you all are doing well. Today, I am going to share the 8th tutorial of Section-III in our Raspberry Pi Programming Series. In the previous tutorial, we interfaced the temperature sensor DS18B20 with Raspberry Pi 4. In today's guide, we'll discover another temperature sensor BMP180 and will interface it with Raspberry Pi 4.So, let's get started: Project DescriptionIn today's tutorial, we will interface the BMP180 sensor with Raspberry Pi 4 and will display the values of temperature, barometric pressure and altitude in the Raspberry Pi Console Window. ...
How to Interface MQ-2 gas sensor with Raspberry Pi 4 TEP , The Engineering Projects , Boxes
How to Interface MQ 2 gas sensor with Raspberry Pi 4, MQ2 with Raspberry pi 4, raspberry pi 4 with gas sensor mq-2, mq2 rpi4, rpi4 mq2, rpi4 gas sensor
Hello friends, I hope you all are having fun. Today, I am going to share the 9th tutorial of Section-III in our Raspberry Pi 4 Programming Course. In the previous tutorial, we interfaced an air pressure sensor BMP180 with Raspberry Pi 4. In this tutorial, you'll learn how to interface an MQ-2 gas sensor with a Raspberry Pi 4. Many apartments, residences, and workplaces rely heavily on these gas sensors to detect smoke or gas and alert the appropriate personnel in an emergency. In addition to gas and smoke, this sensor is sensitive to various odorous gases. Project DescriptionToday, we will in ...
Programming on Node.JS: A Comprehensive Guide TEP , The Engineering Projects , Boxes
Programming on Node JS, Programming on Node.JS, node js programming
<img src="https://images.theengineeringprojects.com/image/main/2023/06/programming-on-node-js-1.jpg" alt="Programming on Node JS, Programming on Node.JS, node js programming" class="alignCenter" width="512" height="341" srcset="https://images.theengineeringprojects.com/image/300/2023/06/programming-on-node-js-1.jpg 300w, https://images.theengineeringprojects.com/image/600/2023/06/programming-on-node-js-1.jpg 600w" sizes="(max-width: 512px) 100vw, 512px" decoding="async" loading="lazy" onclick="openImage(this)"/> Image from: htt ...
Interface a 4-Channel Relay with Raspberry Pi 4 TEP , The Engineering Projects , Boxes
Interface a 4-Channel Relay with Raspberry Pi 4, 4 channel relay with rpi4, relay raspberry pi 4, raspberry pi 4 relay, relay rpi4, rpi4 relay
We learned in the previous tutorial how to connect a joystick to a Raspberry Pi 4 using an mcp3008 and an op-amp IC, the LM324A. For each of the interface methods we studied, we created a python script allowing us to interact with the circuit. This tutorial will show you how to connect a 4-channel relay module with a Raspberry Pi to carry out switching. <img src="https://images.theengineeringprojects.com/image/main/2023/06/1-how-to-interface-a-four-channel-relay-with-raspberry-pi-4-01-01.jpg" alt="Interface a 4-Channel Relay with Raspberry Pi 4, 4 channel relay with ...
Interface Joystick with Raspberry Pi 4 using MCP3008 & LM324 TEP , The Engineering Projects , Boxes
Interface Joystick with Raspberry Pi 4 using MCP3008 & LM324, joystick rpi4, rpi4 joystick, raspberry pi 4 joystick, joystick raspberry pi 4
Greetings, and welcome to the next tutorial in our series on programming for the Raspberry Pi 4. The previous tutorial showed us how to connect a 4x4 keypad to a Raspberry Pi 4. In the previous tutorial, we examined the inner workings of the 4-by-4 keyboard; in this one, we'll use the MCP3008 and the LM324 Op-amp IC to connect a joystick to the Raspberry Pi 4. The Joystick is the primary input device for many gaming systems. The Joystick we'll be connecting to the Raspberry Pi today plugs into a USB port, but there are plenty of situations when having access to the Pi's GPIO pins would be us ...
Interface Weight Sensor HX711 with Raspberry Pi 4 TEP , The Engineering Projects , Boxes
Interface weight sensor HX711 with raspberry pi 4, hx711 rpi4, rpi4 hx711, weight sensor with raspberry pi 4, raspberry pi 4 weight sensor
Welcome to the next tutorial of our raspberry pi programming tutorial. The previous tutorial showed us how to set up a weather station using the Internet of Things (IoT) on a Raspberry Pi 4. First, we studied how a weather station works on a fundamental level. Then we developed a Python script to collect data from the station. In contrast, we'll construct an automatic gate using a Raspberry Pi, a load cell, and an HX711 weight sensor. <img src="https://images.theengineeringprojects.com/image/main/2023/06/1-interface-weight-sensor-hx711-with-pi-4-01-01.jpg" alt="Inter ...
String Array using Jupyter Notebook in Python TEP , The Engineering Projects , Boxes
string array in python, python string, string python, what is string python
Hey peeps! Welcome to the Engineering Projects where you are learning the basics of Python in detail. We are working a lot with the arrays as these are important concepts in most of the high-level programming languages till now, the numeric data was used in the arrays but for our practice, we are moving towards the next step where the focus will be on the string data type. The practice is done on the Jupyter notebook and every step is going to be explained well without skipping any concepts but to keep things easy, we are not emphasising unnecessary details and concepts. So, before going deep ...