Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- BITX20
- Messages
Search
Re: GPS and BITX
Hi Qonita,
I agree with Chris, you do not have to transmit GPS coordinates. WSPR is a protocol for testing propagation, antennas and so on. Using this digital mode you transmit your Callsign, first 4 chars of your locator and power in dBm. Receiving stations report transmitter they are able to heard. GPS usage could be to transform coordinate in Locator so you can made a beacon always transitting right locator and runtime updated. WSJTX is a program written by John Taylor (WSPR creator and Physics Nobel Prize) for operating WSPR, JT65, FT8 etc. digital modes? Hope this helps, Alessandro M. IU1ETR |
Re: KB1OIQ BITX40 / uBITX files now on Sourceforge
WOW!.? I'm excited at all the work different people are doing.? This makes the Bitx40 and uBitx even more exciting.? Now if I can just retire and get to work on all this stuff I'd have a blast. lol?? Thanks to you and all the others that are coming up with some amazing ideas and Farhan.?
73, Michael KM4OLT |
Re: Raduino oscilators. 33mhz and 57mhz " . Documentation says one thing, but this is what I measured.
Jack Purdum
Just to make sure, if you retype the code fragment: ? ? if (prev_freq <= 10000000l && frequency > 10000000l)
? ? ? isUSB = true;
? ? if (prev_freq > 10000000l && frequency <= 10000000l)
? ? ? isUSB = false; note that the last character in the numeric constants is an 'el' not a one. You can make this more obvious by using a capital 'L' for the data type specifier: ? ? if (prev_freq <= 10000000L && frequency > 10000000L) ? ? ? isUSB = true;
? ? if (prev_freq > 10000000L && frequency <= 10000000L) ? ? ? isUSB = false; Jack, W8TEE From: Michael Shreeve <shreevester@...> To: [email protected] Sent: Thursday, March 8, 2018 12:59 AM Subject: Re: [BITX20] Raduino oscilators. 33mhz and 57mhz " . Documentation says one thing, but this is what I measured. 24.99800 MHz clock On Wed, Mar 7, 2018 at 8:34 PM, Michael Shreeve <shreevester@...> wrote:
-- Michael Shreeve N6GRG |
Re: TDA2822 Replacement
David Wilcox
开云体育The poor guy forgets that some of us are disabled: Pete Juliano has a disability called FFS (fat finger syndrome) whereby the fat fingers don't always hit the correct key or hit more than one key at the same time. ?If a famous person like Pete can function and produce great videos and blogs with his problem AND we all seem to understand him it can't be that bad. ?Those who would be critics are faulty in their attempts to further impair those who are disabled. ?May they see the "light". ?The rest of us will go on enjoying this fantastic hobby and also the new modes of communication that the web and nets provide. ?I just endured a 9 hour flight listening to radio blogs and videos saved on my iPhone. ?FWIW. Dave K8WPE On Mar 7, 2018, at 9:42 PM, Larry Smith <815cpu@...> wrote:
|
Re: RD16HHF1 power curve flattening...some
John
Hi Nik,
Not yet. I just received the BN43-3312?so I try that as soon as I finish the ATU (half way there).? Been busy with mic compressor SSM2167 (done), S-Meter (hardware and software done), SWR/POWER meter (hardware done, basic display), Arduino pro mini linked by I2C to Raduino to measure power, swr, final's current (hall effect sensor) and control the ATU plus shutdown the final's bias if required. ATU is L-Network with 2 servos controlling a variable capacitor and a two wafers rotary switch to get 6 coil positions on high impedance and 6 on low impedance. Too much fun. If you get the mods for the final in, please let us know the results. Thanks and 73, John (VK2ETA) |
Re: TDA2822 Replacement
?a?a?a. He must have misunderstood you and thought that you meant oscilla(h)er. On Thu, Mar 8, 2018 at 2:24 AM, Nelson <ngtdlt@...> wrote:
|
Re: Raduino oscilators. 33mhz and 57mhz " . Documentation says one thing, but this is what I measured.
So it moved more than 2khz.
toggle quoted message
Show quoted text
More than I would expect. Anyways, I'm signing off for the day. Jerry On Wed, Mar 7, 2018 at 10:14 pm, Michael Shreeve wrote:
|
Re: Raduino oscilators. 33mhz and 57mhz " . Documentation says one thing, but this is what I measured.
And change the freq. away from 10. Ok, wanted the math to be easy, would 5.0 MHz be easy ? On Wed, Mar 7, 2018 at 10:12 PM, Jerry Gaffke via Groups.Io <jgaffke@...> wrote: So did you measure the crystal directly? --
Michael Shreeve N6GRG |
Re: Raduino oscilators. 33mhz and 57mhz " . Documentation says one thing, but this is what I measured.
The clock actually warmed up in about 30 minutes it was 25.0003 . guess I'll leave it on.? On Wed, Mar 7, 2018 at 9:59 PM, Michael Shreeve <shreevester@...> wrote:
--
Michael Shreeve N6GRG |
Re: Raduino oscilators. 33mhz and 57mhz " . Documentation says one thing, but this is what I measured.
So did you measure the crystal directly?
toggle quoted message
Show quoted text
If so, your probe likely modified the frequency a bit. My calculation of 24.9991375 may be wrong for a number of reasons: It assumed that your two readings of the three clocks were made while? tuning through 10.0mhz in 50hz steps.? But we have since seen that there is a bug in the code such that it would not make the LSB to USB transition while? tuning in 50hz steps.? So not clear exactly what was going on there. It assumes your rig was either uncalibrated (and thus si5351_vco==875.0mhz) and that your probe on the crystal is not disturbing the crystal frequency. Or that you are doing an si5351_setfreq() to one of the clock outputs of 25.0mhz and measuring that. Jerry On Wed, Mar 7, 2018 at 09:59 pm, Michael Shreeve wrote:
|
Re: Raduino oscilators. 33mhz and 57mhz " . Documentation says one thing, but this is what I measured.
Ok, roger that. Got to change frequency. Changing directly from usb to lsb isn't working, so got to do that over again.? Clock is 24.99800 . Very close to that. Zero beat. Of course, counter hasn't been calibrated in a while so who knows. Of course this is all with the working raduino. I've got to Do this all over again, just needed to know how it would compare to a working system.? On Wed, Mar 7, 2018 at 9:35 PM, Jerry Gaffke via Groups.Io <jgaffke@...> wrote: Yup, another minor bug in the code from? ? --
Michael Shreeve N6GRG |
Re: Raduino oscilators. 33mhz and 57mhz " . Documentation says one thing, but this is what I measured.
24.99800 MHz clock On Wed, Mar 7, 2018 at 8:34 PM, Michael Shreeve <shreevester@...> wrote:
--
Michael Shreeve N6GRG |
to navigate to use esc to dismiss