Skip to content

Commit 7831be0

Browse files
committed
Update of Readme
1 parent 7853edd commit 7831be0

File tree

1 file changed

+32
-16
lines changed

1 file changed

+32
-16
lines changed

Diff for: README.md

+32-16
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,46 @@ It is compatible with :
1616
* The Multiplex receivers
1717
* The Frsky receivers : *D series* (HUB protocol) and *X series* (Smart Port protocol).
1818
* The Graupner receivers (Hott protocol)
19+
* The Jeti receivers (EX protocol only)
1920

2021
###Functionalities provided at your choice :
2122

22-
* Altimeter / Variometer _(like FrSky Variometer low/high precision sensor)_
23-
* Can use a second barometric sensor and switch with TX while flying
23+
* Altimeter / Variometer
24+
* Uses normally a MS5611 sensor (GY-63 or GY-86 module)
25+
* Alternatives: a BMP085, a BMP180 or a BMP280 sensor can be used as first sensor
26+
* A second barometric sensor can be added
27+
* Possibility to change vario sensitivity and/or to switch between 2 vertical speeds from TX while flying
2428
* Air Speed
25-
* Can also be used by oXs to compensate vertical speed measurements (dTE)
29+
* Uses normally a 4525DO-DS5AI001DP sensor
30+
* Alternative: ADS1115 + MPXV7002DP (not yet tested)
31+
* Can also be used by oXs to compensate vertical speed measurements (dTE)
2632
* 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
2834
* Accelerometer/gyroscope
29-
* Can be connected to a MPU6050 sensor
35+
* Can be connected to a MPU6050 sensor (e.g. GY-86 module)
3036
* 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
3544
* 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
3848
* 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
4151
* Can calculate glider ratio to improve glider setup while flying
52+
* Can generate several sequences of signal (e.g. for light sequencer)
4253

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

Comments
 (0)