Categories
Temporarily Offline Youtube

How to install Ham Clock and get the most use out of the 7″ Raspberry Pi Touch Screen

Installing HamClock isn’t easy, but I show you how and I also give it that extra TO twist to make it start on boot and stay full screen. This is a great addition for your wall of gear in your shack. Now if only I had a matching weather station to go with it!

👉 SD Card Reader: https://amzn.to/3y16ALg
👉 SD Card: https://amzn.to/3gWFmQ7
👉 Touch Screen: https://amzn.to/3x1oDkh
👉 SmartiPi Case: https://amzn.to/3ji5gzp
👉 Raspberry Pi 4B 1GB: https://amzn.to/3y3VN2R
👉 Raspberry Pi Power Supply: https://amzn.to/2UKUiYY

👉 Download PI Image:  https://www.raspberrypi.org/software/
👉 Download HamClock: https://www.clearskyinstitute.com/ham/HamClock/

👉Mount the SD card on your workstation and create a zero byte file on the boot volume called `ssh` to enable ssh at first boot. The username will be ‘pi’ with a password of ‘raspberry’

👉Add this file to the boot volume also, call it ‘wpa_supplicant.conf’:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="YOUR WIFI SSID"
psk="YOUR WIFI PASSWORD"
}

👉Login to raspberry pi from console with keyboard or from ssh and

wget https://www.clearskyinstitute.com/ham/HamClock/ESPHamClock.tgz
tar -xzvf ESPHamClock.tgz
sudo apt install libx11-dev -y
cd ESPHamclock
make -j 4 hamclock-800×480
sudo make install

👉setup autostart:
mkdir -p /home/pi/.config/lxsession/LXDE-pi
use your favorite editor to create the autostart file
[edit] /home/pi/.config/lxsession/LXDE-pi/autostart
@xset s off
@xset -dpms
@xset s noblank
@hamclock

👉Turn off Raspberry Pi LEDs
use your favorite editor to create turn off the LEDs in /etc/rc.local
sudo [edit] /etc/rc.local
echo 0 (GREATER THAN SYMBOL) /sys/class/leds/led0/brightness
echo 0 (GREATER THAN SYMBOL) /sys/class/leds/led1/brightness

👉 Configure
In the terminal type ‘hamclock’ and go through the configuration screens

DX Cluster: https://www.ng3k.com/Misc/cluster.html

Lat/Long Setup: https://gps-coordinates.org/

Click the 👍 Like Button, 🤡 Leave a Comment, ❤️ Subscribe

👉 Support The Channel 👈
❤️ Patreon: https://www.patreon.com/temporarilyoffline

📺 Youtube Memberships: https://www.youtube.com/temporarilyoffline/join
💸 Tip Jar: https://paypal.me/temporarilyoffline
👕 Merch: https://shop.spreadshirt.com/temporarilyoffline/
🧰 Gear I Use: https://kit.co/TemporarilyOffline
🛒 Amazon Link: https://www.amazon.com/shop/temporarilyoffline
📻 $15 off at Radioddity: http://radioddity.refr.cc/temporarilyoffline

👉 Fun Stuff 👈
👉 Discord: https://discord.gg/97tkMEc
🕊️ Twitter: https://twitter.com/KiloMike9Golf
😸 Github: https://github.com/TemporarilyOffline

If you’d like to send in something for the channel to review, repair or feature, you can send it here:

TemporarilyOffline
P.O. Box 101
Luck, WI 54853

Where possible, all links are affiliate links, this youtube thing is an expensive endeavor and every little bit helps.