EN / USD
939 Items
 Home
Blog
Large Format 3D Printing: A Revolution for Engineers
Large Format 3D Printing, 3D Printing Large format, 3D printing
The world of large format 3D printing is dominated by a few key players who have emerged as the pioneers in this rapidly growing industry. Below are some of the biggest large format 3D printing companies and how they stand to benefit from this revolution: Stratasys: Stratasys is a leading provider of large format 3D printing solutions, offering a range of industrial-grade printers that are capable of producing high-quality prototypes and end-use parts. With its powerful proprietary Fused Deposition Modeling (FDM) technology, Stratasys is well positioned to capitalize on the growing demand for large format 3D Printing solutions. HP: HP is one of the largest and most well-known technology companies in the world, and it has recently entered the larg ...
Blog
Interface 7-Segment Display with Raspberry Pi 4
How to interface 7 Segment Display using Raspberry Pi 4, 7 segment with raspberry pi 4, 7 segment rpi4, rpi4 with 7 segment
Thank you for being here for today's tutorial of our in-depth Raspberry Pi programming tutorial. The previous tutorial taught us how to install a PIR sensor on a Raspberry Pi 4 to create a motion detector. However, this tutorial will teach you how to connect a single seven-segment display to a Raspberry Pi 4. In the following sections, we will show you how to connect a Raspberry Pi to a 4-digit Seven-Segment Display Module so that the time can be shown on it. Seven-segment displays are a simple type of Display that use eight light-emitting diodes to show off decimal numbers. It's common to find it in gadgets like digital clocks, calculators, and electronic meters that show numbers. Raspberry Pi, built around an ARM chip, is widely acknowledged as ...
Blog
Motion Detection with PIR Sensor & Raspberry Pi 4
Raspberry Pi Motion Sensor using a PIR Sensor, pir sensor rpi4, rpi4 pir sensor, rpi4 motion detection, raspberry pi 4 motion detection
Hello friends, I hope you all are doing well. Today, I am going to share the 4th chapter of Section-III in our Raspberry Pi programming course. In the previous lecture, we studied the Interfacing of IR sensor with Raspberry Pi 4. In this guide, you'll learn how to interface a PIR sensor with Raspberry Pi to create a motion detector. A passive infrared (PIR) sensor is a straightforward yet effective tool for motion detection. As a bonus, a piezo speaker will play an audio clip whenever motion is detected. GPIO pins are required for both of these accessories. This tutorial is a great starting point for those who have never worked with electronic components and circuits. These sensors are used in traditional, old-generation security systems. In con ...
Blog
Heartbeat Monitoring System with ADS1115 & Raspberry Pi 4
Heartbeat Monitoring System using Raspberry Pi 4, heart beat monitor with raspberry pi 4, heart beat monitor rpi4, rpi4 ecg, raspberry pi 4 ecg
Hello friends, I hope you all are doing great. Welcome to the 11th lecture of Section-III in the Raspberry Pi 4 Programming Series. In the previous tutorial, we discussed the interfacing of the Fingerprint sensor with Raspberry Pi 4. Today, we are going to discuss another sensor named the Pulse rate sensor and will interface it with Raspberry Pi 4.The field of healthcare monitoring has long been seen as a potential use case for IoT i.e. examining the health instead of regular checkups and local doctors. Using sensors, your vital signs can be monitored and transmitted in real time, allowing a physician on the other side or even an AI to analyze the data and provide an accurate diagnosis. That does seem somewhat futuristic. However, we are making steady progress in that direction ...
Blog
Advance Counter Functions in PLC Ladder Logic
counter types in plc, counter data bits in plc ladder logic, counter functions in plc, plc counter reset, how to use counter in plc
Hi, my friends. Welcome to share a new tutorial in our ladder logic programming series. Today we will discuss counters in ladder logic programming using an expert’s view. So let’s wear the glasses of an expert in ladder logic programming and look deeply into counters, the types of counters, their variables and bits. In addition, techniques of using counters to solve a different kinds of problems that need counting. And without questions like every time, we will enjoy practicing programming and simulating all about counters. So with no further delay, let’s jump into our tutorial and nail that counters. Counters in real life Tell me, guys, if you can imagine an industrial project or machine that does not need to count parts, products, or processing cycles. Actually, in most cases in indust ...
Blog
Advance Timer Functions in PLC Ladder Logic Programming
timer bits in plc, timer simulation plc, timer retentive plc, plc retentive timer, reset timer ladder logic
Believing in the essence of timers in ladder logic programming, we come today with a new tutorial in which we are going to show you all about timers, the types of timers, what’s inside timers’ block of parameters, variables, and bits. In addition, techniques for using timers will be explored, and for sure, we are going to practice what we learn using the simulator. So let’s get started with our tutorial. Timers in ladder logic programming Guys, this is not the first time we’ve talked about timers. However, this time we are going to look into timers deeply and use the glasses of practical approach. So figure 1 shows the most important types of timers in ladder logic from left to right: the on-delay, off-delay, and retentive timers. There are differences in functionality. However, they all ...
Blog
Traffic Signal Control with PLC Ladder Logic Programming
traffic signal control with plc, traffic light control with plc, plc traffic light control, plc traffic signal control
The traffic light is one of the most important applications we see everyday everywhere we go back and forth. Controlling traffic signs was managed by people which was very problematic and headache on travelers and the officers as well. But nowadays, most traffic lights are controlled by automatic control systems. The brain that handles the complicated logic behind the traffic light control system is a PLC and one programmer like you guys has written its logic. So today we have come back to enjoy programming such a critical and large project by using ladder logic programming and for sure will apply the code and the logic we write into the simulator to check its correctness.   Problem we try to solve First of all, the scene we captured below by figure 1 shows two ways to cross a ...
Blog
Engineering Your Way to a Successful Project: Writing Tips and Tricks
Engineering Your Way to a Successful Project, Writing Tips and Tricks
Engineering projects are a crucial part of a student's engineering degree. Writing a project report is an essential part of any engineering project. The final step provides a summary of the project and its results. A good project report can help students get better grades and advance their career prospects. In this article, we will discuss the importance of engineering project writing and the steps involved in writing a successful project report. What is Engineering Project Writing?  Engineering project writing is a form of academic writing used to document an engineering project's progress. This type of report usually includes findings, conclusions, and recommendations. It should provide a clear and concise overview of the project and its impact on society. The report should be wri ...
Blog
Set Up a Network Printer with Raspberry Pi 4
Set Up a Network Printer with Raspberry Pi 4, printer with raspberry pi 4, printer rpi4, rpi4 printer, raspberry pi 4 printer, network printer with raspberry pi 4
Thank you for being here for today's tutorial of our in-depth Raspberry Pi programming tutorial. The previous tutorial demonstrated the proper wiring of the photoresistor sensor to the GPIO pins. Finally, we learned how it might be included in a Python script for data collection and analysis needs. We also looked at the functions of each component in the circuit. However, I'll walk you through installing a Pi 4 Print Server in this guide. While installing the program is straightforward, setting it up so that a Windows network can locate the print server requires a little more effort. Rather than spending hundreds of dollars upgrading to a laser printer, you may easily upgrade your current USB printer to laser quality by installing a print server. Because of this software, you no longer ha ...
Blog
Interfacing a Light Sensor (LDR) with Raspberry Pi 4
Interfacing a Light Sensor (LDR) with Raspberry Pi 4, light sensor raspberry pi 4, ldr raspberry pi 4, ldr rpi4, rpi4 ldr
Hello friends, I hope you all are doing great. Today, we are going to start Section-III of our Raspberry Pi 4 Programming Course. In this section, we will interface different Embedded Sensors with Raspberry Pi 4. Today's our first lecture in Section-III, so I am going to interface a simple LDR sensor with RPi4. So, let's get started: Components Required: The following items are required to finish this Raspberry Pi photoresistor module guide. You don't need a breadboard to accomplish this, but having one would be helpful.Raspberry pi 4BreadboardPhotoresistor LDRJumper wires1uF Capacitor What is a photoresist? It is a common practice to employ photoresistors to determine the presence or absence of visible light or to quantify the amount of ...