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 ...
<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 ...
<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 ...
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 ...
<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 ...
<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)"/ ...
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 ...
<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( ...
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 ...