
Wait! Don’t Go Yet! 👋
Become a Member Today and Unlock Access to All eBooks! 😍
Thousands of eBooks at your fingertips. Read, learn, and grow anytime, anywhere ✨

Become a Member Today and Unlock Access to All eBooks! 😍
Thousands of eBooks at your fingertips. Read, learn, and grow anytime, anywhere ✨

In this project, we’re going to show you how to take photos with Node-RED using the Raspberry Pi Camera Module V2. Prerequisites: Parts required For this project, you need the following parts: Connect the Raspberry Pi Camera Module With the…

In this post, we’re going to show you how you can do video streaming with a Raspberry Pi and a Raspberry Pi Camera – how to stream live video into a web page that you can access from any device…

In this project, you’ll install an SQLite package for Node-RED and learn how to write simple SQL queries to interact with your SQLite database. Recommended resources: Basic Raspberry Pi setup Before you continue reading this project, please make sure you have…

In this blog post, I’ll introduce you to phpLiteAdmin, which is a web-based user interface written in PHP that makes it easy to interact with SQLite databases. Don’t have a Raspberry Pi board? Read Best Raspberry Pi Starter Kits. Basic Raspberry Pi…

In this blog post, I’ll introduce you to SQLite, which is an in-process lightweight library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world, and its source code…

A big part of using a Raspberry Pi is also using the terminal. The terminal is something that a lot of people try to avoid because they feel like it is a bit hard to use. But it doesn’t need…

Raspberry Pi is a credit card-sized development board, and it is the perfect tool for students, artists, hobbyists, and hackers. It is a very versatile board with applications in several areas. Here are some awesome uses for your Raspberry Pi. 1. Retro…

In this project, you’ll create a standalone web server with a Raspberry Pi that can toggle two LEDs. You can replace those LEDs with any output (like a relay or a transistor). To create the web server, you will be using a…

In this post, you’ll configure the WiFi on your Raspberry Pi. If it’s your first time using the RPi, first make sure you read my Getting Started with Raspberry Pi guide. Setting up your WiFi via the command line is the best method, since…

This is just a quick blog post explaining how you can install the latest version of Node.js in your Raspberry Pi. It’s really easy, and you can install Node.js with two simple commands in your terminal. Since I’ve spent a lot…