John Weers
Published © GPL3+

Raspberry Pi Zero Wifi Adapter and Windows Backup Server

Add a $2 wifi card to a Pi Zero. This is based on the hackaday RPi Wifi project. Turn it into a Windows Backup Server. (In progress)

BeginnerShowcase (no instructions)2 hours19,358
Raspberry Pi Zero Wifi Adapter and Windows Backup Server

Things used in this project

Hardware components

Raspberry Pi Zero
Raspberry Pi Zero
×1
esp8266
×1
Resistor 22.1 ohm
Resistor 22.1 ohm
×6

Hand tools and fabrication machines

Soldering iron (generic)
Soldering iron (generic)

Story

Read more

Schematics

Schematic

basic schematic

Code

esp_reset

SH
the reset code
#!/bin/sh
sleep 30
sudo modprobe -r esp8089
echo 0 >/sys/class/gpio/export
sleep 1
echo low >/sys/class/gpio/gpio0/direction
sleep 1
echo in >/sys/class/gpio/gpio0/direction
sleep 1
sudo modprobe -r esp8089

Credits

John Weers

John Weers

10 projects • 132 followers

Comments