I built a GRB (Giant Red Button) to disable our pi-hole! You can check out my YouTube video here:
This repo has the source code and STL files for what I built. Here are the other parts that I purchased:
Some useful links:
To get this working:
- Copy
code.py,setings.py, andsettings.tomlonto your microcontroller (I'm using CircuitPython) - Install CircuitPython packages. I use circup for this:
circup install --auto - Update
settings.pywith your pi-hole's API key. - Update
settings.tomlwith your wifi information. - Update
code.pywith the correct URL to your pi hole. (Line 48 and Line 74).
