Introduction

A solar powered WiFi extender can help you get WiFi access in places where you have a weak signal from your main router. By using solar power, you don't need to run electrical wires or change batteries. And you can build one yourself for only around $20!

In this comprehensive DIY guide, I will walk you through everything you need to know to build your own solar powered WiFi extender affordably.

What You Will Need

To complete this project, you will need the following components:

In total, you can source all of these components for around $20 to $30. The Raspberry Pi Zero W and the solar panel will be the biggest expenses.

Software Configuration

To turn the Raspberry Pi Zero into a WiFi extender, you'll need to install and configure some software:

Here are the steps to get the software set up:

  1. Image Raspberry Pi OS onto a microSD card using imaging software like Etcher.

  2. Enable SSH on the Pi by placing a blank file called ssh onto the boot partition of the SD card.

  3. Plug the microSD card into the Pi and power it on. Connect via SSH.

  4. Update the OS sudo apt update && sudo apt full-upgrade

  5. Install hostapd and dnsmasq sudo apt install hostapd dnsmasq

  6. Configure the hostapd and dnsmasq based on guides and tutorials. There are lots of resources online.

  7. The Pi should now be able to act as a WiFi access point!

Powering with Solar

To make your WiFi extender fully solar powered, you'll need to connect a solar panel to a power bank which will charge and power the Raspberry Pi.

Follow these steps:

  1. Get a 5V USB solar panel that can supply at least 2A - 3A of current.

  2. Using a power bank that can charge from 5V USB and has at least 10,000 mAh capacity. Anker makes quality affordable models.

  3. Connect the solar panel to the power bank using a USB charging cable. Place the panel in direct sunlight to charge.

  4. Once charged, disconnect the solar panel and connect the Raspberry Pi to the power bank's USB port.

  5. Place the panel back in daylight so it recharges the power bank while also powering the Pi.

The power bank acts as a buffer so the Pi can run even when the sun isn't shining!

Building an Enclosure

To complete your solar WiFi extender, you'll need to build or source a protective enclosure. Here are some options:

Make sure to include a hole for the solar panel wires too. The enclosure should protect the components from weather and accidental damage.

Installing Your Extender

With all the pieces assembled, now you can install your solar WiFi extender in place:

With a budget of only $20, you can now build your own solar-powered WiFi range extender! This project is an affordable way to expand your home or office WiFi network to those spots that your current router can't reach. Plus, tapping into the sun's energy means you'll avoid costly electrical wiring. Follow this guide and enjoy internet access from places your network doesn't currently cover.