Commit Graph

137 Commits

Author SHA1 Message Date
Hansi, dl9rdz fc60655dfa save dram in bss segment 2019-05-30 22:51:40 +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 5797041272 enhance time stamps of travis generated html index 2019-05-23 20:23:14 +02:00
Hansi, dl9rdz d26e932c40 version number update 2019-05-23 20:03:47 +02:00
Hansi, dl9rdz 7844d42c76 maybe a fix for DFM-06 (still not yet tested) 2019-05-23 19:48:24 +02:00
Hansi, dl9rdz 9cea3ed9ad minor cleanup 2019-05-22 23:04:06 +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 e84a5872b5 new configurable display code, finetuning 2019-05-22 22:13:14 +02:00
Hansi, dl9rdz d6236b75d2 simple file editor 2019-05-22 22:12:53 +02:00
Hansi, dl9rdz 3339b6841c data types cleanup 2019-05-22 14:03:15 +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 8863218ed9 wrong default values -- hz, not khz\! 2019-05-13 21:59:25 +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 fdeb179a67 some config options ++ 2019-05-06 17:25:54 +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 00e67ac018 devel in sync with master v0.6b 2019-05-03 14:14:56 +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
DL2MF b6761498aa Fixed RX display line 1 2019-05-03 13:07:08 +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 1732f17cce fix travis directory listing 2019-05-01 19:21:29 +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 61dbf7bc20 Merge branch 'master' into devel 2019-04-29 23:01:27 +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 a08b5ea6c3 more travis testing :-/// 2019-04-29 22:49:42 +02:00
Hansi, dl9rdz 5a7dfcffcf more travis testing :-/ 2019-04-29 22:41:38 +02:00
Hansi, dl9rdz cdda2e0f10 more travis testing :-/ 2019-04-29 22:31:56 +02:00
Hansi, dl9rdz 9e04a61b8b more travis testing 2019-04-29 22:15:57 +02:00
Hansi, dl9rdz 378af68174 Merge branch 'master' into devel 2019-04-29 22:03:33 +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 42f5750438 nicer download page 2019-04-29 18:19:02 +02:00
Hansi, dl9rdz 01229e0160 configuration editable via web 2019-04-29 18:13:24 +02:00
Hansi, dl9rdz 0981210762 Merge branch 'master' into devel 2019-04-29 00:24:43 +02:00