EN / USD
939 Items
 Home
Blog
Running ZeroTier On the Raspberry Pi 4
Raspberry Pi zerotier, zerotier RPi4, RPi4 zerotier, zerotier with raspberry pi 4, zerotier rpi4 webserver, syncthing with rpi4
Our next step in the Raspberry Pi training program is to get zero tiers up and run on a Raspberry Pi 4. How to utilize a Raspberry Pi to measure internet speed and store the results in Grafana or Onedrive was the topic of the last piece. During the project, you will discover how to install ZeroTier on a Raspberry Pi and get it up and running. We will also learn how to set up a firewall to secure our network. Components Raspberry pi 4 Power supply Ethernet or wifi What is zeroTier ZeroTier is a software that provides a streamlined web-based interface for constructing virtual networks connecting various gadgets. Somewhat akin to configuring a virtual private network on a Raspberry Pi, these networks exist only in cyberspace. The process o ...
Blog
Internet Speed Monitor Using Raspberry Pi 4
Raspberry Pi internet speed monitor, internet speed monitor RPi4, RPi4 internet speed monitor, internet speed monitor with raspberry pi 4, internet speed test rpi4
Following up on our Raspberry Pi programming course is the next lesson. In the previous post, we learned how to construct an FM radio using a Raspberry Pi. Analog FM broadcasting's circuit construction was also studied in detail. How to use a Raspberry Pi as an internet speed meter and save the data in Grafana or Google Drive is the subject of this article. You can use this article if you want to keep track of how your downloads, uploads, and ping speeds change over time, and it's easy to use. In addition, you can use this to determine when your internet is at its busiest or if your internet speed has deteriorated. We'll demonstrate how to use Ookla's Internet speed test command-line interface in conjunction with Python code to create an internet speed meter. ...
Blog
Security System with Image Capturing in Raspberry Pi 4
Security system using motion sensor with an alarm, security system with twilio in RPi4, RPi4 security system, Raspberry Pi 4 security system
Thank you for joining us for yet another session of this series on Raspberry Pi programming. In the preceding tutorial, we constructed a personal Twitter bot using Tweepy, a Py framework for querying the Twitter application programming interface. We also constructed a Response to robot mentions that would post a response to everybody's tweet mentioning it with a certain keyword. However, in this tutorial, we will implement a security system using a motion sensor with an alarm. This is what it looks like: PIR Motion Sensors can be implemented with RPi by understanding how it is connected to a Raspberry Pi. Whenever the motion sensor detects human movement, an alarm is triggered in this project and the LEDs blink. You may create a simple motion-det ...
Blog
Build a Twitter bot in Raspberry pi 4
Build a Twitter bot in Raspberry pi 4, twitter bot in RPi4, RPi4 twitter, Raspberry Pi 4 Twitter, RPi4 Twitter bot
Thank you for joining us for yet another session of this series on Raspberry Pi programming. In the preceding tutorial, we integrated a real-time clock with our raspberry pi four and used it to build a digital clock. However, In this tutorial, we will construct your personal Twitter bot using Tweepy, a Py framework for querying the Twitter application programming interface. You will construct a Response to mentions robot that will post a response to everybody's tweet mentioning it with a certain keyword. The response will be a photo we will make and put any text over it. This message is a quote you will acquire from a 3rd application programming interface. Finally, we will look at the benefits and drawbacks of bots. This is what it looks like: ...
Blog
Interfacing of RTC module with Raspberry Pi 4 for real-time Clock
RTC module with Raspberry Pi 4, RTC module with RPi4, real time clock with Raspberry Pi 4, Raspberry Pi 4 real time clock, RPi4 real time clock, RTC RPi4, RPi4 RTC
Introduction Thank you for joining us for yet another session of this series on Raspberry Pi programming. In the preceding tutorial, we implemented a speech recognition system using raspberry pi and used it in our game project. We also learned the fundamentals of speech recognition and later built a game that used the user's voice to play. However, this tutorial will integrate a real-time clock with our raspberry pi four and use it to build a digital clock. First, we will learn the fundamentals of the RTC module and how it works, then we will build a digital clock in python3. With the help of a library, we'll demonstrate how to integrate an RTC DS3231 chip with Pi 4 to keep time. Real-Time Clocks: What Are They? RTCs are clock units, as the name ...
Blog
Why Should You Use Automation in Your Rental Property Management?
Why Should You Use Automation in Your Rental Property Management
Rental property management is a potentially lucrative strategy – one that can supply you with a steady stream of passive income and, if you do things right, set you up for long-term accumulation of wealth. But at the same time, the day-to-day process of managing properties can be a headache. You’ll be responsible for overseeing the property, responding to maintenance requests, collecting rent, and dealing with problematic tenants. Is it worth designing an automation system to handle some of these tasks on your behalf? How much value do you stand to gain? Why Automation Is So Valuable Let's start by talking about some of the reasons why automation is so valuable. Time savings: Many property owners choose to hire a property manager to take ca ...
Blog
Subroutine in Ladder Logic Programming
Subroutine in ladder logic programming, types of subroutine in plc programming, subroutine in plc ladder logic, subroutine ladder logic, subroutine plc ladder logic
Hello friends, after completing that basic part of ladder logic programming, let us today go through one topic which is not essential to know to complete a PLC ladder program but it is important t have our code readable program and reusable pieces of code. That could happen by using what so-called a subroutine. So what is a subroutine? Well, it is a piece of code that includes a few rungs to perform specific tasks. that piece of code can be reused numerous times through the program when we need to call it for performing that task. That subroutine enables us to structure our code like building blocks so that the program will be readable very easy and also reusable later in other projects. The idea of dividing the program into routines to apply the divide and conquer technique is very crucia ...
Blog
Master Reset Control in Ladder Logic Programming
Master Reset Control in Ladder Logic, master control in allen bradley plc, master control in plc, master control in ladder logic, master control in mitsubishi plc
Introduction  Hello friends, I hope you are doing very well. Today we are going to learn and practice the master control reset (MCR)! So what is that MCR? Well! This is a tool you might use to control a group of devices with one push button for performing fast emergency responses with one click for a group of devices in one zone. In another word, you divide the program into zones and put this zone between a master control to control their operation as one unit by one contact. This technique is useful for applying emergence stops and also protecting some equipment by applying a safety restriction to not operate when that condition is in effect.  The concept of the master control reset (MCR) Figure 1 shows the master control relay in a ladder logic showing a couple of rungs between the ma ...
Blog
Properties of z-Transform in MATLAB
Properties of z Transform, z transform properties, z transform in matlab, matlab z transform
Hello, readers. Welcome to another lecture on signals and systems where, on the previous day, we studied the transforms. A Z transform is used to change the domain of a signal or function. It is used to convert the signal from the time domain into the z plane. Now we are going a little deep into the discussion. Have a quick promo of the topic of today: What are the properties of z transform? What is the unit impulse of z transform? What is the unit ramp of z transform? What is the difference equation and how is it related to the z transform? What are some important applications of z transform? We’ll go through each of these topics in detail, so stay with us to learn about all of them. Properties of z Transform Till now, we have seen the introduction of z transform along with s ...
Blog
Introduction to Z Transform in Signal and Systems with MATLAB
Basics of Z Transform in Signal and Systems with MATLAB, z transfrom in matlab, matlab z transform, z transform matlab, z transform in signal and systems
Hey learners! Welcome to another exciting lecture in this series of signals and systems. We are learning about the transform in signals and systems, and in the previous lectures, we have seen a bulk of information about the Laplace transform. If you know the previous concepts of signal and system, then this lecture will be super easy for you to learn, but if your concepts are not clear, do not worry because we will revise all the basic information from scratch for our new readers. So, without wasting time, have a look at the topics of today. What is z transform?  What is the region of convergence of z transform? What are some of the important properties of the region of convergence? How to solve the z transform? What is an example of the z transform in MATLAB? What are the methods fo ...