Wykres commitów

26 Commity (15902b0230de64b80339ba80247f36111f9e1713)

Autor SHA1 Wiadomość Data
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 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 84c7ab8097 initial touch button support; adapted version of DL2F's alternative display layouts 2019-05-22 13:50:47 +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 7cf4b116a6 Merge branch 'p8' (pull request #8) into devel 2019-05-03 13:34:35 +02:00
DL2MF c0fc4980c2 Added launchsite info to scan and webinterface 2019-05-03 11:38:21 +02:00
DL2MF 6e665cb6ab merging DL2MF's 25b438db84 to current devel branch 2019-04-28 10:45:51 +02:00
DL2MF 25b438db84 Adding WiFi bugfix from b4sh and minor changes in RX_FSK 2019-04-26 23:17:31 +02:00
Hans P. Reiser 2959dfad4f background wifi scan/connected/reconnect. partial code, incomplete, for testing station mode only (wifi=1) 2019-04-26 23:09:09 +02:00
Hans P. Reiser d056ec8b76 merging pull request #2 by DL2MF to devel branch 2019-04-23 13:08:02 +02:00
DL2MF 86982f6a91 Fixing missing libs and minor changes, improving spectrum display info. 2019-04-22 20:12:12 +02:00
DL2MF a1dd2ebd2c Full rebuild, support new params, new functions for ESP LoRa boards w/o buttons 2019-04-21 06:54:49 +02:00
Hans P. Reiser 1ffe73708f configurable oled pins, minor spectrum enhancement 2019-04-17 14:54:08 +02:00
Hans P. Reiser 500679bdc5 read config from config.txt, configurable display ports 2019-04-16 17:51:41 +02:00
Hans P. Reiser 791a6bdb75 v0.3: merging some changes (axupd support, partial/readonly config web page) 2019-04-15 21:02:50 +02:00
Hans P. Reiser 88d75b55c3 working version with config page (readonly) 2019-04-15 20:59:30 +02:00
Hans P. Reiser d2e1b84991 reorg -- currently not working 2019-04-15 20:28:50 +02:00
Hans P. Reiser 69cb203a4f merging devel changes 0d64f8d..9b0785b 2019-04-12 18:53:29 +02:00
Hansi Reiser a527d5837e temp 2019-04-10 00:29:11 +02:00
Hansi Reiser 7b58febb45 some web interface updates 2019-04-08 19:22:08 +02:00
Hans P. Reiser f9a16f827c v0.1
Some working things...

Squashed commit of the following:

commit da9d4367be
Author: Hans P. Reiser <hr@sec.uni-passau.de>
Date:   Fri Apr 5 23:32:26 2019 +0200

    some minor updates

commit e7360f2c1e
Author: Hans P. Reiser <hr@sec.uni-passau.de>
Date:   Fri Apr 5 20:05:22 2019 +0200

    incremental enhancements on train trip

commit b3ac2c5506
Author: Hans P. Reiser <hr@sec.uni-passau.de>
Date:   Fri Apr 5 20:05:18 2019 +0200

    incremental enhancements on train trip

commit ab4367992e
Author: Hans P. Reiser <hr@sec.uni-passau.de>
Date:   Thu Apr 4 23:46:48 2019 +0200

    some more testing

commit d02d687670
Author: Hans P. Reiser <hr@sec.uni-passau.de>
Date:   Thu Apr 4 23:46:37 2019 +0200

    some more testing

commit 34f9971143
Author: Hansi Reiser <dl9rdz@darc.de>
Date:   Thu Apr 4 08:11:14 2019 +0200

    scanner-test

commit a22bb43c89
Author: Hansi Reiser <dl9rdz@darc.de>
Date:   Thu Apr 4 08:10:56 2019 +0200

    scanner-test
2019-04-06 22:22:08 +02:00
Hans P. Reiser da9d4367be some minor updates 2019-04-05 23:32:26 +02:00
Hans P. Reiser b3ac2c5506 incremental enhancements on train trip 2019-04-05 20:05:18 +02:00
Hansi Reiser c4f3e8d63b TTGO Sonde Playground. Initial version 2019-04-03 17:16:51 +02:00