Commit graph

238 commits

Author SHA1 Message Date
Hayley 18fba8f75d Decoded list fix
Fixed the decoded list from growing exponentially, by moving the processSerial function to the decode function. This significantly reduced the audio delay. There still is a slight audio delay that gets output about a second after rekeying. For this fix, the processSerial function in the read thread was commented out and this casued a delay in receiving some of the control signals from the dongle.
2019-06-17 14:31:25 -05:00
Hayley 6965a87b9f Fixed definition os stop bits in FTD2xx library
Updated STOP_BITS_1 to be 1 instead of 0
2019-06-13 14:41:45 -05:00
Haylz 2d66da14a4 RX State Machine HEADER_PROCESSING to BIT_FRAME_SYNC
The header processing stage always switched to the VOICE_FRAME stage. This caused garbage to be loaded into decode buffers. This fix changes the logic to only switche from HEADER_PROCESS stage to VOICE_FRAME stage if there is a P_FCS match, otherwise goes back to the BIT_FRAME_SYNC stage.
2019-06-11 16:54:30 -05:00
Abed Haque 05e8e83223
Merge pull request #11 from n5ac/thumbDV_ssdr_v3_update
Updated D-Star app to work with SmartSDR v3.
2019-04-25 14:54:01 -05:00
Abed Haque 6482ce6014 Updated version for ThumbDV.ssdr_waveform file. 2019-04-25 14:43:31 -05:00
Abed Haque d31f20f530 Updated D-Star app to work with SmartSDR v3. 2019-04-25 13:47:39 -05:00
Batman b831777f8f Merge pull request #10 from n5ac/thumbDV_unplug_fixes
Thumb DV unplug fixes
2016-10-26 15:53:27 -05:00
Ed Gonzalez df8dc86f5f ThumbDV now v1.1.0.0 - Fix unplug/reconnect logic 2016-10-26 13:02:55 -05:00
Ed Gonzalez 7ff5441146 Merge pull request #9 from n5ac/thubDV_change_to_ftd2xx_library_for_serial
Switch to FTD2XX library for serial communication to ThumbDV
2016-10-25 17:09:52 -05:00
Ed Gonzalez 7339840e8a Merge branch 'thubDV_change_to_ftd2xx_library_for_serial' of github.com:n5ac/smartsdr-dsp into thubDV_change_to_ftd2xx_library_for_serial 2016-10-25 17:08:25 -05:00
Ed Gonzalez f93ba24113 Repackage ThumbDV.ssdr_waveform for minor changes. Still v1.0.8 2016-10-25 17:08:18 -05:00
Ed Gonzalez ad994bf4a5 Change float ms_sleep to uint32 us_sleep in processSerial() 2016-10-25 17:07:40 -05:00
Ed Gonzalez 5297aa5fa6 ThumbDV GUI now v1.0.8 to match .ssdr_waveform 2016-10-25 14:49:01 -05:00
Ed Gonzalez 10993f9c7c ThumbDV now v1.0.8 2016-10-25 14:47:02 -05:00
Ed Gonzalez 559235f423 Slightly more aggressive RX gains for DSTAR 2016-10-25 14:32:39 -05:00
Ed Gonzalez e784f93878 Fix ThumbDV pacing 2016-10-25 14:24:04 -05:00
Ed Gonzalez c1745eea15 Fix some pacing errors by setting data/flow control characteristics 2016-10-25 07:51:37 -05:00
Ed Gonzalez 06cf3e975c Blocking read instead of polling for _thumbDV_readThread() 2016-10-24 14:12:02 -05:00
Ed Gonzalez c5bd30c090 Switch to FTD2XX library for serial communication to ThumbDV 2016-10-24 13:59:21 -05:00
Ed Gonzalez f5891bc89d ThumbDV GUI now v1.0.7 to match .ssdr_waveform. Compatible with SmartSDR v1.6 2015-12-22 10:35:46 -06:00
Ed Gonzalez 0c4354784b ThumbDV now v1.0.7 - RX Filter +-3500 2015-10-28 10:10:38 -05:00
Abed Haque c12ec3a1da D-STAR: Added back reference to dstar.ico. 2015-09-10 11:31:50 -05:00
Abed Haque 2c8a623ec1 Copying License files in D-STAR inno setup. 2015-09-09 19:41:34 -05:00
Abed Haque ac519e3f25 Copying License files in D-STAR inno setup. 2015-09-09 19:31:49 -05:00
Abed Haque 54c38fd598 Changed AssmeblyVersion for D-STAR application. 2015-09-09 16:06:57 -05:00
Abed Haque b079bd7c20 Merge pull request #8 from n5ac/thumbDV_installer
Thumb dv installer
2015-09-09 16:04:25 -05:00
Abed Haque 0b7581aa7c Modified D-STAR installer MyAppVersion defines so that they can be passed in as parameters by a build script. 2015-09-09 16:04:05 -05:00
Abed Haque 121576fc19 Added version to desktop shortcut. Added Libs directory. 2015-09-09 10:52:01 -05:00
Abed Haque 247bf25ff5 Updated AppId for D-STAR Waveform installer. 2015-09-08 17:22:01 -05:00
Ed Gonzalez bc73d826a9 Update ThumbDV configuration and package to v1.0.6 2015-09-08 15:09:56 -05:00
Abed Haque 4b21897ce5 Renamed application to 'SmartSDR D-STAR Waveform'. 2015-09-08 14:59:27 -05:00
Abed Haque 325088ae56 DSTAR Waveform installer now checks the 'Create Desktop Icon' by default. 2015-09-08 14:33:03 -05:00
Ed Gonzalez c75fde445c Merge pull request #7 from n5ac/thumbDV_installer
Installer naming changes.  Chnaged Installer icon. Added firewall exc…
2015-09-04 18:09:08 -05:00
Abed Haque 42ba4f02b9 Added an updated ThumDV.ssdr_waveform (v0.0.4). 2015-09-04 18:08:51 -05:00
Abed Haque 3fa7dc9c0c Installer naming changes. Chnaged Installer icon. Added firewall exception adding. 2015-09-04 17:59:28 -05:00
Ed Gonzalez b21e1927ed Merge branch 'thumbDV_support' of github.com:n5ac/smartsdr-dsp into thumbDV_support 2015-09-04 10:23:23 -05:00
Ed Gonzalez 8009e6e372 Merge branch 'thumbDV_support' of github.com:n5ac/smartsdr-dsp into thumbDV_support 2015-09-04 10:22:33 -05:00
Ed Gonzalez e7d7d506ea Update ThumbDV.cfg with new filter limits 2015-09-04 10:19:19 -05:00
Ed Gonzalez 8382c7455a Fix weird collision in iss file 2015-09-03 17:00:02 -05:00
Ed Gonzalez a40983ada4 Merge pull request #6 from mlhnet/thumbDV_support
ThumbDB GUI Log Event fix
2015-09-03 16:56:19 -05:00
mlhnet 7c0ec87169 Log event bugfix, bump version 2015-09-03 17:49:25 -04:00
Mark Hanson d5b39e2b7d Merge pull request #4 from n5ac/thumbDV_support
Thumb dv support
2015-09-03 16:15:06 -04:00
Ed Gonzalez 7e7162312e Update ISS script to say FlexRadio instead of just Flex and fix ssdr_waveform copy command 2015-09-03 13:48:31 -05:00
Ed Gonzalez ba4f6afe90 Merge branch 'thumbDV_support' of github.com:n5ac/smartsdr-dsp into thumbDV_support 2015-09-03 13:38:02 -05:00
Ed Gonzalez 42ff3dd0d8 Add ssdr_waveform package to git and update iss script to point to new location 2015-09-03 13:37:49 -05:00
Ed Gonzalez 5c8bf9b182 Fix type in AssemblyTitle 2015-09-03 13:28:50 -05:00
Ed Gonzalez 693a362e35 Don't replace spaces with underscores to save APPDATA - This uses the existing FlexRadio Systems folder 2015-09-03 13:28:24 -05:00
Ed Gonzalez 2733a893f3 Trigger log on first header instead of waiting for 3 to get repeater reponses 2015-09-03 13:19:37 -05:00
Ed Gonzalez e327a8c150 Merge branch 'thumbDV_support' of github.com:n5ac/smartsdr-dsp into thumbDV_support 2015-09-03 12:49:22 -05:00
Ed Gonzalez 09fc0194f7 Add slight peaking IIR at 4800Hz after GMSK demod. 2015-09-03 12:49:20 -05:00