Earn Maker Points on Every Order! Learn More!

NewsFeed

Difference between Raspberry Pi HDMI Port types - Difference between Raspberry Pi HDMI Port types - Difference between Raspberry Pi HDMI Port types - Difference between Raspberry Pi HDMI Port types

Difference between Raspberry Pi HDMI Port types

Raspberry Pi 4B was launched recently and everyone is busy in grabbing their favorite Raspberry Pi's. But many of them have some doubts regarding the HDMI Ports. Because the Raspberry Pi 4 comes with a micro HDMI Ports. And if you think the Pi Zero's Adapter will work with that, then it is wrong (Pi Zero uses mini HDMI). Let's...

How to Connect Raspberry Pi with Laptop - Headless Setup - How to Connect Raspberry Pi with Laptop - Headless Setup - How to Connect Raspberry Pi with Laptop - Headless Setup - How to Connect Raspberry Pi with Laptop - Headless Setup

How to Connect Raspberry Pi with Laptop – Headless Setup

Think of carrying a Keyboard, Display and Mouse separately for a small Raspberry Pi. It's little odd right?. There is an option to use your own laptop hardware (Keyboard, Mouse and Display) with the Raspberry Pi. This guide will help you to get it done. Using Ethernet cable (No Router needed) you can directly connect the Raspberry pi with...

16x2 LCD Display with I2C | PCF8574 Library - 16x2 LCD Display with I2C | PCF8574 Library - 16x2 LCD Display with I2C | PCF8574 Library - 16x2 LCD Display with I2C | PCF8574 Library

16×2 LCD Display with I2C | PCF8574 Library

16×2 LCD is an alphanumeric display that can show up to 32 characters on a single screen. You can display more characters by scrolling the texts one by one. We have already seen how to connect LCD Display directly with the Arduino using 4bit and 8bit modes in our previous tutorial. But those two modes will utilize many numbers of GPIO Pins...

Alexa-Pi

DIY Amazon Alexa using Raspberry Pi | Standalone | May 2018

Alexa, what’s the weather now?Currently, in Bengaluru, It’s 23oC with intermittent Clouds.Did you impressed with Alexa replies ever? Let’s build our Own Amazon Echo with Raspberry Pi that can respond to your Voice commands just like an Amazon Echo device. It will provide almost all services that an Echo does like Weather forecast, Calculations, Home automation, IFTTT and Many...

Connect Raspberry Pi with Mobile Screen | Android | VNC Viewer - Connect Raspberry Pi with Mobile Screen | Android | VNC Viewer - Connect Raspberry Pi with Mobile Screen | Android | VNC Viewer - Connect Raspberry Pi with Mobile Screen | Android | VNC Viewer

Connect Raspberry Pi with Mobile Screen | Android | VNC Viewer

Android Apps makes our task easier. It makes the IoT more simple and everybody can have access to it Anytime and Anywhere. It is used in most of Home Automation apps nowadays.We can access Raspberry Pi using different methods. But how can we use our Mobile phone to access the Raspberry Pi wirelessly? In this tutorial, we will see...

AutoRun your Python Code on Raspberry Pi - using Crontab - AutoRun your Python Code on Raspberry Pi - using Crontab - AutoRun your Python Code on Raspberry Pi - using Crontab - AutoRun your Python Code on Raspberry Pi - using Crontab

AutoRun your Python Code on Raspberry Pi – using Crontab

Unlike Arduino, the Raspberry Pi won’t run the code until it is executed manually. We need a scheduler to run the python code when the Pi is powered up or rebooted. Crontab (cron table) is scheduler used in Linux to schedule a specific task at a specific time. It is mostly used by Linux system Administrators to automate his...

New Raspberry Pi 3 Announced - Improved Processor & Networking - New Raspberry Pi 3 Announced - Improved Processor & Networking - New Raspberry Pi 3 Announced - Improved Processor & Networking - New Raspberry Pi 3 Announced - Improved Processor & Networking

New Raspberry Pi 3 Announced – Improved Processor & Networking

Raspberry Pi 3 Model B+ AnnouncedOn this Pi day, The Raspberry Pi organization released its new board called 'Raspberry Pi 3 Model B+' enhanced with new 1.4 GHz Cortex A53 Processor and a Dual-band WiFi compliance. The Pi organization also announced that it is working on Power Over Ethernet which makes Powering the Pi over Ethernet line. The new...

pi-zero-w-headless-setup-factoryforward

Raspberry Pi Zero W Headless setup – Windows 10 RNDIS Driver issue resolved

Setting up a headless setup for Pi Zero W is simple. The limitation of Pi Zero and Zero W is that it doesn't have an Ethernet port. All we have is a single USB port. We need to use it as an Ethernet via USB technique to access the Pi. There are many tutorials available for this. But if...