Pi-Star setup reference
Pi-Star GitHub repositories · Pi-Star User Forum · Telegram
Initial configuration steps
Power on hotspot into Auto AP mode, immediately configure the wireless network, including setting the country code, and then save, and without doing anything else, power off the hotspot.
Next configuration steps
Power on hotspot so that it connects to the configured wireless network, and then perform the following steps:
MMDVM Display Port for Nextion connected to radio/modem board: modem
Radio Frequency for simplex hotspot = 438.550.000
(for dedicated D-STAR simplex hotspot = 438.600.000)
Radio Frequency for duplex hotspot = RX: 433.650.000 / TX: 438.650.000
(for the radio's codeplug = RX: 438.650.000 / TX: 433.650.000)
Expert Editor > ircDDBGateway:
Expert Editor > MMDVMHost:
Expert Editor > PiStar-Remote:
Expert Editor > WiFi:
Delete #PWD note.
Expert Editor > BM API:
Final configuration steps
Power off hotspot, and then power it back on using the new hostname. Connect to Pi-Star via SSH.
Change the date format
This changes the format of dates displayed on the Nextion from the Great Britain DD/MM/YYYY format to the U.S. MM/DD/YYYY format:
- Enable read-write mode:
rpi-rw
- Open the locales configuration utility
sudo dpkg-reconfigure locales
- De-select:
en_GB.UTF-8
select:
en_US.UTF-8
and then select Ok. - On the next page, select the default locale for the system environment:
en_US.UTF-8
and then select Ok. - When the process is complete, reboot Pi-Star:
sudo reboot
Run a Pi-Star Update and, optionally, an Upgrade
Ensure the dashboard includes all the latest features and fixes:
sudo pistar-update
- If not on the latest Pi-Star version, also run an Upgrade:
sudo pistar-upgrade
- When the process is complete, reboot Pi-Star:
sudo reboot
Run an OS Update
The OS Update ensures that any missing or broken os files are installed or repaired, and any extraneous files are removed:
- Enable read-write mode:
rpi-rw
- Run:
sudo apt-get update && sudo apt-get upgrade -y --fix-missing --fix-broken && sudo apt-get dist-upgrade -y --fix-missing --fix-broken
- Re-enable read-only mode:
rpi-ro
Fix entropy issue
[Only needed for release candidates prior to RC8; not needed for 4.1.0 full release or 3.4.17] This improves the ability of newer hotspots to connect to WiFi:
sudo apt-get install rng-tools