README.md aktualisiert
This commit is contained in:
parent
f0061837f5
commit
cd845185fe
29
README.md
29
README.md
|
@ -85,10 +85,6 @@ python ~/SHARI/SA818-prog2.01.py
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
No previous programming data available.
|
|
||||||
|
|
||||||
------------------------------------------------------
|
|
||||||
|
|
||||||
SA818-prog, Version 2.01
|
SA818-prog, Version 2.01
|
||||||
Programing SHARI PiXX / SHARI PiHat / SA818(U/V) Module
|
Programing SHARI PiXX / SHARI PiHat / SA818(U/V) Module
|
||||||
Programming Device name:
|
Programming Device name:
|
||||||
|
@ -100,10 +96,13 @@ Testing serial communications
|
||||||
Serial communications with the SA818 module are OK
|
Serial communications with the SA818 module are OK
|
||||||
|
|
||||||
What are you programming?
|
What are you programming?
|
||||||
Enter 1,2 or 3 where SHARI PiXX=1, SHARI PiHat=2, SA818 Module=3: 2
|
Enter 1,2 or 3 where SHARI PiXX=1, SHARI PiHat=2, SA818 Module=3: 3
|
||||||
|
|
||||||
Programming a SHARI PiHat
|
Programming a generic SA818 module
|
||||||
Wide channel spacing
|
Enter Channel Spacing (Narrow=0 or Wide=1): 0
|
||||||
|
|
||||||
|
Programming an SA818 module
|
||||||
|
Narrow channel spacing
|
||||||
|
|
||||||
Enter band (VHF=1, UHF=2): 1
|
Enter band (VHF=1, UHF=2): 1
|
||||||
You chose VHF
|
You chose VHF
|
||||||
|
@ -120,8 +119,8 @@ Do you want to use a sub audible tone? (0 = No, 1 = CTCSS, 2= DCS): 0
|
||||||
Enter Squelch Value (0-8): 0
|
Enter Squelch Value (0-8): 0
|
||||||
Squelch is set to 0
|
Squelch is set to 0
|
||||||
|
|
||||||
Enter Volume (1-8): 5
|
Enter Volume (1-8): 6
|
||||||
Volume is set to 5
|
Volume is set to 6
|
||||||
|
|
||||||
Enable Pre/De-Emphasis (y/[n]): n
|
Enable Pre/De-Emphasis (y/[n]): n
|
||||||
Pre/De-Emphasis is not enabled
|
Pre/De-Emphasis is not enabled
|
||||||
|
@ -135,14 +134,14 @@ Enable Low Pass Filter (y/[n]): n
|
||||||
|
|
||||||
Verify:
|
Verify:
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
Channel Spacing: 1
|
Channel Spacing: 0
|
||||||
Tx Frequency: 144.8000
|
Tx Frequency: 144.8000
|
||||||
Rx Frequency: 144.8000
|
Rx Frequency: 144.8000
|
||||||
Tx CTCSS code: 0000
|
Tx CTCSS code: 0000
|
||||||
Rx CTCSS code: 0000
|
Rx CTCSS code: 0000
|
||||||
Reverse Burst: n
|
Reverse Burst: n
|
||||||
Squelch Value: 0
|
Squelch Value: 0
|
||||||
Volume Value: 5
|
Volume Value: 6
|
||||||
PreEmphasis Enabled: n
|
PreEmphasis Enabled: n
|
||||||
High Pass Enabled: n
|
High Pass Enabled: n
|
||||||
Low Pass Enabled: n
|
Low Pass Enabled: n
|
||||||
|
@ -151,7 +150,7 @@ Verify:
|
||||||
Is this correct ([y]/n) ?y
|
Is this correct ([y]/n) ?y
|
||||||
Sending Frequency, Sub Audible Tone, and Squelch Information...
|
Sending Frequency, Sub Audible Tone, and Squelch Information...
|
||||||
Frequency, Sub Audible Tone, and Squelch information correct
|
Frequency, Sub Audible Tone, and Squelch information correct
|
||||||
Setting Volume - 5
|
Setting Volume - 6
|
||||||
Setting Reverse Burst
|
Setting Reverse Burst
|
||||||
Setting Filters
|
Setting Filters
|
||||||
|
|
||||||
|
@ -159,6 +158,8 @@ Programming Successful
|
||||||
|
|
||||||
Configuration log written to /home/aprsadmin/.SA818.log
|
Configuration log written to /home/aprsadmin/.SA818.log
|
||||||
```
|
```
|
||||||
|
Bei "What are you programming?" wird nicht "SHARI PiHat=2" gewählt, weil damit automatisch Wide channel spacing (25kHz) konfiguriert werden würde. Für APRS ist aber "Narrow channel spacing" mit 12,5kHz korrekt.
|
||||||
|
|
||||||
|
|
||||||
## SHARI PiHat Audio
|
## SHARI PiHat Audio
|
||||||
|
|
||||||
|
@ -200,13 +201,13 @@ CHANNEL 0
|
||||||
PTT CM108
|
PTT CM108
|
||||||
```
|
```
|
||||||
|
|
||||||
Nun kann Dire-Wolf für einen ersten test gestartet werden:
|
Nun kann Dire-Wolf für einen ersten Test gestartet werden:
|
||||||
|
|
||||||
```
|
```
|
||||||
/usr/bin/direwolf -c /etc/direwolf.conf
|
/usr/bin/direwolf -c /etc/direwolf.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
Nun sollten die empfangenen APRS-Pakete angezeigt werden.
|
Damit sollten die empfangenen APRS-Pakete angezeigt werden.
|
||||||
|
|
||||||
|
|
||||||
## Installation dxlAPRS
|
## Installation dxlAPRS
|
||||||
|
|
Loading…
Reference in New Issue