forked from ossasmaz/UAVcast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DroneConfig.cfg
executable file
·77 lines (61 loc) · 2.82 KB
/
DroneConfig.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
###################################################################################################################
# UAVcast for Drones #
# This script package will start various programs defined in this config file to simplify the startup proccess. #
# Create by Bernt Christian Egeland. Further information can be found at #
# http://uavmatrix.com/viewpost/5/110/741/0/Raspberry-Pi/Ready-made-UAVcast-image-for-RPI2 #
###################################################################################################################
#All parameters are Case Sensistive. Please type carefully.
#Do not comment out any paramters, as they are essential for the UAVcast proccess. Just change the parameter with the option value.
#FlightController type. Arguments; Navio, APM(Any Ardupilot boards such as APM2,x Pixhawk)
Cntrl="APM"
#Set your telemetry connection. Options:: (gpio, ttl) // gpio = pin 8_tx & 10_rx. ttl = ttl_Ethernet converter.
Telemetry_Type="gpio"
#GCS_adress; Set your DynDns or IP of Ground Control Station.
GCS_address="10.0.0.212"
#Ground Control Station Telemetry Port APM or Navio should start streaming to.
#NOTE! You need to open this port on your GCS network.
PORT="14550"
#Options; (uqmi, wvdial, other) // Other will assume you are connected by other means
GSM_Connect="other"
#wvdial configuration. These are standard values, and should not be changed.
#However, some operators uses diffrent Phone number and credentials.
wv_init1="ATZ"
wv_init2="ATE1"
wv_init3="AT+CGDCONT=1"
wv_carrier_check="no"
wv_Phone="*99#"
wv_Modem="/dev/ttyUSB0"
wv_Username="{test}"
wv_Password="{test}"
wv_Baud="460800"
wv_Auto_Reconnect="on"
#Access Point Name given by your operator. Make sure you use a APN with public ip.
#Set your Cell operators APN name. Example, Telenor Norway use "internet.public"
APN_name="internet.public"
#Use WebCamera?. Options; Yes, No
UseCam="No"
#Options; (picam, C920, C615)
CameraType="picam"
#gStreamer Settings.
WIDTH="1280"
HEIGHT="720"
UDP_PORT="5000"
BITRATE="1500000"
FPS="20"
#Use Inadyn DynDNS Client?
UseDns="No"
Username=""
Password=""
Alias=""
dyndns_system="[email protected]"
#Run continuously DroneCheck. If Online connection fails, it will try to reconnect. Options; "Yes", "No"
DroneCheck="No"
##############################################
#Navio Boards ONLY. Used if Cntrl="Navio" #
##############################################
#Args; APMrover2, ArduPlane, ArduCopter-quad,ArduCopter-tri, ArduCopter-hexa, ArduCopter-y6, ArduCopter-octa, ArduCopter-octa-quad, ArduCopter-heli, ArduCopter-single
APM_type="ArduPlane"
#Use secondary telemetry? Options; Yes, No
secondary_tele="Yes"
sec_ip_address="10.0.0.211"
sec_port="14550"