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.toml
onto your microcontroller (I'm using CircuitPython) - Install CircuitPython packages. I use circup for this:
circup install --auto
- Update
settings.py
with your pi-hole's API key. - Update
settings.toml
with your wifi information. - Update
code.py
with the correct URL to your pi hole. (Line 48 and Line 74).