EN / USD
93 Items
 Home
Blog
What is Raspberry Pi Pico? Pinout, Specs, Projects & Datasheet
What is Raspberry Pi pico, Raspberry Pi pico pinout, Raspberry Pi pico datasheet, Raspberry Pi pico projects
Hi Guys! I welcome you on board. In this post today, we’ll study What is Raspberry Pi Pico? We’ll also detail Raspberry Pi Pico Pinout, Specs, Projects & Datasheet. Raspberry Pi Pico is a little different from other modules introduced by Raspberry Pi Foundation. This unit is similar to Arduino Nano and is called a microcontroller board that incorporates a powerful RP2040 chip. This is different from other single-board computers that fall under the Raspberry Pi series. It is not a computer but a microcontroller board. I suggest you buckle up as I’ll explain Raspberry Pi Pico in detail. Let’s get started. What is Raspberry Pi Pico? Raspberry Pi Pico is a microcontroller board (released on 21 Jan 2021) mainly developed for robotics and embe ...
Blog
What is Raspberry Pi 4? Pinout, Specs, Projects & Datasheet
What is Raspberry Pi 4, Raspberry Pi 4 pinout, Raspberry Pi 4 datasheet, Raspberry Pi 4 projects
Hi Folks! I welcome you on board. Today, I am sharing the 2nd tutorial in the Raspberry Pi 4 learning series. In this post today, we’ll cover What is Raspberry Pi 4? Raspberry Pi 4 Pinout, Specs, Projects, Datasheet etc. Raspberry Pi 4 is a tiny dual-display single-board computer, developed by Raspberry Pi Foundation. This foundation has introduced a series of Raspberry Pi boards to teach computer basics in schools. With Raspberry Pi 4, you can control two monitors at once. Moreover, it is incorporated with a quad-core processor that is powerful and comes with more speed compared to its predecessors. I suggest you read this post till the end as I’ll cover Raspberry Pi 4 in detail. Let’s get started. What is Raspberry Pi 4? Raspberry Pi 4 is a dua ...
Blog
What is Raspberry Pi Zero? Pinout, Specs, Projects & Datasheet
What is Raspberry Pi Zero, Raspberry Pi Zero pinout, Raspberry Pi Zero datasheet, Raspberry Pi Zero projects
Hi Friends! Hope you’re well. In this post today, we’ll discuss What is Raspberry Pi Zero? We’ll also cover Raspberry Pi Zero Pinout, Specs, Projects & Datasheet. Developed by Raspberry Pi Foundation, Raspberry Pi Zero is a tiny single-board computer, initially introduced to teach basic computers in schools. Later, it rose to popularity due to its low cost and open source design. Now it is widely used in robotics and embedded systems to develop IoT projects. This device is among the bestselling British single-board computers. I suggest you read this post all the way through as I’ll cover Raspberry Pi Zero in detail. Let’s get started. What is Raspberry Pi Zero? Raspberry Pi Zero(released in Nov 2015, by Raspberry Pi Foundation) is a sin ...
Blog
Introduction to Raspberry Pi 3 B+
introduction to raspberry pi 3 b plus, features of raspberry pi 3 b plus, pinout of raspberry pi 3 b plus, specs of b plus
Hi Guys! Hope you are doing well. I am back to give you a daily dose of useful information. Today, I'll discuss the details on the Introduction to Raspberry Pi 3 B+. It is a small board computer, introduced by Raspberry Pi foundation in 14th March 2018 and is the most recent version of the Pi boards. It is a modified form of its predecessor Raspberry Pi 3 B that was introduced in 2016 and came with CPU, GPU, USP ports and I/O pins. Both versions are almost same in terms of functionality and technical specifications; however, there are some exceptions in the B+ model as it comes with USB boot, network boot, and Power over Ethernet option that are not present in the B model. Technology has been evolved over time with the purpose of making lives ...
Blog
How to Control DC Motor with Raspberry Pi 3
How to Control DC Motor with Raspberry Pi 3, dc motor with pi 3, pi 3 dc motor, dc motor control pi 3, dc motor with pi 3, dc motor with raspberry pi 3
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to Control DC Motor with Raspberry Pi 3. We will control both the speed and direction of DC Motor. I hope you have read the previous tutorial on How to Create a GUI in Raspberry Pi 3 as we are gonna create a small GUI in this tutorial as well and then we are gonna control our DC Motor with Buttons on GUI. In order to control the DC Motor, we have to use some drivers in between our Microcontroller and DC Motor. This driver's functionality is to control a 12V DC Motor with a 5V signal from a microcontroller. In today's tutorial, we are gonna use L298 Motor Driver. So, let's get started with How to Control DC Motor with Raspberry Pi 3: How to Control DC Mot ...
Blog
Raspberry Pi 3 Projects
raspberry pi 3 projects, raspberry pi projects, raspberry pi tutorials, raspberry pi 3, raspberry pi 3 project
Hey Fellas! Hope you are doing great. Our team always keeps your needs and demands on the top so you keep coming back for what we have to offer. Based on recent comments and suggestions given by our valuable visitors, I have decided to arrange all of our Raspberry Pi 3 projects so you get a clear idea What is Raspberry Pi 3 and How it is used for the execution of many projects? Are you feeling skeptical about learning Raspberry Pi 3 basics? Don't you worry, I have got you covered. I'll arrange all articles related to raspberry pi 3 in a sequence from beginner to pro level, so you find all information in one place and grab the main concept easily. Let's dive in and explore each and everything related to Raspberry Pi 3. Raspberry Pi 3 - Basics ...
Blog
How to Create PWM in Raspberry Pi 3
Create PWM Pulse in Raspberry Pi 3, pwm in pi 3, pwm pi 3, pwm in pi, pwm pi, pi 3 pwm, raspberry pi 3 pwm, pwm in raspberry pi 3
Hello friends, I hope you all are doing great. In today's tutorial, I am going to explain How to Create PWM in Raspberry Pi 3. In our previous tutorial, we have seen How to Create GUI in Raspberry Pi 3, & we have also controlled an LED from the GUI Buttons. So, I am gonna take that project and will add PWM code in it. So, I would recommend you to first have a look at LED Blinking with Raspberry Pi 3 in which we have designed this simple project and then check How to Create GUI in Raspberry Pi 3, where we have controlled that LED digitally with GUI. But today, we are gonna control the intensity of this LED by creating a PWM Pulse in Raspberry Pi 3. Along with that, we are also gonna have a look at How to use Scale in Raspberry Pi 3. I will add ...
Blog
How to Create a GUI in Raspberry Pi 3
How to Create a GUI in Raspberry Pi 3, gui in pi 3, pi 3 gui, raspberry pi 3 gui, gui in raspberry pi 3, tkinter in python, tkinter pyhton, tkinter raspberry Pi 3
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to Create a GUI in Raspberry Pi 3. There are many different third party libraries available and the one I am going to use is tkinter. I have tried these libraries and I liked it the most so that's why I'm gonna use it in my future Raspberry Pi 3 Projects. In our previous tutorial on Raspberry Pi 3, we have had a look at LED Blinking using Raspberry Pi 3. So, today I am gonna work on the same project and we will add a GUI in it. GUI is an abbreviation of Graphical User Interface and it is used to give a presentable form to your project. We will add some buttons on our GUI and we will turn ON or OFF our LED using buttons. It's quite a basic tutorial but it ...
Blog
LED Blinking using Raspberry Pi 3
LED Blinking using Raspberry Pi 3, led with pi 3, pi led blinking, led blinking in pi 3, led blinking pi,led pi, pi led, led in pi 3
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at LED Blinking using Raspberry Pi 3. It's our first embedded project on Pi 3 and its quite simple. In our previous tutorials on Raspberry Pi 3, we have seen How to install Rasbian on SD Card for Pi 3 and then we have also setup HDMI LCD with Pi 3. So, now our raspberry Pi 3 is ready to program. In today's tutorial, we will interface a single LED with digital Pin of Raspberry Pi and then we will design a simple code in Python which will turn this LE ON and OFF. It will be quite simple and I will guide you step by step, but if you got into any trouble then ask in comments and I will help you out. So, let's get starteed with LEd Blinking using Raspberry Pi 3 ...
Blog
How to Control Raspberry Pi 3 from Laptop
How to Control Raspberry Pi 3 from Laptop, raspberry pi 3 from laptop, raspberry pi 3 with laptop, raspberry pi 3 laptop, raspberry pi 3 with computer
Hello everyone, I hope you all are doing great. In today's article, I am going to show you How to Control Raspberry Pi 3 from Laptop or Computer. In our previous tutorial, we have seen How to setup 7 inch HDMI LCD with Raspberry Pi 3 and you must have noticed that designing your code on TFT LCD is quite difficult. So, either you have the LCD or not, its always better to work on your Laptop. In order to control our raspberry Pi 3 from Laptop, we have to use VNC server & client. It's a third party tool designed by RealVNC. We have to install VNC server on the raspberry Pi and VNC viewer on our laptop & after that we can quite easily control our VNC Server from VNC Viewer (Client). So, let's get started with How to Control Raspberry Pi 3 from ...