Looking to add an array to your BASH script? In this tutorial we will cover everything you need to know, and perhaps a few extra things that will surprise you!…
Tag: Raspbian
How To Install Home Assistant Core On Raspberry Pi OS
Did you know that there are several ways to install Home Assistant on a Raspberry Pi? For most people it makes sense to use the image supplied by Home Assistant,…
Raspberry Pi WordPress With MariaDB Setup Guide
Yes it’s absolutely possible to set up a LAMP server with MariaDB and PHP on Raspberry Pi! Perhaps you already have a project in mind, but here is a great…
How To Write A BASH Script With Arguments
In this tutorial we will learn how to pass arguments from the command line to our script when executed either manually or by another program. The list of uses for…
How To Use Raspberry Pi GPIO Serial Port To Program Arduino
Looking to flash Arduino via the serial bootloader with the Raspberry Pi GPIO serial port? This article explains how to use the Raspberry Pi serial port to flash Arduino without…
How To Program Arduino From The Raspberry Pi Command Line
Did you know that the Arduino IDE can be run from the command line? This means that we can create and flash sketches using the Raspberry Pi terminal and this…