You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Can also be used by oXs to compensate vertical speed measurements (dTE)
26
32
* GPS
27
-
* Can be connected to a GPS (NEO6/NEO7) and transmit collected data
33
+
* Can be connected to a GPS (NEO6/NEO7/NEO8) and transmit collected data
28
34
* Accelerometer/gyroscope
29
-
* Can be connected to a MPU6050 sensor
35
+
* Can be connected to a MPU6050 sensor (e.g. GY-86 module)
30
36
* Can calculate vertical speed based on acceleration + baro (faster reaction of vario)
31
-
* Up to 6 voltages measurements
32
-
* Battery voltage measurements _(like FrSky FBVS-01)_
33
-
* Lipo battery cell measurements _(like FrSky FLVS-01 or FLVSS)_
34
-
* ...
37
+
* Can calculate Roll and Pitch for attitude indicator (using a Lua script on OpenTx)
38
+
* Up to 6 voltages measurements with Arduino
39
+
* Battery voltage measurements
40
+
* Lipo battery cell measurements
41
+
* Up to 4 more accurate (and/or lower) voltages measurements with an extra ADC
42
+
* Uses a ADS1115 module
43
+
* Can be combined with Current and Airspeed sensor
35
44
* RPM sensor
36
-
* Current sensor _(like FrSky FAS or FCS)_
37
-
* Can calculate the consumed current
45
+
* Current sensor
46
+
* Max Amp depends on the sensor being used (e.g. ACS712, ACS754, ACS758)
47
+
* Can calculate the consumed current
38
48
* Can use any sensor outputting voltage
39
-
*Temperature sensor
40
-
* ...
49
+
*Conversion from Volt to other units (e.g. to degree for temperature sensor)
50
+
* Can be associate with termistor
41
51
* Can calculate glider ratio to improve glider setup while flying
52
+
* Can generate several sequences of signal (e.g. for light sequencer)
42
53
43
-
Note: more details about the requirements and the way to configure oXs are given in the wiki and in the file oXs_config_description.h
44
-
45
-
Note: in old version of openXsensor (oXs), it was possible to use a configurator program in order to create the config.h file. The Wiki refers to this configurator. Still, after version 2.5, the configurator program has not been updated. So, when using the latest versions of oXs, you must edit the config.h file with a text editor (or the Arduino IDE).
54
+
Note: Setup is done editing manually the file oXs_config.h
55
+
All details about the requirements and the way to configure oXs are given in the file oXs_config_description.h
56
+
Some explanations are given in wiki (but are not 100% up to date). It is safe to higtly recommended to read oXs_config_description.h
57
+
58
+
Note: Latest version ( recommended) of oXs is the branch "master".
59
+
In old version of openXsensor (oXs), it was possible to use a configurator program in order to create the config.h file.
60
+
The Wiki refers to this configurator. Still, after version 2.5, the configurator program has not been updated.
61
+
So, when using the latest versions of oXs (recommended), you must edit the config.h file with a text editor (or the Arduino IDE).
0 commit comments