
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! Ham Clock!
๐ 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-800x480
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
Where possible, all links are affiliate links, this youtube thing is an expensive endeavor and every little bit helps.