EN / USD
93 Items
 Home
Blog
Control Stepper Motor with Raspberry Pi 4 using Python
Control Stepper motor with raspberry pi 4, stepper motor with pi 4, stepper motor with Rpi4, stepper motor Raspberry Pi 4, Raspberry Pi stepper motor
Hello friends, I hope you all are having fun. Welcome to the 10th tutorial of our Raspberry Pi programming course. In the last chapter, PWM was utilized to regulate the DC motor's speed and direction with a motor driver L293D. In this chapter, we'll advance our skills with PWM and use it to control a stepper motor using the same motor driver L293D.Here's the video demonstration of this project:Let's get started: Components RequiredHere's the list of components, which we will use to control the speed and direction of Raspberry Pi 4: Raspberry Pi 4.Stepper Motor. Motor Driver IC(L293D). Jumper wires. 9V Battery. Breadboard. The Raspberry Pi with desktop is required for this project. An SSH connection can be made, or the RPi can ...
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
Introduction to Raspberry Pi 3
introduction to raspberry pi 3, intro to raspberry pi 3, working of raspberry pi 3, applications of raspberry pi 3, advantages of raspberry pi 3, specs of raspberry pi 3
Hey Friends! Electronic experts always strive to develop new electronic devices that meet the needs and requirements of the customers. Technology has been evolved remarkably well where devices are becoming compact and composed. Using old conventional ways to develop electronic devices are becoming obsolete that occupied more weight and space, turned out to be expensive and capable of doing fewer number of operations. Today, I am going to discuss the details on the Introduction to Raspberry Pi 3. It is just like a small computer that comes with CPU, GPU, USB ports and i/o pins and can be connected with external peripherals and helps in running number of operations like regular computer. First generation Raspberry Pi was developed in 2012, with the ...
Blog
Speech Recognition System Using Raspberry pi 4
Speech Recognition System Using Raspberry pi 4, speech recognition project using Raspberry Pi 4, Raspberry Pi 4 speech recognition, speech recognition with RPi4
Thank you for joining us for yet another session of this series on Raspberry Pi programming. In the preceding tutorial, we created a pi-hole ad blocker for our home network using raspberry pi 4. We also learned how to install pi-hole on raspberry pi four and how to access it in any way with other devices. This tutorial will implement a speech recognition system using raspberry pi and use it in our project. First, we will learn the fundamentals of speech recognition, and then we will build a game that uses the user's voice to play it and discover how it all works with a speech recognition package. Here, you'll learn: The basics of voice recognition On PyPI, what packages may be found? Utilize the SpeechRecognition package with a wide range ...
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
How to Create a Time-Lapse Animations with Raspberry Pi 4
Time-Lapse Animations with Raspberry Pi 4, RPi4 Camera, Raspberry Pi 4 Camera, Camera in RPi4, Camera in Raspberry Pi 4, Time lapse animation RPi4
Welcome to the next tutorial of our Raspberry Pi programming course. Our previous tutorial looked at how to Interface DS18B20 with Raspberry Pi 4. This tutorial will teach us how to create a time-lapse video with still images and understand how phototimer and FFmpeg work. What is time-lapse? When photographing something over a lengthy period, "time-lapse" comes to mind. A video can be created by mixing the still photos. Plant development may be tracked with time-lapse movies, as can the changing of the seasons. They can also be utilized as low-resolution security cameras. Components Raspberry pi 4B Pi camera Connect to the Raspberry Pi Cameras that can be used with the Raspberry Pi are a bit limi ...
Blog
Interfacing Servo Motor with Raspberry Pi Pico using MicroPython
Interfacing Servo Motor with Raspberry Pi Pico using MicroPython, raspberry pi pico servo motor, servo motor raspberry pi pico, raspberry pi pico servo control, servo motor control with raspberry pi pico, Rpi pico servo motor, servo motor Rpi pico
Hello readers, I hope you all are doing great. In our previous tutorial, we discussed the implementation of pulse width modulation (PWM) in Raspberry Pi Pico using the MicroPyton programming example. We also implemented the LED brightness control program to demonstrate an application of the pulse width modulation technique. In this tutorial, we are going to implement another application of pulse width modulation technique which is ‘Direction and position control of a servo motor’ with Raspberry Pi Pico module and MicroPython programming language. Later in this tutorial, we will also discuss how to control the position of a servo motor with push buttons (to be used as control inputs) and also to use LEDs for indication purposes. What is Servo Motor? Before interfacing the servo motor with ...
Blog
Interface Ultrasonic Sensor with Raspberry Pi 4 using Python
Interfacing Ultrasonic Sensor with Raspberry Pi 4, Ultrasonic Sensor with Raspberry Pi 4, Ultrasonic Sensor with Pi 4, pi 4 ultrasonic sensor, ultrasonic sensor pi 4, RPi4 ultrasonic sensor, Raspberry pi 4 ultrasonic sensor, ultrasonic sensor raspberry pi 4
Hello friends, I hope you all are doing well. Today, I am going to share the 5th tutorial of Section-III in our Raspberry Pi Programming Course. In our previous tutorial, we have seen the interfacing of a PIR Sensor with Raspberry Pi 4. In today's tutorial, we will interface an Ultrasonic sensor with Raspberry Pi and will use Python to perform its calculations. So, let's get started: Components:Here's the list of components, we are going to use in today's project: Raspberry Pi 4 Ultrasonic sensor Male-to-female jumper wires Breadboard1k ohm resistor 2k ohm resistor What are Ultrasonic Sensors? An Ultrasonic Sensor consists of a transmitter and a receiver, the transmitter emits the ultrasonic wave, which after hitting some ob ...
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
Interface a Fingerprint Sensor with Raspberry Pi 4
Interface a Fingerprint Sensor with Raspberry Pi 4,fingerprint sensor with Rpi4, Rpi4 fingerprint sensor, raspberry pi fingerprint scanner
Hello friends, I hope you all are going great. Today, I am going to share the 10th tutorial of Section-III in our Raspberry Pi Programming Course. In our previous tutorial, we interfaced a Gas Sensor MQ-2 with Raspberry Pi 4. Today, we will be interfacing a Fingerprint Sensor with Raspberry Pi today. After appearing only in science fiction films until recently, fingerprint sensors are often employed to confirm an individual's identity in various contexts. Today, fingerprint-based systems are used for everything from checking in at the office to verifying an employee's identity at the bank, withdrawing cash from an ATM, and proving one's identity at a government agency. For identifying purposes, fingerprint-detecting technology has been used for so ...