Commit Graph

90 Commits

Author SHA1 Message Date
Hansi, dl9rdz 1a25f0a6ec remove halt loop w/o pmu 2019-10-05 18:08:37 +02:00
Hansi, dl9rdz e57df45e5d t-beam 1.0 power up working 2019-10-05 17:16:04 +02:00
Hansi, dl9rdz d2f892a902 added t-beam 1.0 power management configuration support 2019-10-05 11:42:58 +02:00
Hansi, dl9rdz f6cdf342cc partial TFT (ILI9225) support; web/data: only show active frequence 2019-09-29 15:50:35 +02:00
Hansi, dl9rdz 079cb4980d first test: tnc tcp/ip server for APRSdroid 2019-09-11 20:53:58 +02:00
Hansi, dl9rdz 0053c95498 missing update in last commit 2019-06-10 08:47:30 +02:00
Hansi, dl9rdz 6abd6a7a1a display layout easier to modify 2019-06-09 23:23:43 +02:00
Hansi, dl9rdz 0a79f1a850 a bit better autodetect 2019-06-08 15:49:30 +02:00
Hansi, dl9rdz f8206b645a re-enable axudp 2019-06-08 14:53:19 +02:00
Hansi, dl9rdz ff035eabd4 nicer configuration of button/touch in web interface; autoconfig enhanced 2019-06-08 14:36:19 +02:00
Hansi, dl9rdz 0556d67fa0 Several updates for testing before next master release
- RS92 should now work fine, inluding some fixes to the ephemeris download, and including information about download
- Download only started if there is some RS92 in the qrg.txt configuration
- Some enhancements to new internal structure (separate RX Task for handling the SX1278), should now work as good as
  before the reorganisation :-)
- Avoid key glitch after startup on T-BEAM (triggering double wifi scan)
- GPS playground (for T-Beam or external GPS connected to board)...
2019-06-08 08:47:57 +02:00
Hansi, dl9rdz 561da4fe3e somewhat usable RS92 decoder 2019-06-02 21:19:57 +02:00
Hansi, dl9rdz 1b192b6471 ephemeris data download for RS92 (still not yet fully usable) 2019-06-02 11:28:00 +02:00
Hansi, dl9rdz 15902b0230 some cleanup 2019-05-30 23:27:33 +02:00
Hansi, dl9rdz a22c6797f4 no new features, but some code reorg: rx handling in a separate task, preparation for RS92 decoding 2019-05-30 22:19:45 +02:00
Hansi, dl9rdz beaa044163 default wifi mode back to 3; no-rx timeout only in legacy display mode 2019-05-26 07:55:52 +02:00
Hansi, dl9rdz 43807b613d Fully functional touch button support 2019-05-25 13:26:30 +02:00
Hansi, dl9rdz b3943aee31 Several incremental changes (not yet ready for a new release)
- Correctly decode DMF06 (thanks to Chrischan for test sonde!!!)
- Touch button support (in particular for v2 boards with "real" button)
  now its sufficient to just touch one of the pins of a v2 board
- Multiple displays (inspired by DL2MF's modifications)
- Wifi mode 2 (AP2) fixed missing initialization of mDNS (http://rdzsonde.local)
- updated OTA URL (my.to domain unfortunately expired)
- millis() call removed from ISR (/1000 on uint64_t type in millis causes library
  function call not marked as IRAM_ATTR, causing crash in some cases
- edit files on file system (http://rdzsonde.local/edit.html?file=xyz.txt)
  (use with caution, no checks for buffer overflows)

Some TODOs pending for next release version
- sending AXUDP to aprsmap currently disabled
- RX loop a bit too slow (in particular with AXUDP enabled), causing loss of RX frames
  due to SX1278 overflow. Needs some redesign in SX1278 handling.
- display layout editable via config file
2019-05-24 23:49:50 +02:00
Hansi, dl9rdz d26e932c40 version number update 2019-05-23 20:03:47 +02:00
Hansi, dl9rdz 49b3d771d1 parse launch-site correctly even if frequency has more or less digits 2019-05-22 22:35:36 +02:00
Hansi, dl9rdz d6236b75d2 simple file editor 2019-05-22 22:12:53 +02:00
Hansi, dl9rdz 84c7ab8097 initial touch button support; adapted version of DL2F's alternative display layouts 2019-05-22 13:50:47 +02:00
Hansi, dl9rdz 7c238ccc1d load iframes only when visible 2019-05-22 11:36:58 +02:00
Hansi, dl9rdz 6c02e32e18 version update 2019-05-13 22:12:28 +02:00
Hansi, dl9rdz 054a7cbf82 Merge branch 'master' into devel 2019-05-09 13:08:48 +02:00
Hansi, dl9rdz d8ea59ecdb v0.6c: Merging some minor updates
- Configurable frequency error display and manual correction
 - Configurable RX bandwidth (for RS41), enhances sensitivity

Squashed commit of the following:

commit 90c117da0f
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Tue May 7 02:20:35 2019 +0200

    some more configurable options

commit 7012768c8e
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Tue May 7 02:17:37 2019 +0200

    some more configurable options

commit fdeb179a67
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon May 6 17:25:54 2019 +0200

    some config options ++

commit 3549ab21cf
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon May 6 01:18:41 2019 +0200

    configurable RX and AFC bandwidth; configuration display of AFC value
2019-05-09 13:07:31 +02:00
Hansi, dl9rdz 7419b8f5ed preparing v0.6c 2019-05-09 13:07:04 +02:00
Hansi, dl9rdz 90c117da0f some more configurable options 2019-05-07 02:20:35 +02:00
Hansi, dl9rdz 7012768c8e some more configurable options 2019-05-07 02:17:37 +02:00
Hansi, dl9rdz 3549ab21cf configurable RX and AFC bandwidth; configuration display of AFC value 2019-05-06 01:18:41 +02:00
Hansi, dl9rdz 1b68b096a7 v0.6b: DL2MF pull request #8 from DL2MF and some minor local modifications
- Configure and show launch site information for each frequency
 - mDNS (access your device with http://rdzsonde.local instead of IP address)
 - Wifi services (mDNS and UDP) work again also in wifi mode 3
 - experimental OTA update support
 - Better button initialization, works now also with TTGO T-Beam

Squashed commit of the following:

commit 84566ec4dd
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Fri May 3 14:07:39 2019 +0200

    enable network services in all wifi modes

commit 7cf4b116a6
Merge: 3ae104d b676149
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Fri May 3 13:34:35 2019 +0200

    Merge branch 'p8' (pull request #8) into devel

commit b6761498aa
Author: DL2MF <meinhard.guenther@gmail.com>
Date:   Fri May 3 13:07:08 2019 +0200

    Fixed RX display line 1

commit 3ae104d10f
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Fri May 3 11:55:26 2019 +0200

    + default AP name if networks.txt is missing

commit c0fc4980c2
Author: DL2MF <meinhard.guenther@gmail.com>
Date:   Fri May 3 11:38:21 2019 +0200

    Added launchsite info to scan and webinterface

commit c259e75ce6
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Fri May 3 08:15:33 2019 +0200

    ...and update version info

commit 2eaba4fe7e
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Fri May 3 07:53:21 2019 +0200

    lokale IP per mDNS annoncieren (http://rdzsonde.local/)

commit 1732f17cce
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Wed May 1 19:21:29 2019 +0200

    fix travis directory listing

commit dc16c9fa07
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Wed May 1 19:14:36 2019 +0200

    explicitly set button pin as input

commit 8bd087a9f0
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Wed May 1 00:27:17 2019 +0200

    playing around with OTA updates
2019-05-03 14:11:18 +02:00
Hansi, dl9rdz 84566ec4dd enable network services in all wifi modes 2019-05-03 14:07:39 +02:00
Hansi, dl9rdz 7cf4b116a6 Merge branch 'p8' (pull request #8) into devel 2019-05-03 13:34:35 +02:00
Hansi, dl9rdz 3ae104d10f + default AP name if networks.txt is missing 2019-05-03 11:55:26 +02:00
DL2MF c0fc4980c2 Added launchsite info to scan and webinterface 2019-05-03 11:38:21 +02:00
Hansi, dl9rdz c259e75ce6 ...and update version info 2019-05-03 08:15:33 +02:00
Hansi, dl9rdz 2eaba4fe7e lokale IP per mDNS annoncieren (http://rdzsonde.local/) 2019-05-03 07:53:21 +02:00
Hansi, dl9rdz dc16c9fa07 explicitly set button pin as input 2019-05-01 19:14:36 +02:00
Hansi, dl9rdz 8bd087a9f0 playing around with OTA updates 2019-05-01 00:27:17 +02:00
Hansi, dl9rdz 98bd469dd8 v0.6a - finally working Travis CI?
Squashed commit of the following:

commit a08b5ea6c3
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon Apr 29 22:49:42 2019 +0200

    more travis testing :-///

commit 5a7dfcffcf
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon Apr 29 22:41:38 2019 +0200

    more travis testing :-/

commit cdda2e0f10
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon Apr 29 22:31:56 2019 +0200

    more travis testing :-/

commit 9e04a61b8b
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon Apr 29 22:15:57 2019 +0200

    more travis testing
2019-04-29 23:00:32 +02:00
Hansi, dl9rdz 8febd2955a v0.6 -- forgot to update version info 2019-04-29 22:02:45 +02:00
Hansi, dl9rdz 26299535c5 v0.6:
- More correct C++ code for WiFi scan (might fix some network problems)
- Automated build and deploy process using Travis
- Automated selection of v1 or v2 boards (tested only with my boards)
- Settings (config.txt) configurable via web interface

Squashed commit of the following:

commit 0dd00a8eeb
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon Apr 29 21:59:10 2019 +0200

    spectrum timer fixes for v1 boards

commit 016c060df4
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon Apr 29 21:35:42 2019 +0200

    fixed potential C++ object lifetime problems with dangling pointers

commit 42f5750438
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon Apr 29 18:19:02 2019 +0200

    nicer download page

commit 01229e0160
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon Apr 29 18:13:24 2019 +0200

    configuration editable via web
2019-04-29 22:00:09 +02:00
Hansi, dl9rdz 0dd00a8eeb spectrum timer fixes for v1 boards 2019-04-29 21:59:10 +02:00
Hansi, dl9rdz 016c060df4 fixed potential C++ object lifetime problems with dangling pointers 2019-04-29 21:35:42 +02:00
Hansi, dl9rdz 01229e0160 configuration editable via web 2019-04-29 18:13:24 +02:00
Hansi, dl9rdz d1a419c092 v0.5e: trevis ci working (I hope) 2019-04-29 00:24:15 +02:00
Hansi, dl9rdz 0e80772b5d Merge branch 'master' into devel 2019-04-29 00:18:45 +02:00
Hansi, dl9rdz 5e0c56267e v0.5d: merging minor things:
- more debug message for wifi (for mode wifi=3)
  - testing travis ci
2019-04-29 00:17:05 +02:00
Hansi, dl9rdz b997846f45 more debug for networks 2019-04-29 00:06:41 +02:00
Hansi, dl9rdz c5ddec7a14 more debug output for wifi scan 2019-04-28 23:36:59 +02:00