Commit Graph

417 Commits

Author SHA1 Message Date
Hansi, dl9rdz cb5b3584d0 fix temp/hum empty check in sync with recent updates 2021-09-22 13:50:18 +02:00
Hansi, dl9rdz b297a9a7c7 some internal reorg that should not break anything but make it easier later to decouple decoding from updating global data, solving part of issue 186 2021-09-22 11:28:29 +02:00
Hansi, dl9rdz ac05c9edbd never remove currentSonde by ShImport 2021-09-22 10:39:34 +02:00
Hansi, dl9rdz 8ffaa8be63 temp, hum with 1 decimal digit for sondehub 2021-09-22 10:03:22 +02:00
Hansi, dl9rdz 032d8452c6 clear all decoded data on ID change, don't leave anything old behind 2021-09-22 10:02:40 +02:00
Hansi, dl9rdz 5384d36151 Merge branch 'eben80-patch-1' into devel 2021-09-21 23:50:57 +02:00
Hansi, dl9rdz 33856db2e1 cfg: add links to wiki 2021-09-21 23:50:54 +02:00
eben80 e4ded3be7f
Small fix to ensure that sonde_id field.
This makes sure that sonde_id doesn't go back to the Launch Site name if there is something in data.id when status is blinking yellow.
2021-09-21 19:21:46 +02:00
Hansi, dl9rdz 49c0d00927 send batt to sondehub; count down (burst_timer) only if fresh 2021-09-21 14:17:48 +02:00
Michael Carter 2dad197a9c
Add battery voltage (#183) 2021-09-21 13:36:04 +02:00
eben80 e32ea8e432
LiveMap updates to include last received datetime, heading and rssi (#182)
* Add direction, UTC datetime and rssi to livemap

* Further fixes

Co-authored-by: dl9rdz <dl9rdz@darc.de>
2021-09-21 11:04:44 +02:00
Hansi, dl9rdz afbfde07dd +Chasemapper udp support 2021-09-21 10:40:21 +02:00
Hansi, dl9rdz 13134b32f7 (good for now) 2021-09-21 09:44:01 +02:00
Hansi, dl9rdz 6e148489f3 keep data on livemap - restore old behaviour 2021-09-21 08:29:53 +02:00
Hansi, dl9rdz 86566c0427 sync sh import / sh telemetry 2021-09-20 18:18:09 +02:00
Hansi, dl9rdz f5281e523c really fix RS41 subtype 2021-09-20 16:57:37 +02:00
Hansi, dl9rdz 2dcbcc3141 fix RS41 subtype 2021-09-20 16:20:53 +02:00
Hansi, dl9rdz f9316d94be Merge branch 'patch-4' of https://github.com/LukePrior/rdz_ttgo_sonde into LukePrior-patch-4 2021-09-20 11:09:56 +02:00
Hansi, dl9rdz 99ccf581e4 add dbg msg 2021-09-20 11:09:33 +02:00
Luke Prior 775b7ff3e0
Update RX_FSK.ino 2021-09-20 17:27:11 +10:00
Hansi, dl9rdz 9a60db96d6 typo-- 2021-09-19 22:46:56 +02:00
Hansi, dl9rdz b6dbbe73ba typo-- 2021-09-19 22:46:27 +02:00
Hansi, dl9rdz 359188436c fixed pos used for live map if no gps pos available 2021-09-19 22:21:45 +02:00
Hansi, dl9rdz 1a922aab52 larger buffer for sh messages 2021-09-19 20:39:24 +02:00
Hansi, dl9rdz 7ace621cf5 version update 2021-09-19 19:56:19 +02:00
Hansi, dl9rdz c50a2d1138 Merge branch 'patch-3' of https://github.com/LukePrior/rdz_ttgo_sonde into LukePrior-patch-3 2021-09-19 19:55:20 +02:00
Hansi, dl9rdz eb769e6d12 RS41 subtype for sondehub 2021-09-19 19:54:06 +02:00
Luke Prior 387d3c059d
Update RX_FSK.ino 2021-09-19 20:25:58 +10:00
Luke Prior b5456d84d1
Always send for RS41 2021-09-19 20:17:22 +10:00
Luke Prior e4e89a29d0
tidy up SH 2021-09-19 12:23:22 +10:00
Luke Prior a4b299129e
Include burst timer
not tested
2021-09-19 12:19:35 +10:00
Hansi, dl9rdz a30f51e5a0 fix #165 2021-09-18 23:00:18 +02:00
Hansi, dl9rdz e00d70b385 fix issue #172 with negative lat on livemap 2021-09-18 22:36:22 +02:00
Hansi, dl9rdz fe50159157 minor sh enhancements 2021-09-18 20:56:47 +02:00
Hansi, dl9rdz 1fb66cdb0b Merge branch 'patch-2' of https://github.com/LukePrior/rdz_ttgo_sonde into LukePrior-patch-2 2021-09-18 20:30:04 +02:00
Hansi, dl9rdz 22d492711a bugfix sh import 2021-09-18 20:29:14 +02:00
Hansi, dl9rdz ae1e9e7c48 cleanup new config interface 2021-09-18 19:52:42 +02:00
Hansi, dl9rdz 79f5b199ae cleanup new config interface 2021-09-18 19:52:22 +02:00
Hansi, dl9rdz 5c5bfa0725 js-based config form, using less memory. +some cleanup 2021-09-18 16:51:03 +02:00
Luke Prior ae13b7853a
Split temp & humidity SondeHub updates 2021-09-18 13:12:32 +10:00
Hansi, dl9rdz 7254558c44 clear subframebuffer if RS41 changes, + minor cleanup 2021-09-17 13:04:14 +02:00
Michael Carter 3aeeef0aab
Merge branch 'dl9rdz:devel' into devel 2021-09-17 11:20:27 +01:00
michael carter 35493aaffd Updated relative humidity calculation to include pressure 2021-09-17 11:11:25 +01:00
eben80 e14915fbcc
Fix padding on menu icon (#168)
This is to fix alignment issues.
2021-09-17 11:47:14 +02:00
Hansi, dl9rdz ef90bc3f34 OTA also for files (www/js/css) 2021-09-16 20:38:35 +02:00
Hansi, dl9rdz 374f84115b fix #164 2021-09-16 17:48:11 +02:00
Hansi, dl9rdz 29bdcc8f5b SondeHub frequency import 2021-09-16 17:00:28 +02:00
eben80 c766e60819
Responsive menu for web interface (#161)
* Responsive Web Interface menu.

* Add active page indicator

* Update style.css

* Update index.html
2021-09-15 01:45:11 +02:00
Hansi, dl9rdz c01a72cf91 OTA display output fix for TFT 2021-09-15 00:07:46 +02:00
Hansi, dl9rdz 33c5ccc905 some code cleanup 2021-09-14 23:35:20 +02:00
Hansi, dl9rdz 146fbb6f62 Merge branch 'patch-1' of https://github.com/LukePrior/rdz_ttgo_sonde into LukePrior-patch-1 2021-09-14 22:46:05 +02:00
Hansi, dl9rdz 6043fc4fff Merge branch 'patch-1' of https://github.com/eben80/rdz_ttgo_sonde into eben80-patch-1 2021-09-14 22:43:48 +02:00
Hansi, dl9rdz 73244615a8 avoid rs92 decode stack overflow, remove unused code 2021-09-14 22:43:01 +02:00
Luke Prior 3078a59474
Update RX_FSK.ino 2021-09-14 17:49:50 +10:00
Luke Prior a8bf1ed7d3
fix str set check sondehub 2021-09-14 12:07:09 +10:00
eben80 84ed0823a0
Include altitudemode in KML
By specifying the altitudemode tag, the kml displays the correct altitude on Google Earth.
2021-09-13 15:44:20 +02:00
Luke Prior a97b4e9e76
Missed Sondehub improvements (#157)
* fixes

* fix

Co-authored-by: Uskompuf <22492406+Uskompuf@users.noreply.github.com>
2021-09-13 13:37:48 +02:00
Hansi, dl9rdz 19e55fb532 Merge branch 'devel' of https://github.com/LukePrior/rdz_ttgo_sonde into LukePrior-devel 2021-09-13 11:48:34 +02:00
Uskompuf a61f518c5c another fix 2021-09-13 18:51:41 +10:00
Uskompuf 86089a349e fix bug 2021-09-13 18:35:09 +10:00
Hansi, dl9rdz 1dd9d29747 version update 2021-09-13 09:57:12 +02:00
Uskompuf 233f06c84f change precision 2021-09-13 17:39:58 +10:00
Uskompuf 3c803f2ed7 Sondehub position tidy 2021-09-13 17:28:24 +10:00
Uskompuf 7980a9c8ee Merge branch 'devel' of https://github.com/LukePrior/rdz_ttgo_sonde into devel 2021-09-13 16:44:55 +10:00
Hansi, dl9rdz 3f2947bb0f code reorg and cleanup, no new features 2021-09-12 16:34:54 +02:00
Hansi, dl9rdz b87dd34c8e testing Arduino upgrade on travis ci 2021-09-10 13:16:06 +02:00
Hansi, dl9rdz c42204a579 +configurable batt adc, revert screens1.txt 2021-09-09 23:25:15 +02:00
Hansi, dl9rdz aa315d545a revert screens to include all info 2021-09-09 22:34:50 +02:00
Hansi, dl9rdz b783806593 Merge branch 'displayvolts' of https://github.com/eben80/rdz_ttgo_sonde into eben80-displayvolts 2021-09-09 22:31:50 +02:00
Hansi, dl9rdz 4e6514c277 enhancements for large ILI9341 display 2021-09-09 16:26:44 +02:00
eben80 ec660beeb1
Merge branch 'dl9rdz:devel' into displayvolts 2021-09-09 09:40:24 +02:00
Hansi, dl9rdz 17dbf6ec7a update manufacturer strings, in sync with old dfm6/9 removal 2021-09-07 08:52:16 +02:00
Hansi, dl9rdz 2e65f3b0d6 quite some reorg. virtual frame numbers now in decoders instead of RX_FSK. Better DFM support for sondehub. minor bugs removed, old DFM9 and DFM6 code removed, always use new DFM decoder 2021-09-06 23:26:45 +02:00
Hansi, dl9rdz 4755c0ffca reset sonde info if configuration is changed (corrected), version update 2021-09-05 17:13:43 +02:00
cixio b807c512e3 livemap: fix prediction for longituade < 0 (tawhiri api uses 0..360) 2021-09-05 17:13:43 +02:00
cixio 4656d2e641
livemap: internet connection check + nicer dots (#134)
* Check internet connection

* livemap: nicer dots - removed old emoji dots
2021-08-17 22:35:05 +02:00
Hansi, dl9rdz b69a726df7 probably fixing #97 2021-08-17 22:28:58 +02:00
Hansi, dl9rdz 40c91646b9 enable network in AP mode (wifi mode 2) 2021-08-15 10:27:02 +02:00
Hansi, dl9rdz 30c88df93a enable network in AP mode (wifi mode 2) 2021-08-15 10:20:00 +02:00
Hansi, dl9rdz 4dcbbc9eb3 SPI locking and sx1278 configurability 2021-08-14 00:30:51 +02:00
Hansi, dl9rdz eb25f9d530 send real decoded type for M10/M20 to sondehub 2021-08-13 00:33:23 +02:00
Hansi, dl9rdz 649711b112 tentative better compatibility with older browsers not supporting Unicode 12 2021-08-12 22:24:04 +02:00
Hansi, dl9rdz ce4e0d7162 added timeout for live.json request 2021-08-12 13:34:08 +02:00
Hansi, dl9rdz af9da6b2f0 Merge branch 'devel' of https://github.com/cixio/rdz_ttgo_sonde into cixio-devel2 2021-08-12 13:26:58 +02:00
Hansi, dl9rdz aebe1d90bb use data only with valid CRC for M10 2021-08-11 20:30:13 +02:00
Hansi, dl9rdz aeb3b1f333 automated fixed/chase mode for sondehub. also fix #130 2021-08-11 00:29:29 +02:00
cixio f11e20dbab Settings for prediction 2021-08-10 15:53:32 +02:00
cixio 8dc3c7b504 back button to top left and new emoji 2021-08-10 15:52:10 +02:00
Hansi, dl9rdz 6183bacd80 Merge branch 'patch-4' of https://github.com/LukePrior/rdz_ttgo_sonde into LukePrior-patch-4 2021-08-09 22:29:25 +02:00
Hansi, dl9rdz b27b070980 version udpate 2021-08-09 22:24:56 +02:00
Hansi, dl9rdz d717ca16e0 LiveMap: fix width of tab bar elements 2021-08-09 22:03:22 +02:00
cixio 89e7fbab7f LiveMap 2021-08-09 21:04:52 +02:00
Luke Prior 8d52aa08d5
Merge branch 'dl9rdz:devel' into patch-4 2021-08-08 17:31:20 +10:00
Hansi, dl9rdz 74eafe1fd6 maybe a first step for #122 2021-08-07 23:16:51 +02:00
Hansi, dl9rdz e0eafbdfb4 fix #124 2021-08-07 12:27:09 +02:00
Luke Prior 78187e6d76
Include details for SondeHub configuration settings in web interface 2021-08-07 18:44:50 +10:00
Hansi, dl9rdz 1cf4c7d874 +longer wifi wait time 2021-08-06 22:25:16 +02:00
Hansi, dl9rdz 8e3bb7f4e0 better support for ILI9341, and minor polishing 2021-08-06 22:11:46 +02:00
Hansi, dl9rdz 449c40b577 last qrg entry missing fix 2021-08-06 20:26:15 +02:00
Hansi, dl9rdz 4601fb6cb4 ILI9351 support 2021-08-06 16:31:35 +02:00