Option 1: Via Bluetooth
For PiAware 7.0 or later and a supported browser, you can set up your PiAware via Bluetooth.
Supported web browsers: Google Chrome, Opera, Microsoft Edge, Chrome for Android.
Sorry, Bluetooth configuration is not supported by this browser. Supported browsers currently include: Google Chrome, Google Chrome on Android, Opera, and Microsoft Edge
Set up via Bluetooth
Option 2: Manual Configuration
אם תשתמש במתאם Wi-Fi או USB מובנה לצורך החיבור לאינטרנט, תצטרך לערוך את קובץ הגדרת התצורה. תוכנת Etcher תפלוט אוטומטית את כרטיס Micro SD לאחר הפירמוט. הוצא את כרטיס Micro SD או את מתאם USB מהמחשב באופן ידני והכנס אותו בחזרה כדי לערוך את קובץ הגדרת התצורה.
קובץ הגדרות התצורה מאפשר למשתמש להגדיר את הדברים הבאים
- רשת קווית
- רשת אלחוטית (WiFi)
- PiAware תומך ברשתות לא מוצפנות או ברשתות מוצפנות מסוג WPA/WPA2; אין תמיכה ב-WEP
- עדכונים אוטומטיים או ידניים*
- פלט מיקום באמצעות הצלבה (MLAT)*
- סוג המקלט (RTL-SDR, Beast, Radarcape או מקור אחר של Mode S/ADS-B)
- RTL-SDR gain, PPM ואינדקס התקנים
* מציין שניתן לשנות הגדרה בדף הסטטיסטיקה של האתר.
לצפייה באפשרויות ההגדרה המלאות, עיין ב- הגדרות תצורה מתקדמות
פורמט קובץ הגדרות התצורה
The configuration file is a simple plain text format file. The TextEdit program on a MAC OS is known for saving in the rich text format and smart quotes so be sure those options are disabled in the program's preferences.
שורות שמתחילות ב"#" הן שורות עם הערות שהתוכנה מתעלמת מהן. היא מתעלמת גם משורות ריקות. כל השורות האחרות מכילות הגדרות תצורה.
Windows
- פתח את תוכנת Explorer
- בחר בהתקן כרטיס המיקרו SD ששמו piaware
- פתח את הקובץ ששמו piaware-config.txt
- הקובץ ייפתח ב-Notepad
Mac OS X
- פתח את תוכנת Finder
- בחר בהתקן כרטיס המיקרו SD ששמו piaware
- פתח את הקובץ ששמו piaware-config.txt
- הקובץ ייפתח ב-TextEdit
למטה נפתח קובץ הטקסט. ההוראות להפעלת Wi-Fi הן באות מודגשת.
#
# This file configures the Piaware sdcard image
# configuration. Whenever the system boots, this
# file is read and its contents are used to
# configure the system.
#
# Lines beginning with a '#' are comment lines
# and are ignored. Blank lines are also ignored.
# All other lines specify configuration settings.
#
#
# WIRED NETWORK CONFIGURATION
#
# Should piaware use the wired ethernet port
# for network access?
wired-network yes
# Wired network configuration:
# Most networks will use DHCP
wired-type dhcp
# Alternatively, a static address configuration
# can be provided; set "wired-type" to static to use this.
wired-address 192.168.1.10
wired-netmask 255.255.255.0
wired-broadcast 192.168.1.255
wired-gateway 192.168.1.254
wired-nameservers 8.8.8.8 8.8.4.4
#
# WIRELESS NETWORK CONFIGURATION
#
# Should piaware use a wifi adaptor
# for network access? You will need to attach
# a supported USB wifi adaptor for this to work.
# change this to "yes" to enable wifi
wireless-network yes
# Wifi SSID and password.
# This should be changed to match your wireless
# network SSID and, for networks that require
# a passphrase, the passphrase.
wireless-ssid MyWifiNetwork <-----replace MyWifiNetwork with the name of your WiFi (aka the SSID of your local network)
wireless-password s3cr3t <-----replace s3cr3t with the password to your WiFi
# Wifi network configuration:
# Most networks will use DHCP
wireless-type dhcp
# Alternatively, a static address configuration
# can be provided; set "wireless-type" to static to use this.
wireless-address 192.168.1.10
wireless-netmask 255.255.255.0
wireless-broadcast 192.168.1.255
wireless-gateway 192.168.1.254
wireless-nameservers 8.8.8.8 8.8.4.4
Windows
- לאחר עריכת הקובץ, שמור אותו וסגור את Notepad
- שלוף את כרטיס Micro SD או דרך המחשב שלי, על ידי לחיצה ימנית ובחירה באפשרות הוצא, או דרך מגש המערכת.
- כעת יוצג חלון קופץ שיודיע שאין בעיה להוציא את כרטיס SD
Mac OS X
- לאחר עריכת הקובץ, שמור אותו וסגור את TextEdit
- הוצא את כרטיס Micro SD או על ידי Finder או בעזרת סמל הוצאת הכרטיס.