Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

G-Force Sensor integrieren #4

Open
wants to merge 67 commits into
base: master
Choose a base branch
from

Commits on Nov 5, 2017

  1. V1.6 pressure sensors are supported

    - BMP085, BMP180, BMP280, BME280 are supported
    - Vario value works now only with pressure sensor
    - If a pressure sensor is connected, the relative altitude is
    calculated with the air pressure
    - 3D distance is now supported (can be set in Jetibox)
    nightflyer88 authored and nightflyer88 committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    dc132a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. menu improved

    - menu improved
    - Number of satellites and HDOP are also displayed without FIX
    nightflyer88 authored and nightflyer88 committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    da9382b View commit details
    Browse the repository at this point in the history
  2. umbenannt zu VarioGPS

    nightflyer88 authored and nightflyer88 committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    c95e7fa View commit details
    Browse the repository at this point in the history
  3. Libraries aktuallisiert

    nightflyer88 authored and nightflyer88 committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    e1fec8d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2017

  1. Libraries aktualisiert

    nightflyer88 authored and nightflyer88 committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    744c510 View commit details
    Browse the repository at this point in the history
  2. V1.7 update

    Einstellungen per Jetibox:
    - GPS deaktivierbar
    - Reset der relativen Höhe
    - zwei externe Spannungen können gemessen werden
    nightflyer88 authored and nightflyer88 committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    3544035 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Libraries aktualisiert

    nightflyer88 authored and nightflyer88 committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    7f75e36 View commit details
    Browse the repository at this point in the history
  2. eigene Library für Bosch Sensoren erstellt

    nightflyer88 authored and nightflyer88 committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    d0c1569 View commit details
    Browse the repository at this point in the history
  3. V1.7.1 kleinere Fehlerbehebungen

    - Speicheroptimierungen
    - eigen Library für Bosch Sensoren
    - Fehler in Spannungsmessungen behoben
    nightflyer88 authored and nightflyer88 committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    af1cc05 View commit details
    Browse the repository at this point in the history
  4. V1.7.2 Fehlerbehebung mit BME280

    - Luftfeuchte wurde beim BME280 nicht angezeigt
    - Parameter werden jetzt richtig in den BMx280 Sensor geschrieben
    nightflyer88 authored and nightflyer88 committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    6dab3e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. V1.8

    - MS5611 und LPS Drucksensoren werden unterstützt
    - BMP085/180 wird nicht mehr unterstützt
    - max. 4 Spannungen können gemessen werden
    - diverse Optimierungen und Fehlerbehebungen
    nightflyer88 authored and nightflyer88 committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    7ddf9b7 View commit details
    Browse the repository at this point in the history
  2. V1.8 Beschreibung aktualisiert

    nightflyer88 authored and nightflyer88 committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    50e7e3a View commit details
    Browse the repository at this point in the history
  3. V1.9

    ACS Strom Sensoren werden unterstützt
    nightflyer88 authored and nightflyer88 committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    40d792f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. V2.0

    - GPS: zurückgelegt Strecke in km
    - Bei Strommessung wird der Energieverbrauch berechnet
    - Bei 5V Betriebsspannung werden die Stromsensoren: ACS712_05,
    ACS712_20, ACS712_30 unterstüzt
    nightflyer88 authored and nightflyer88 committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    26aadb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. V2.0.1

    - Fehler bei Spannungsmessung behoben
    - kleinere Fehlerbehebungen
    nightflyer88 authored and nightflyer88 committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    9c60945 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. Speicheroptimierung GPS

    nightflyer88 authored and nightflyer88 committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    aa09a5a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Fehler bei GPS Trip behoben, div. Optimierungen

    nightflyer88 authored and nightflyer88 committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    8dd9cc3 View commit details
    Browse the repository at this point in the history
  2. Datentypen für Telemetrie angepasst

    nightflyer88 authored and nightflyer88 committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    d0f05b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. Configuration menu
    Copy the full SHA
    d12c736 View commit details
    Browse the repository at this point in the history
  2. V2.0.2 - Fehler in GPS Trip behoben

    nightflyer88 authored and nightflyer88 committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    adf3a89 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. V2.1

    - Analog Messeingänge stark überarbeitet
    - NTC-Temperaturmessung hinzugefügt,
    - startup-/auto-/maual-reset für Kapazitätsanzeige
    - SRAM-Speicheroptimierung
    nightflyer88 authored and nightflyer88 committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    e30f207 View commit details
    Browse the repository at this point in the history
  2. update README.md

    nightflyer88 authored and nightflyer88 committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    51842d6 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    nightflyer88 authored Dec 23, 2017
    Configuration menu
    Copy the full SHA
    51e118f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Configuration menu
    Copy the full SHA
    362d5b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. kleinere Fehlerbehebung mit lib

    nightflyer88 authored and nightflyer88 committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    6ef3f09 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Jeder Sensor mit #define deaktivierbar

    nightflyer88 authored and nightflyer88 committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    142d327 View commit details
    Browse the repository at this point in the history
  2. JetiBox Menü ist deaktivierbar

    nightflyer88 authored and nightflyer88 committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    22fc2d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Configuration menu
    Copy the full SHA
    1d0451c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Pulsar07/master

    V2.1.2  14.02.18  Vario Tiefpass mit nur einem Smoothing Factor (by RS)
    nightflyer88 authored Feb 15, 2018
    Configuration menu
    Copy the full SHA
    fb8dc2b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. merge #defines

    nightflyer88 authored and nightflyer88 committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    59c3ee5 View commit details
    Browse the repository at this point in the history
  2. V2.1.3 15.02.18 Smoothing-/Glättungs Faktor in % invertiert => je grö…

    …ßer desto gedämpter (by RS)
    Rainer Stransky committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    a4af920 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaa9ae6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from Pulsar07/master

    Smoothing-/Glättungs Faktor in % invertiert
    nightflyer88 authored Feb 16, 2018
    Configuration menu
    Copy the full SHA
    1b0b5db View commit details
    Browse the repository at this point in the history
  5. V2.X 15.02.18 BugFix Smoothing

    Rainer Stransky committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    a87f966 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from Pulsar07/master

    V2.X  15.02.18  BugFix Smoothing
    nightflyer88 authored Feb 16, 2018
    Configuration menu
    Copy the full SHA
    1b4af07 View commit details
    Browse the repository at this point in the history
  7. V2.2

    nightflyer88 authored and nightflyer88 committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    eb4d776 View commit details
    Browse the repository at this point in the history
  8. V2.2 für 5V Arduino neu kompilliert

    nightflyer88 authored and nightflyer88 committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    f808552 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. erster Test mit MPXV7002 für Airspeed

    nightflyer88 authored and nightflyer88 committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    3b5f38c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. addes v22 hex files

    Rainer Stransky committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    fdd9a3d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

  1. Update README.md

    nightflyer88 authored Mar 11, 2018
    Configuration menu
    Copy the full SHA
    1e752e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Configuration menu
    Copy the full SHA
    5738834 View commit details
    Browse the repository at this point in the history
  2. add hex files for direct upload

    Rainer Stransky committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    4a84410 View commit details
    Browse the repository at this point in the history
  3. hex files checked in as text removed

    Rainer Stransky committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    04e63a8 View commit details
    Browse the repository at this point in the history
  4. add prebuild hex files as zip files, to prevent git handle them as te…

    …xt and convert CR/LF;-((
    Rainer Stransky committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    253d2c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Configuration menu
    Copy the full SHA
    affcbb9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from Pulsar07/master

    V2.2.1  26.03.18  Bugfix bei float<->int casting Smoothing Factor (by RS)
    nightflyer88 authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    4d1ecd8 View commit details
    Browse the repository at this point in the history
  3. hex files für V2.2.1 angepasst

    nightflyer88 authored and nightflyer88 committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    e27db76 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. TEK Kompensation überarbeitet

    nightflyer88 authored and nightflyer88 committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    d4e956c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from nightflyer88/master

    update beta
    nightflyer88 authored Apr 2, 2018
    Configuration menu
    Copy the full SHA
    26514bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93b638d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from nightflyer88/beta-Airspeed

    Beta airspeed
    nightflyer88 authored Apr 2, 2018
    Configuration menu
    Copy the full SHA
    36e83f4 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. V2.3beta - TEC, Airspeed, EX-Bus

    Div Neuerungen:
    - Test mit MPXV7002/MPXV5004 für Air-Speed
    - TEK (Total Energie Kompensation) mit Air-Speed oder GPS-Speed
    (basierend auf Code von Rainer Stransky)
    - EX-Bus mit 125kbaud, Lib (v0.95) von Bernd Wokoeck
    - Stromsensor per JetiBox kalibrierbar (reset offset)
    - separate Datei für Einstellungen (settings.h), kleinere Optimierungen
    und Anpassungen
    nightflyer88 authored and nightflyer88 committed May 8, 2018
    Configuration menu
    Copy the full SHA
    f3695bc View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

  1. div. Fehlerbehebungen, static variablen entfernt

    nightflyer88 authored and nightflyer88 committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    1496edc View commit details
    Browse the repository at this point in the history
  2. Schema aktualisiert

    nightflyer88 authored and nightflyer88 committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    91233b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. bug fixed

    nightflyer88 authored and nightflyer88 committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    4873034 View commit details
    Browse the repository at this point in the history
  2. update doc

    nightflyer88 authored and nightflyer88 committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    36c7bc4 View commit details
    Browse the repository at this point in the history
  3. update hex files V2.3

    nightflyer88 authored and nightflyer88 committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    40afed2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d922b2 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    nightflyer88 authored Jul 9, 2018
    Configuration menu
    Copy the full SHA
    68ffe6f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Fehler bei Temperaturwert behoben

    nightflyer88 authored and nightflyer88 committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    17192f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. update hex files

    nightflyer88 authored and nightflyer88 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    9fd7319 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from nightflyer88/beta

    V2.3.1
    nightflyer88 authored Aug 24, 2018
    Configuration menu
    Copy the full SHA
    9b8bef3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Update README.md

    nightflyer88 authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    5dd4485 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. V2.3.2

    nightflyer88 committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    4b8fb92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b75548c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. V2.3.3

    Fehler behoben: Azimuth und Course war vertauscht
    nightflyer88 committed May 5, 2019
    Configuration menu
    Copy the full SHA
    6b78726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2ddd67 View commit details
    Browse the repository at this point in the history