Coder Social home page Coder Social logo

openxsensor's Introduction

OpenXsensor New Home

from may 2015

OXS logo

Introduction

OpenXsensor is the evolution of OpenXvario and extends it to multi-sensing applications.

Discussion about this project: http://openrcforums.com/forum/viewforum.php?f=86

Based on an Arduino platform, it connects to different sensors and transmits the measurements via several telemetry capabilities.

It is compatible with :

  • The Multiplex receivers
  • The Frsky receivers : D series (HUB protocol) and X series (Smart Port protocol).
  • The Graupner receivers (Hott protocol)
  • The Jeti receivers (EX protocol only)

Functionalities provided at your choice :

  • Altimeter / Variometer
    • Uses normally a MS5611 sensor (GY-63 or GY-86 module)
    • Alternatives: a BMP085, a BMP180 or a BMP280 sensor can be used as first sensor
    • A second barometric sensor can be added
    • Possibility to change vario sensitivity and/or to switch between 2 vertical speeds from TX while flying
  • Air Speed
    • Uses normally a 4525DO-DS5AI001DP sensor
    • Alternative: ADS1115 + MPXV7002DP
    • Can also be used by oXs to compensate vertical speed measurements (dTE)
  • GPS
    • Can be connected to a GPS (NEO6/NEO7/NEO8) and transmit collected data
  • Accelerometer/gyroscope
    • Can be connected to a MPU6050 sensor (e.g. GY-86 module)
    • Can calculate vertical speed based on acceleration + baro (faster reaction of vario)
    • Can calculate Roll and Pitch for attitude indicator (using a Lua script on OpenTx)
  • Up to 6 voltages measurements with Arduino
    • Battery voltage measurements
    • Lipo battery cell measurements
  • Up to 4 more accurate (and/or lower) voltages measurements with an extra ADC
    • Uses a ADS1115 module
    • Can be combined with Current and Airspeed sensor
  • RPM sensor
  • Current sensor
    • Max Amp depends on the sensor being used (e.g. ACS712, ACS754, ACS758)
    • Can calculate the consumed current
  • Flow sensor (provides actual flow, remaining tank capacity in ml and %)
  • Can use any sensor outputting voltage
    • Conversion from Volt to other units (e.g. to degree for temperature sensor)
    • Can be associate with termistor
  • Can calculate glider ratio to improve glider setup while flying
  • Can generate several sequences of signal (e.g. for light sequencer)
  • Can become a locator (to retreive lost model)
    • Uses a LORA module (SX1276/RFM95) to get a long range transmission
    • Uses a second Arduino pro mini (or Arduino nano) with a display and a LORA module
    • display the GPS position and strength of signal (as goniometer)

Note: Setup is done editing manually the files oXs_config_basic.h and in some cases oXs_config_advanced.h All details about the requirements and the way to configure oXs are given in the file oXs_config_description.h Some explanations are given in wiki (but are not 100% up to date). It is higtly recommended to read oXs_config_description.h.
Note: The latest version of the project includes an oXs configurator. It allows:

  • to generate the config files using a graphical user interface.
  • to save/reload several sets of parameters.
  • to view the documentation (content of file oXs_description.h It requires that Python3.7 is installed. Still, for Windows 10, there is precompiled package that does not require to install Python. The configurator supports most (but not all oXs setup parameters) so, in some cases, you still have to edit the config files manually.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.