{"id":25684551,"url":"https://github.com/gitberthe/berthevario","last_synced_at":"2026-03-02T01:09:29.263Z","repository":{"id":339578394,"uuid":"1162367021","full_name":"gitberthe/BertheVario","owner":"gitberthe","description":"variometres gps parapente","archived":false,"fork":false,"pushed_at":"2026-02-26T16:13:41.000Z","size":332826,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-26T23:07:09.525Z","etag":null,"topics":["esp32","freecad","gps","hgt-data","kicad","lilygo","mpu9250","ms5611","neo6m","paragliding","platformio","qmc5883l","variometer"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitberthe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-20T07:07:05.000Z","updated_at":"2026-02-26T16:12:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gitberthe/BertheVario","commit_stats":null,"previous_names":["gitberthe/berthevario"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/gitberthe/BertheVario","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitberthe%2FBertheVario","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitberthe%2FBertheVario/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitberthe%2FBertheVario/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitberthe%2FBertheVario/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitberthe","download_url":"https://codeload.github.com/gitberthe/BertheVario/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitberthe%2FBertheVario/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29988484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T22:42:38.399Z","status":"ssl_error","status_checked_at":"2026-03-01T22:41:51.863Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esp32","freecad","gps","hgt-data","kicad","lilygo","mpu9250","ms5611","neo6m","paragliding","platformio","qmc5883l","variometer"],"created_at":"2025-02-24T17:31:49.475Z","updated_at":"2026-03-02T01:09:29.242Z","avatar_url":"https://github.com/gitberthe.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Projet BertheVario\nFirmware récent du GnuVario (https://prunkdump.github.io/GNUVario-TTGO-T5-website/).\n- Code C++ Visual Studio/PlateformIO pour alti-vario gps parapente (avec gestion des TMA CTR...).\n- Compatible bluetooth / XCTrack si nécessaire.\n- Plateforme Espressif ESP32 Dev Module, TTGO T5, Lilygo v2.4, Arduino (processeur 32bits, bi-core 240mhz).\n\n**GnuVario/BertheVario mode vol :**\n\n\u003cimg src=\"./GnuVario-BertheVario-EcranVz.jpg\" width=\"250\"/\u003e\n\n**GnuVario/BertheVario mode randonnée :**\n\n\u003cimg src=\"./GnuVario-BertheVario-Rando.jpg\" width=\"250\"/\u003e\n\n**Utilisation / description :**\n- documentation utilisateur dans /doc\n- projet PlateformIO dans /BertheVarioPlatformIO\n- editer/modifier avec codeblocs dans /BertheVarioCdb\n- documentation developpeur dans ../../DoxyBertheVario avec le commande \"doxygen Doxyfile.BertheVario\" depuis /Codeblocks\n- generation de fichier de zones aériennes avec /CompZoneAerienne depuis codeblocks/linux ou windows\n- firmware compilé pour une version \"standard écran 1.54 Pcb2 de GnuVario\" dans /firmware\n\n**Important :**\n- penser à bien modifier votre fichier de configuration pour un fonctionnement correct. En particulier le coefficient du filtre alti-baro (valeurs par defaut dans la documentation ou lorsque le fichier est absent/recréé mode mini-éditeur)\n\n**Pour les développeur :**\n- voire la documentation doxygen generée.\n- attention a bien positionner \"#define GNU_VARIO_GRIS\" dans src/BertheVario.h avant compilation pour un écran \"standard\".\n- verifier les #define de debugage et en partitculier le #define SIMU_VOL qui simule un vol pour validation.\n- modifier le #define de configuration du capteur magnetique pour position a plat, suspente droite ou gauche.\n- fichier version.txt pour modification apportées aux differentes versions.\n- modifier \"BertheVarioPlatformIO/.pio/libdeps/esp32dev/ESP32 File Manager for Generation Klick ESPFMfGK/src/ESPFMfGKGa.cpp\" ligne 6 : crc32.h =\u003e CRC32.h\n- modifier \"BertheVarioPlatformIO/.pio/libdeps/esp32dev/MPU9250/MPU9250.h\" ligne 85 : 0x06 =\u003e 0x02\n- voir le #define XC_TRACK à désactiver si non utilisé car consomme 40ko de memoire.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitberthe%2Fberthevario","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitberthe%2Fberthevario","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitberthe%2Fberthevario/lists"}