Commit Graph

412 Commits

Author SHA1 Message Date
Hansi, dl9rdz 2bbc905317 some display code reorganization, HW I2C for SSD1306 2019-10-05 11:33:38 +02:00
Hansi, dl9rdz ce86c38bab read additional display config from config file 2019-10-05 11:32:49 +02:00
Hansi, dl9rdz 7956e0b7e9 upgrade to arduino 1.8.10 2019-09-29 17:22:53 +02:00
Hansi, dl9rdz 2efcc46351 remove debug statement 2019-09-29 16:35:38 +02:00
Hansi, dl9rdz 34e0573893 added travis debug 2019-09-29 16:22:07 +02:00
Hansi, dl9rdz bf6cdb003e updated setup (added ILI9225 library) 2019-09-29 16:10:31 +02:00
Hansi, dl9rdz 119456935f updated setup (added ILI9225 library) 2019-09-29 15:52:18 +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
dl9rdz e80ae684de
Update Setup.md
Fixed minor formatting problems in documentation
2019-09-09 18:23:54 +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 3734101f66 devel in sync with master 2019-06-08 15:55:02 +02:00
Hansi, dl9rdz 46658ad10d Next master version with a few enhancements:
- Added RS92 support (decoding, ephemeris data download)
- DFM6 is working is well now
- Internal reorganisation: separate Task for SX1276 handling (no lost data in case
  main loop is too slow, important in particular for DFM and RS92)
- Better autodetection of board type
- Touch pins support (should work correctly now)
- Inital support for GPS chip (e.g. on T-Beam), not yet with nice display
2019-06-08 15:51:36 +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 2928b41270 fix travis build: add micronmea library 2019-06-08 10:50:02 +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 7fb4b8f999 RS92: display ID 2019-06-02 22:24:47 +02:00
Hansi, dl9rdz 561da4fe3e somewhat usable RS92 decoder 2019-06-02 21:19:57 +02:00
Hansi, dl9rdz 01cccdcb75 automatically fetch ephemeris once per hour on startup 2019-06-02 12:01:58 +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 315586653f removing all compiler warnings 2019-05-31 01:22:27 +02:00
Hansi, dl9rdz 15902b0230 some cleanup 2019-05-30 23:27:33 +02:00
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