g0orx / pihpsdr

Raspberry Pi standalone code for HPSDR (Protocol 1 and Protocol 2)
GNU General Public License v2.0
110 stars 74 forks source link

V1.2 CW fault(?) #39

Open df5sf opened 6 years ago

df5sf commented 6 years ago

Hi John,

My settings: CW-Keyer Mode B, Drive=100, Tune use driver = 100%, CWL and RedPitaya I use no VOX/PTT or something like this. After key-down (dot or dash), it starts not every time to send HF. It is like gambling.

My version: build 2017-11-12 v1.2 installed from .tar file

g0orx commented 6 years ago

I do not have a RedPitaya so cannot test, but it is working OK with my ANAN-100D, ANAN-800DLE and Hermes board.

ka6s commented 6 years ago

Hi,

I have a Red Pitaya - and haven't been able to duplicate your issue. On the other hand - I likely have a much older version of Pavel's code - so it's hard to draw conclusions. One thing I wanted to suggest was for you to wipe the .props file completely - and start from ground zero. We've seen things work weird sometimes between versions of the software - and the .props file has been the culprit. You can contact me at ka6s@arrl.org if you want to follow up..

dl1ycf commented 6 years ago

Your RedPitaya ignores DriveLevel change commands while doing CW. I have fixed this in my pull request, you can look at the code in old_protocol.c. Is is now activated when choosing the new STEMLAB_FIX_OPTION in the Makefile. Yours DL1YCF.