The Raspberry Pi Zero 2 got a pretty major performance boost over the original Pi Zero but if that boost wasn’t quite enough for you then don’t panic! It is possible to squeeze even more performance out of the Pi Zero 2 by overclocking it and it turns out to be quite a straightforward process!… Continue reading Overclocking the Raspberry Pi Zero 2
Category: Raspberry Pi
Raspberry Pi Zero WiFi Access Point Tutorial
Firstly, start with updating the Raspberry Pi with the following commands: Then we need to download two packages, DNSMASQ and HOSTAPD and we can do that by running: Then we need to find the MAC address of the wlan0 interface. This interface is the WiFi connection to your router. Run the follwoing command and find… Continue reading Raspberry Pi Zero WiFi Access Point Tutorial
WiringPi on the Raspberry Pi Zero 2 W
This tutorial is going to cover how to set up the WiringPi library to enable you to use the GPIO on your Raspberry Pi in C. If you are looking for something more advanced than a blinky program, then make sure you check back as this tutorial is only the first in a long series.… Continue reading WiringPi on the Raspberry Pi Zero 2 W
VSCode Server Setup C Programming on Headless Raspberry Pi
Have you wondered how to code in C on your Raspberry Pi? Well today we are going to show you how to write a C program on a Raspberry Pi running in headless mode, that is the Raspberry Pi is only connected to WiFi and power, no keyboard or monitor. Programming on C on a… Continue reading VSCode Server Setup C Programming on Headless Raspberry Pi
Headless Raspberry Pi Setup
What is headless mode? Well the easiest way to describe it is simply by imagining using your Raspberry Pi with nothing connected, no keyboard, mouse or monitor, only power is required. We can still control the Raspberry Pi over a network connection and SSH so this solution is perfect for a minimal Raspberry Pi Setup.… Continue reading Headless Raspberry Pi Setup