IronHeartConsulting / IBPV2

International Beacon Program - V2.0
6 stars 2 forks source link

Missing long dashes #9

Closed K6TD closed 9 years ago

K6TD commented 9 years ago

ND2T reports not hearing the 1st long dash - at least on 15m.

K6TD commented 9 years ago

This is problem of not putting the CW key "down" at the start of the dash. Because of the way the time wheel works, problem is only true for 1st long Dash.

K6TD commented 9 years ago

still debugging. It's definitely the last, or fourth dash that is missing. This might be a race condition in schedule loop, as it looks like the next 1PPS happens before the scheduler exists. Probably due to all the time taken up by all the debug print statements.

wa5znu commented 9 years ago

Good observation about the Heisenberg. 115Kbaud is pretty fast but maybe we should try taking the debug print out.

K6TD commented 9 years ago

surprizingly, fixing issue #13 caused the 3rd long dash, as well as the 4th long dash to not get sent.

wa5znu commented 9 years ago

taking out sprintf made something worse?

surprizingly, fixing issue #13 caused the 3rd long dash, as well as the 4th long dash to nougat sent.


Reply to this email directly or view it on GitHub: https://github.com/IronHeartConsulting/IBPV2/issues/9#issuecomment-117733725

K6TD commented 9 years ago

Fixed with new schedule loop. Committed into master