Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.96 KB

raspberrypi.md

File metadata and controls

49 lines (34 loc) · 1.96 KB

A few tips for running a Raspberry Pi as an ACARS station

Navigation: home

The Pi can support 3 USB dongles with a good quality power supply. Most people will want to run an ADSB dongle, an ACARS dongle and a VDL2 dongle.

Here is how to set the Pi timezone / clock to UTC:
First run sudo raspi-config
From the main menu, slect option 5.

Then select your Timezone menu option:

Then select 'None of the above' (yeah, not so obvious is it...):

Then select UTC:


Jume 2024. Ignore this section

ZeroTeir is on tbg nasty list after doing a bait-and-switch. Ovoid them at all costs.

ZeroTeir

I access all my remote Pis (and a few Windows PCs needed for Jaero etc) via ZeroTier.com can not speak more highly of it.
Here is how to quickly install it on a fresh Pi:
curl -s https://install.zerotier.com/ | sudo bash
sudo systemctl enable zerotier-one
sudo zerotier-cli status
sudo zerotier-cli join YourZeroTeirNetworkID
Authenticate and name this Pi by going to your network on their website.
sudo zerotier-cli listnetworks
sudo touch /var/lib/zerotier-one/networks.d/YourZeroTeirNetworkID.conf

<script async src="https://www.googletagmanager.com/gtag/js?id=G-HGJWTNL65R"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-HGJWTNL65R'); </script>