PHAD: A Replacement for Pi-Hole's Chronometer (and also PADD)


For this project, I snagged the Jun-Electron 3.5" touch screen with case setup. - Link below

The Pi I used is a Pi 3B+, 4G

I had an issue when I first tried this project. After installing the driver, it would get stuck on the boot screen and there was no way out of it. The last line in the boot sequence was: "i2c /dev entries driver". I did already have Pi-Hole installed on the SD which I think is where the issue was.

I ended up re-flashing the SD with a fresh install of Raspian Lite (32 bit) and the below steps worked for me. In the comments for the LCD screen on Amazon, a customer pointed out the Lite version doesn't work with the drivers for this but I didn't run into any issues.

  1. Flashed SD with Raspbian Lite (32 bit)

  2. Add SSH file to boot Volume

    If you have the latest version of R-Pi Imager, they have now included “Advanced options” to auto configure many settings while it’s writing the image. Brilliant!! (saves a bit of time too)

    For those who like it the “old skool” way, do the following:

    On a Windows machine:

    On a Mac via Terminal:

    cd /
    cd /Volumes/boot
    
    touch ssh
    
    ls
    
    cd
    

    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/99db436f-c763-4308-8c71-24a94bcf5496/Untitled.png

  3. Put together screen and Pi

  4. Boot Pi

  5. SSH into the Pi with PuTTy or Terminal (or connect to a monitor)

  6. This would be a good time to update your password to something only you know:

    passwd