Welcome to the next tutorial of our raspberry pi 4 programming course. The last guide covered connecting a Sharp infrared distance measurement sensor to a Raspberry Pi 4. Infrared (IR) sensors were demonstrated to be widely used for nearby object recognition and motion tracking. But in this session, we'll utilize Raspberry Pi 4 to create a radio-frequency (RF) remote control that can be used to operate the gadgets wirelessly. With the help of this RF remote control, we can Power On/Off the devices.
Components
Transmitter Side
RF Transmitter
HT12E IC
4 Push Buttons
750k resistor
9 Volt battery
Receiver Side
Raspberry Pi
16x2 LCD
10K POT
Breadboard
1K Resistor (Five)
33K resistor
HT12D IC
RF Receiver
LEDs (Five)
4 10K resistor
Jumper wires
RF Module
This ...
Hi friends, I hope you are well and doing good in your fields. Today we can discuss the main topic of displacement which plays a fundamental role in the motion of the object. In simple words to study and understand the motion of objects, the concept of displacement is fundamental. When the object can moved it can change its position and cover some distance and displacement. Both quantities represented the quantitative information or description of the motion of an object. Sometimes both quantities of distance and displacement are understood the same but they are not similar to each other because in distance we can describe the motion of an object as the object can be moved from one position to another position but in displacement we can measure the distance with time.To understand the disp ...
Hello everyone, I hope you guys are having fun with your lives. In today's tutorial, we are gonna have a look at How to use Button in C# Windows Form. In our previous tutorials, we have first discussed the Introduction to C# Windows Forms in which we have created our first C# Windows Forms Project. After that we have discussed How to add C# Controls in Windows Form, in which we have added different C# controls in that Windows form.
So, now we are gonna add back end programming in those Controls one by one. In today's tutorial, I am gonna add the code for the Buttons and you will see that it won't be any difficult to use them in your projects. So, let's get started with How to use Button in C# Windows Form.
How to use Button in C# Windows Form ??? ...
Hi Everyone! How are you doing, my friends? Today I bring a crucial topic for PLC programmers, technicians and engineers. We have been working together for a long time using ladder logic programming. We have completed together dozens of projects from real life and industry. One day I was thinking about what we have done in this series of ladder logic programming, and I came across that I missed talking about one essential topic ever. You know what? It’s the PLC troubleshooting and online debugging! After writing a ladder logic program for the project, you can imagine it should operate from the download moment 24/7. As usual, any system goes faulty one day. So we need to go through this matter, showing you how to find our PLC faults, troubleshoot, and go online with the PLC to figure out th ...
Hey Everyone! I hope you are doing great. I am back to give you daily dose of information so you can excel in your life. Today, I am going to uncover the details on the Introduction to 5n50. It is an N-Channel MOSFET which is designed to obtain high switching performance and minimum on state resistance in an effective way. It is a unipolar device which comes with three terminals called drain gate and source. I'll try to cover everything in detail related to this N-Channel MOSFET. Let's hop on the board and dive in the details to unlock the features of this transistor.
Introduction to 5n50
5n50 is an N-Channel MOSFET that comes in advanced DMOS, planer stripe technology.
It is designed to achieve high switching performance. As it is an N-Chann ...
The statement of Bernoulli’s Equation is as follows:
In fluid dynamics, Bernoulli’s Equation states about an increase in speed of fluid that occur simultaneously with the decrease in static pressure or decrease in fluid’s potential energy.
After reading the statement, you might have little idea what Bernoulli’s equation is about. Don’t worry. Here I am to explain that to you extensively.
Some of the important critical points related to Bernoulli’s equation are as follows:
Bernoulli’s equation is the relation between the pressure, velocity and potential energy.
This equation is only applicable for steady, incompressible flows. In this equation, all the frictional effects are neglected.
We will derive Bernoulli’s equation with the help of the Conservation of Linear Momentum ...
Hi Folks! I welcome you on board. Today, I am sharing the 2nd
tutorial in the Raspberry Pi 4 learning series. In this post today,
we’ll cover What is Raspberry Pi 4?
Raspberry Pi 4 Pinout, Specs, Projects, Datasheet etc.
Raspberry
Pi 4 is a tiny dual-display single-board computer, developed by
Raspberry Pi Foundation. This foundation has introduced a series of
Raspberry Pi boards to teach computer basics in schools.
With Raspberry Pi 4, you can control two monitors at once. Moreover, it
is incorporated with a quad-core processor that is powerful and comes
with more speed compared to its predecessors.
I suggest you read this post till the end as I’ll cover Raspberry Pi 4
in detail.
Let’s get started.
What is Raspberry Pi 4?
Raspberry Pi 4
is a dua ...
Hi pals! Welcome to the next deep learning tutorial, where we are at the exciting stage of TensorFlow. In the last tutorial, we just installed the TensorFlow library with the help of Anaconda, and we saw all the procedures step by step. We saw all the prerequisites and understood how you can follow the best procedure to download and install TensorFlow successfully without any trouble. If you have done all the steps, then you might be interested in knowing the basics of TensorFlow. No matter if you are a beginner or have knowledge about TensorFlow, this lecture will be equally beneficial for all of you because there is some important and interesting information that not all people know. So, have a look at the topics that will be discussed with you in just a bit.
What is a tensor?
What are ...
The technology of manufacturing color-coated (or pre-painted) steel was patented by the UK-based company British Steel in the late 60s. Since then, galvanized steel with color coating has been used in the construction industry as a material with an optimal cost/durability ratio. In addition to the decorative function, color coating provides additional protection for galvanized steel from the influence of adverse environmental factors.
What is color coating?
Color coating is a film that consists of zinc, aluminum, or various alloys with a thickness range of 30-250 micrometers. This film protects steel materials from damage and corrosion, greatly improving their properties. The maximum adhesion of high-molecular compounds to the surface of a steel ro ...
Hey, everyone, I hope you all are doing great. In this article, I am going to explain C# ListBox Control. In the previous article, we have discussed the C# ComboBox Control. C# ListBox is quite similar to ComboBox. C# ListBox is just a simple list, which is showing the data. The user can easily select an option from the list by clicking on any of its items. Some features are common in ComboBox and ListBox. Such as the data is inserted like items. Insertion, deletion, and selection are also same. We will insert the values, then after performing the selection, we will delete them. We will also focus on the text styling, colors and events handling etc. So, let's get started with C# ListBox Control:
C# ListBox Control
There are multiple functional ...