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
- HBTE
- Messages
Search
?
HBTE Group Topics
?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Crystal source
I played with crystal filters a while back, and found that the low profile? HC-49s crystals aren't suited for wider bandwidths (SSB), but are OK for CW filters.? I was experimenting at 4.9 MHz, at 9 MHz it will be different.? Just something to be aware of.? The full height HC-49 crystals I had checked out OK for SSB filters.
|
Re: Quick and dirty GPSDO
Thanks Bill. I tried your version of the code, but it never gets beyond "Waiting for GPS" and shows the target frequency, in my case 10.0M and it does produce 10 MHz. The serial output also stops with "waiting for GPS".
I'll try to add the pin 3 LED for the frequency alarm and see if that tells me anything more But my hardware runs fine with the original V5.1 software straight off of the F2DC website -? -- Sverre LA3ZA |
Re: Quick and dirty GPSDO
Hi, Sverre,
I just uploaded my implementation of Erik's design, including the code. You are welcome to grab that and try it to see if there is any difference. Though you did not implement the hardware phase detector, my code is not using that so it should not make a difference. I have been playing with this since last fall, and made a couple of mostly cosmetic changes to the display routines. Schematics, pictures, and parts lists included.? I am still having a 'hang' issue with the display stopping after some apparently random amount of time. I think it has to do with recovery from GPS loss of signal, but have not positively confirmed that.? 73, Bill N5BIA |
Re: si4432 fails to initilialize lo
#spectrum_analyzer
Thank you Dave, I set the ssid and password, still doesn't want to connect with my? netgear ac1900 smart wifi router, model r6900 v2. Could be something I am not doing right when trying to connect, still trying though.
|
Re: Quick and dirty GPSDO
Got it to run by disabling CLOSE_LOOP in approx line 67-70 in ino-file:
#define CLOSE_LOOP? ? ? ? ? ? ? ?0 // 8 must be 0 Now, if I could only get the LCD to show GPS clock time, i.e. UTC time, and not just elapsed time since power was first turned on, I would be happy! -- Sverre LA3ZA |
Added Folder /Q&D GPSDO
#file-notice
[email protected] Notification
Bill Buoy <bill@...> added folder /Q&D GPSDO |
Quick and dirty GPSDO
I'm trying to run Erik Kaashoeks code for the 10 MHz reference. The problem seems to be that the LCD is stuck while the code seems to achieve lock.
The code is from 3 Dec 2021:? My hardware is a SI5351 with a TCXO at 25 MHz and a 16x2 LCD, and no phase detector. Judging from the serial output on the Arduino monitor, it seems to be running OK. But hardly anything shows on the LCD, only the second line which says " F2DC V.5.2"., no lock information and no clock. Here is the output on the serial monitor for the first 5 minutes: 0:00:05 dur=4 acount=25263408 dcount=-6480 calfact=0 acount=25263408 mincorr=10.0e-8 corr=1.5e0 xtal=26000000000?
0:00:11 dur=5 acount=32043408 dcount=13680 calfact=0 acount=32043408 mincorr=8.0e-8 corr=1.6e0 xtal=26000000000?
0:00:17 dur=5 acount=32043394 dcount=13666 calfact=0 acount=32043394 mincorr=8.0e-8 corr=1.6e0 xtal=26000000000?
0:00:23 dur=5 acount=32043405 dcount=13677 calfact=0 acount=32043405 mincorr=8.0e-8 corr=1.6e0 xtal=66650276864?
0:00:29 dur=5 acount=18754610 dcount=28690 calfact=0 acount=18754610 mincorr=8.0e-8 corr=5.0e-1 xtal=99999992832?
0:00:35 dur=5 acount=12500001 dcount=1 calfact=0 acount=12500001 mincorr=8.0e-8 corr=8.0e-8 xtal=100000000831 Lock
0:00:46 dur=10 acount=24999998 dcount=-2 calfact=0 acount=24999998 mincorr=4.0e-8 corr=-4.0e-8 xtal=99999996831 Lock
0:01:07 dur=20 acount=49999998 dcount=-2 calfact=0 acount=49999998 mincorr=2.0e-8 corr=-2.0e-8 xtal=99999994831 Lock
0:01:48 dur=40 acount=100000000 dcount=0 calfact=0 acount=100000000 mincorr=10.0e-9 corr=0.0e0 xtal=99999994831 Lock
0:03:09 dur=80 acount=200000000 dcount=0 calfact=0 acount=200000000 mincorr=5.0e-9 corr=0.0e0 xtal=99999994831 Lock
0:05:50 dur=160 acount=400000001 dcount=1 calfact=0 acount=400000001 mincorr=2.5e-9 corr=2.5e-9 xtal=99999995081 Lock
I would appreciate it if I could compare outputs with someone else? ?
-- Sverre LA3ZA |
Re: si4432 fails to initilialize lo
#spectrum_analyzer
Great work!
Check you have set your SSID and password details in my_SA.h.? Lines 30/31. Dave M0WID |
Re: si4432 fails to initilialize lo
#spectrum_analyzer
Dave, I tried the reference output and it displays similar to your photo snap with 15 mhz at 30 db and with the harmonics. I am waiting for another attenuator and a couple of other parts, and should see completion soon on it. The only error I now have is it now won't connect to the wifi, most likely an error on how I have the config arranged. I again thank you for all your help.
John. |
Re: si4432 fails to initilialize lo
#spectrum_analyzer
¿ªÔÆÌåÓýNot yet, today I connected the tg 4432's and they all are seen
and loaded. I am now working on the filters and waiting for a few
parts to be delivered. I am taking it section by section and
testing as I go. Thanks for the info will use it when I finish the
filters. On 2/7/2022 4:41 AM, m0wid via
groups.io wrote:
Glad you have got it working.? Have you tried connecting the ref out to the input?? As shown the 15MHz ref signal is on? (REF 15 in the side status bar) so you should see signals at around -30dBm at 15MHz, and all the harmonics at 30, 45MHz etc. |
Re: si4432 fails to initilialize lo
#spectrum_analyzer
Glad you have got it working.? Have you tried connecting the ref out to the input?? As shown the 15MHz ref signal is on? (REF 15 in the side status bar) so you should see signals at around -30dBm at 15MHz, and all the harmonics at 30, 45MHz etc.
If you touch the Ref area of the status bar you can change the ref frequency or turn it off.? Also available from the main menu/Output/Reference. Well done. Dave M0WID |
Re: si4432 fails to initilialize lo
#spectrum_analyzer
Update, I checked everything and found a short between sdo and + 3.3 volt line, corrected and tried again, no go. I started a new rf board, this time on the same board as the control. I only have the rx-4432 and tx-4432 finished. The tg section follows next. The program booted up with the tracking rx and tx not initilised, and the screen showed normal operation. No filters are completed either, The wiring on my first rf board to the control board was the problem, I am awaiting delivery of more filters and resistors and capacitors and digital switches to finish the construction. I have placed a snapshot of the screen in photos to show the results.
|
Re: si4432 fails to initilialize lo
#spectrum_analyzer
Thank you Dave and Gyula, I will certainly check your suggestions out. Just got power back after 3 days outage, reason I haven't replied sooner. Am in process of building a new RF board with better traces and connections and including the tracking generator, with the switches for the filters.
|
Re: si4432 fails to initilialize lo
#spectrum_analyzer
Hi John,
I had exactly the same error message. Checking with a magnifying glass did not help. The Si4432 module has a distance of 1.27mm feet. I checked the adjacent legs with an Ohm meter and found a short circuit. I soldered the module again after desoldering and then cleaning the connections. So the barely visible (I can't remember which short between legs) short caused the above error message. -- Gyula HA3HZ |
to navigate to use esc to dismiss