diff --git a/conf/airframes/OPENUAS/openuas_eflite_t28.xml b/conf/airframes/OPENUAS/openuas_eflite_t28.xml
index 91b6359be1..90dfd76176 100644
--- a/conf/airframes/OPENUAS/openuas_eflite_t28.xml
+++ b/conf/airframes/OPENUAS/openuas_eflite_t28.xml
@@ -15,27 +15,31 @@
+ RANGER: MAXBOTICS LV1 Ultrasonic sensor analog on RSSI pin
NOTES:
- + Using Enahanced Total Energy control as control loop
+ + Using Enahanced Total Energy control as control loop in Final AC
+ Servo pins point to tail of airframe
+ Engine battery voltage and amp values via separate sensor
+ Flashing the firmware is done via original PX4 bootloader...
Simple, USB cable in, upload.. voila PPRZ aircraft on a Pixracer...
+ A GNSS device with ANOTHER magneto on it is used, external...
on the board Replaced HMC8853 with HMC8953 to test benefit from temperature compensated values
- + On I2C we have airspeed sensor and external magneto via a I2C splitboard, yuck... but pragmatic atm ;)
+ + On I2C we have airspeed sensor and external magneto via a I2C splitboard, I2C yuck... but pragmatic atm ;)
+ NO buzzer (yet..)
- + SD SRTM not implemented (yet..)
+ + SD SRTM via onboard storage not implemented (yet..)
+ NO Sleep mode on (yet..)
+
+ If testing "Classic" (as in not ETECS..) make sure to disable the settings/estimation/ac_char
+ Disable at first no airspeed tests
+ Use also flightplan Versatile if no airspeed sensor is ues and use
+ flightplan versatile_airspeed only with enabled airspeed sensor
-->
-
+
-
@@ -46,10 +50,9 @@ NOTES:
-
+
-
@@ -63,8 +66,8 @@ NOTES:
@@ -85,8 +88,9 @@ NOTES:
-
-
+
+
+
@@ -99,46 +103,48 @@ NOTES:
-
+
+
+
+
-
+
-
-
+
-
+
+
+
+
-
+
-
+
-
+
-
-
-
-
-
-
+
+
@@ -149,22 +155,37 @@ NOTES:
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
@@ -262,9 +283,8 @@ NOTES:
-
-
+
+
@@ -300,17 +320,16 @@ NOTES:
-
-
+
+ lucky the tree axis are aligned already in hardware ;) -->
+
-
+
@@ -332,9 +351,8 @@ NOTES:
-
-
+
@@ -343,7 +361,14 @@ NOTES:
+
+
+
+
@@ -351,8 +376,31 @@ NOTES:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -366,11 +414,13 @@ NOTES:
-
+
+
+
@@ -394,11 +444,10 @@ NOTES:
-
-
@@ -406,6 +455,8 @@ NOTES:
+
+
@@ -422,13 +473,10 @@ NOTES:
-->
-
-
-
-
-
-
-
+
+
+
+
@@ -446,10 +494,12 @@ NOTES:
+
+
-
-
+
+
-
-
+
+
@@ -475,53 +525,90 @@ NOTES:
+
+
+
+
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
@@ -531,7 +618,7 @@ NOTES:
-
+
@@ -545,42 +632,50 @@ NOTES:
-
-
-
+
+
+
+
+
+
-
+
+
+
+
+
-
-
+
+
+
+
-
-
-
+
+ or fly a long range mission you define the wanted mode behaviour here.
+ If you do not define it, it defaults to flying to the flightplan HOME -->
-
-
-
+
+
+
+
@@ -588,7 +683,8 @@ NOTES:
-
+
+
@@ -599,11 +695,12 @@ NOTES:
+
diff --git a/conf/userconf/OPENUAS/openuas_conf.xml b/conf/userconf/OPENUAS/openuas_conf.xml
index 9a68b5b5aa..004d1bc1db 100644
--- a/conf/userconf/OPENUAS/openuas_conf.xml
+++ b/conf/userconf/OPENUAS/openuas_conf.xml
@@ -5,9 +5,9 @@
airframe="airframes/OPENUAS/openuas_eflite_t28.xml"
radio="radios/spektrum.xml"
telemetry="telemetry/OPENUAS/openuas_fixedwing_imu_rc.xml"
- flight_plan="flight_plans/versatile_airspeed.xml"
- settings="settings/fixedwing_basic.xml settings/estimation/ac_char.xml settings/control/ctl_energy.xml"
- settings_modules="modules/nav_smooth.xml modules/nav_survey_poly_osam.xml modules/geo_mag.xml modules/air_data.xml modules/gps.xml modules/nav_basic_fw.xml modules/guidance_energy.xml modules/stabilization_attitude_fw.xml modules/ahrs_int_cmpl_quat.xml modules/tune_airspeed.xml modules/imu_common.xml"
+ flight_plan="flight_plans/versatile.xml"
+ settings="settings/fixedwing_basic.xml [settings/estimation/ac_char.xml] [settings/control/ctl_energy.xml]"
+ settings_modules="modules/nav_smooth.xml modules/nav_survey_poly_osam.xml modules/geo_mag.xml modules/air_data.xml modules/gps.xml modules/nav_basic_fw.xml modules/guidance_basic_fw.xml modules/stabilization_attitude_fw.xml modules/ahrs_float_cmpl_quat.xml modules/ahrs_int_cmpl_quat.xml modules/imu_common.xml"
gui_color="#ffffffffffff"
/>