2062 Items
Items Count Gear
How to Use a Raspberry Pi as a DNS Server TEP , The Engineering Projects , Boxes
How to Use a Raspberry Pi as a DNS Server, rpi4 dns server, dns server rpi4, raspberry pi 4 dns server, dns server in raspberry pi 4, raspberry pi as dns server, raspberry pi 4 dns server
Welcome to the next tutorial of our Raspberry Pi programming course. Our previous tutorial taught us to set up a free media server on Raspberry Pi. We also learned how to connect with different devices and stream media files. This tutorial will teach us how to use a Raspberry pi as a DNS server. Prerequisites You must have access to the following resources to follow this tutorial: Raspbian Pi OS on Raspberry Pi (2-4). Internet access is required. There must be a unique identifier for every machine on the Internet to speak with each other Using IP addresses; clients can ide ...
How to Use a Raspberry Pi as A Media Server TEP , The Engineering Projects , Boxes
How to Use a Raspberry Pi as A Media Server, raspberry pi 4 media server, media server in raspberry pi 4, raspberry pi 4 media server, plex in rpi4, rpi4 plex, media server rpi4, rpi4 media server
<img src="https://images.theengineeringprojects.com/image/main/2022/05/How-to-Use-a-Raspberry-Pi-as-A-Media-Server-1.jpg" alt="How to Use a Raspberry Pi as A Media Server, raspberry pi 4 media server, media server in raspberry pi 4, raspberry pi 4 media server, plex in rpi4, rpi4 plex, media server rpi4, rpi4 media server" class="alignCenter" width="300" height="151" srcset="https://images.theengineeringprojects.com/image/300/2022/05/How-to-Use-a-Raspberry-Pi-as-A-Media-Server-1.jpg 300w, https://images.theengineeringprojects.com/image/600/2022/05/How ...
How to Setup a Web Server in Raspberry Pi 4? TEP , The Engineering Projects , Boxes
How to use a raspberry pi 4 as a webserver, raspberry pi 4 webserver, webserver in raspberry pi 4, rpi4 webserver, webserver rpi4, webserver in raspberry pi 4
<img src="https://images.theengineeringprojects.com/image/main/2022/05/How-to-use-a-raspberry-pi-as-a-webserver-1.jpg" alt="How to use a raspberry pi 4 as a webserver, raspberry pi 4 webserver, webserver in raspberry pi 4, rpi4 webserver, webserver rpi4, webserver in raspberry pi 4" class="alignCenter" width="300" height="131" srcset="https://images.theengineeringprojects.com/image/300/2022/05/How-to-use-a-raspberry-pi-as-a-webserver-1.jpg 300w, https://images.theengineeringprojects.com/image/600/2022/05/How-to-use-a-raspberry-pi-as-a-webserver-1.jpg 60 ...
Interfacing Servo Motor with Raspberry Pi Pico using MicroPython TEP , The Engineering Projects , Boxes
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 h ...
Taking a screenshot in Raspberry pi 4 TEP , The Engineering Projects , Boxes
Taking a screenshot in Raspberry pi, how to take a screenshot in Raspberry pi 4, screenshot raspberry pi 4, screenshot rpi4, rpi4 screenshot, take a photo with rpi4, pic rpi4
<img src="https://images.theengineeringprojects.com/image/main/2022/05/1-2.jpg" alt="Taking a screenshot in Raspberry pi, how to take a screenshot in Raspberry pi 4, screenshot raspberry pi 4, screenshot rpi4, rpi4 screenshot, take a photo with rpi4, pic rpi4" class="alignCenter" width="300" height="219" srcset="https://images.theengineeringprojects.com/image/300/2022/05/1-2.jpg 300w, https://images.theengineeringprojects.com/image/600/2022/05/1-2.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" decoding="async" loading="lazy" onclick="op ...
Printing in Raspberry Pi 4 TEP , The Engineering Projects , Boxes
Printing in raspberry pi, how to print in RPI4, printing Raspberry Pi 4, Raspberry Pi 4 printing, how to print in raspberry pi 4, print rpi4, rpi4 print
<img src="https://images.theengineeringprojects.com/image/main/2022/05/001-1.jpg" alt="Printing in raspberry pi, how to print in RPI4, printing Raspberry Pi 4, Raspberry Pi 4 printing, how to print in raspberry pi 4, print rpi4, rpi4 print" class="alignCenter" width="300" height="173" srcset="https://images.theengineeringprojects.com/image/300/2022/05/001-1.jpg 300w, https://images.theengineeringprojects.com/image/600/2022/05/001-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" decoding="async" loading="lazy" onclick="openImage(this)"/ ...
Tweeting on Raspberry pi 4 TEP , The Engineering Projects , Boxes
Tweeting on Raspberry pi 4, how to tweet in RPi4, tweet in RPi4, how to tweet in RPi4, twitter RPi4, Twitter with Raspberry Pi 4, How to tweet with Raspberry Pi 4
Welcome to the next tutorial of our Raspberry Pi programming course. Our previous tutorial taught us to configure our raspberry pi for voice control. We also discussed some methods of reducing vexing noises so that the voice command program understands you. However, in this lesson, we will learn how to tweet from Raspberry pi. What will we learn? Assume you wish to add tweeting into a Raspberry Pi software you're developing. This article will show you how to build a Twitter app, get access privilege tokens, and post a tweet. On our Raspberry Pi, we'll make a simple program that tweets the re ...
Voice Control Project using Raspberry Pi 4 TEP , The Engineering Projects , Boxes
Voice Control on Raspberry Pi, Voice Control using Raspberry Pi 4, Voice Control in RPi4, RPi4 voice control, voice control rpi4, voice control with raspberry pi 4
<img src="https://images.theengineeringprojects.com/image/main/2022/05/13-1.jpg" alt="Voice Control on Raspberry Pi, Voice Control using Raspberry Pi 4, Voice Control in RPi4, RPi4 voice control, voice control rpi4, voice control with raspberry pi 4" class="alignCenter" width="300" height="221" srcset="https://images.theengineeringprojects.com/image/300/2022/05/13-1.jpg 300w, https://images.theengineeringprojects.com/image/600/2022/05/13-1.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" decoding="async" loading="lazy" onclick="openImage( ...
Implementing PWM with Raspberry Pi Pico using MicroPython TEP , The Engineering Projects , Boxes
Implementing PWM with Raspberry Pi Pico using MicroPython, pwm rpi pico, rpi pico pwm, pwm with raspberry pi pico, raspberry pi pico pwm, how to use pwm in raspberry pi pico, pwm raspberry pi pico, pulse width modulation in rpi4
Hello readers, I hope you all are doing great. In our previous tutorial, we discussed the implementation of LED interfacing and blinking program with Raspberry Pi Pico using MicroPython programming language. So continuing with our previous tutorial, in this tutorial we will learn how to control the LED brightness using PWM (pulse width modulation technique). As we mentioned above, in our previous tutorial we implemented the LED blinking program with a Raspberry Pi Pico board. Blinking an LED means turning ON and OFF and thus the process involves only two states that are ‘1’ (HIGH) and ‘0’ (LO ...
Top Reasons for Microsoft SQL Database Failure  TEP , The Engineering Projects , Boxes
sql, sqllite, common issues in sql
<img src="https://images.theengineeringprojects.com/image/main/2022/05/SQL-Copy.png" alt="sql, sqllite, common issues in sql" class="alignCenter" width="300" height="150" srcset="https://images.theengineeringprojects.com/image/300/2022/05/SQL-Copy.png 300w, https://images.theengineeringprojects.com/image/600/2022/05/SQL-Copy.png 600w" sizes="(max-width: 300px) 100vw, 300px" decoding="async" loading="lazy" onclick="openImage(this)"/> Today all businesses utilize databases for practically all operations, ranging from sales &amp; ...