EN / USD
93 Items
 Home
Blog
Interfacing of DHT11 with Raspberry Pi Pico
DHT11 Raspberry pi 4, Raspberry pi 4 DHT11, interface dht11 with RPi4, RPi4 DHT11, DHT11 RPi4, temperature monitoring DHT11 RPi4, moisture sensing DHT11 Raspberry pi 4
Hello readers, I hope you all are enjoying our Raspberry Pi Pico programming series. In our previous tutorials, we learned how to access Raspberry Pi Pico’s GPIO pins for both input as well as output operations. For demonstration, we used LED as an output component and a push button as an input component. Now let’s learn how to interface sensor modules with the Raspberry Pi Pico module. So, in this tutorial, we will learn how to interface the DHT11 sensor with the Raspberry Pi Pico module and fetch the observed data (from its surrounding) using the MicroPython programming language. Before writing the code for interfacing and fetching the data from the respective sensor, let’s first have a look at the working operation, features and properties of the DHT sensor. ...
Blog
Raspberry Pi Pico Dual Core Programming with MicroPython
Raspberry Pi Pico Dual Core Programming with MicroPython, raspberry pi pico dual core programming, dual core rpi4, rpi4 dual core, dual core in raspberry pi pico, raspberry pi pico dual core, dual core mode in rpi pico
Hello readers, I hope your all are doing great. We know that a Raspberry Pi Pico module comes with multiple inbuilt features for example onboard memory, processing units, GPIOs or General Purpose Input Outputs (used to control and receive inputs from various electronic peripherals) etc. In our previous tutorials, we discussed how to access GPIO pins of the Raspberry Pi Pico module for both input as well as output operations. In this tutorial, we are going to discuss another important feature of the Raspberry Pi Pico module (RP2040) which is Dual Core Processor. The Pico board features with 133MHz ARM Cortex-M0+, Dual Core Processor. This dual-core feature makes the Pico module capable of multiple thread execution or multithreading. Now before writing the MicroPython program let’s first un ...
Blog
How to Use a Raspberry pi as a VPN Server
How to Use a Raspberry pi as a VPN Server, raspberry pi 4 as vpn server, rpi4 vpn, vpn in rpi4, vpn server rpi4, raspberry pi 4 vpn server, vpn server raspberry pi 4
Welcome to the next tutorial of our Raspberry Pi programming course. Our previous tutorial taught us how to use a raspberry pi as a DNS server. We also looked at the benefit of this DNS server. This tutorial will teach us to set up Raspberry pi as a VPN server. This is an excellent method for increasing your network security and getting access to your local area network from the world wide web, but setting up your VPN server might be a challenge. Pi VPN uses a guided install to turn your Raspberry into a low-cost, high-performance VPN server. What is Pi VPN? It is an OpenVPN server optimized for all Raspberry platforms above pi 2. It allows you to access your home network over the internet safely and securely. Smart devices and your network can ...
Blog
How to Use a Raspberry Pi as a DNS Server
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 identify the servers they need to contact. However, no one is expected to remember the digits of an address; thus, DNS names are used instead. This DNS can be built on a Raspberry. It's a number-to-domai ...
Blog
How to Use a Raspberry Pi as A Media Server
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
Welcome to the next tutorial of our Raspberry Pi programming course. Our previous tutorial taught us to set up a webserver in raspberry pi. We also looked at configuring addclient and deploying apps to our repositories. This tutorial will teach us to set up a free media server on Raspberry Pi. Using a Raspberry Pi as a multimedia server requires: An operating system and miniDLNA program installed on your Raspberry Pi, You can attach various cleanly formatted and fragmented hard disks to your Raspberry Pi for storing and streaming media files. A basic understanding of how to use a computer, Client-server architecture skills, familiarity with Unix terminal and Secure shell, and a passion for computing and the media are a must! Even if you ...
Blog
How to Setup a Web Server in Raspberry Pi 4?
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
Hello friends, I hope you all are doing great. Today, we are going to share the 2nd tutorial of Section-VIII in the Raspberry Pi Programming Course. In the previous tutorial, we interfaced a Barcode Scanner with Raspberry Pi 4. In today's tutorial, we will discuss how to set up a web server in raspberry pi. So, let's get started: Components Required We are going to use the following components, in today's project: Ethernet cable MicroSD card Keyboard Mouse HDMI cable Monitor Expand FileSystem When configuring a Raspberry Pi, select the expand FileSystem option to ensure that all of the Micro SD storage is allocated for the operating system and modify the default Pi passwords to protect your server from attacker ...
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
Taking a screenshot in Raspberry pi 4
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
Welcome to the next tutorial of our Raspberry Pi programming course. Our previous tutorial taught us to how to print from a Raspberry pi. We also discussed some libraries to create a print server in our raspberry pi. We will learn how to take screenshots on Raspberry Pi using a few different methods in this lesson. We will also look at how to take snapshots on our Raspberry Pi using SSH remotely. Why should you read this article? This article will assist you when working with projects that require snapshots for documenting your work, sharing, or generating tutorials. So, let us begin. Screenshots are said to be the essential items on the internet today. And if you have seen these screenshots in tutorial videos or even used them in regular commu ...
Blog
Printing in Raspberry Pi 4
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
Welcome to the next tutorial of our Raspberry Pi programming course. Our previous tutorial taught us to how to tweet from Raspberry pi. We also discussed some methods used by the tweepy library to perform some API calls in our project. We will learn how to print from a Raspberry pi in this lesson. Let us get started There are several benefits of having a print server. Print servers may link numerous computers to one or multiple printers, either physically or wirelessly, allowing you to access the printer with various devices and send print instructions from all the other connected computers. It is not easy to print from an Android smartphone to a cabled printer; however, a printer server makes it simple. A print server is useful in small workpl ...
Blog
Tweeting on Raspberry pi 4
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 result of the uptime command. This is a made-up example, but it demonstrates what is needed to tweet from a raspberry pi. For this session, a repo has been set up. Because we'll be referring to code wit ...