Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
My next QRP rig..
Lawrence Macionski
I am one of 273 backers of this QRP 5 watt transceiver... If you have time you may enjoy the read/ video's and specs. https://www.kickstarter.com/projects/hobbypcb/rs-hfiq-5w-software-defined-radio-sdr-tranceiver Departing in 5 minutes to demo the BITX40 at the local Ham Radio Store, Derby Kansas.. Saturday morning coffee and donuts gathering... DE W8LM |
Re: AD 9850 DDS VFO ON BANGGOOD
Lawrence Macionski
There is a 6 band QRP 5 watt Transceiver sold on Ebay and elsewhere.. That board is around $44... I have seen it in action on some Chinese YOUTUBE video.. Even with a very professional looking case. This is the VFO to that Transceiver. which brings us to again question the common sense of those that have purchased the BITX40 and are wishing to multi-band it... Especially when there is something like this out there. Think about this- BITX40 - 1 band $59 USD - but 6 bands transceiver board for? $44 USD approx and this DDS VFO for $35.83 USD for about $80 USD .? $20 USD more... I mean- I really enjoy my BITX40 V3 purchase, but it's 40 meters. It is, what it is. I think it is worth every penny. HOWEVER--? If I want more bands. 2-3-4-5? there is a proven alternate route. That also? addresses USB- LSB- CW- RIT- MEMORIES- VFO A- VFO B... de Larry W8LM ARRL Life Member - Licensed 50 years... |
Re: AD 9850 DDS VFO ON BANGGOOD
Hi everyone. This is the measurement I made of these generic DDS output which I posted on another group to which I belong. These generic DDS are sometimes supplied together as a bundle with an Indonesian 6 band ssb transceiver kit sold by countless sellers on e-bay and other websites. The DDS is based on a design by a radio amateur from India?http :// www. (remove the spaces in the link). I hope that you will all find this useful as to what to expect from this DDS Regards Lawrence On Fri, Feb 17, 2017 at 10:44 PM, Mark via Groups.Io <mark2w0jmk@...> wrote:
|
Re: Ashhar, thank you
If you mean the comments by Allison, I wouldn't presume to copy her messages.
She is a member of this group (and has her own folder in the files section). I will post a message to EMRFD asking her to repeat the information here... but it is up to her to decide such things. Thanks for the heads up, Marco. Ray...is this correct? john AD5YE |
Re: AD 9850 DDS VFO ON BANGGOOD
Jack Purdum
I don't know if K2ZIA still has any boards...write him before ordering as he has not been very responsive lately. You can see the VFO and assembly manual at: ?www.farrukhzia.com/k2zia? Jack, W8TEE From: "mikeyancey@..." <mikeyancey@...> To: [email protected] Sent: Friday, February 17, 2017 11:16 PM Subject: Re: [BITX20] AD 9850 DDS VFO ON BANGGOOD Yes, it would work, but as mentioned - too expensive. Try AliExpress or DX.com or eBay and you should find 'just' the AD9850 board by itself (no LCD, buttons, etc). These are around US$6.50 to US$9.50.? Mike Yancey
Dallas, Texas |
Re: Ashhar, thank you
M Garza
I think he is asking you to post the info here, since some of us are not members of that group. Relay complete... Marco - KG5PRT? On Feb 17, 2017 10:35 PM, "John Backo via Groups.Io" <iam74=[email protected]> wrote: "would you please reposed it some of us are not members of the group" |
Re: 10 turn pot question
That means the ground pin is not connected to the 10T pot. One end of the pot may be internally damaged.
toggle quoted message
Show quoted text
This happens when you connect the center and one end to the supply and ground. As you come towards ZERO the pot just burns out. Please note the pin connections are different - the center pin of a normal pot is the back most pin in the Bourne. I would recommend a new pot and careful of the connections. 73 Raj At 18-02-2017, you wrote:
My 40 with stock 10k pot works and I have several Q's. I get about 200 KHz tuning. |
Re: Rarduino WAY off Freq ... there is more
Finally got some time to work on this. Checked ripple coming in, between 10-20 mV on the 12 V line coming in. Measured 5.08 V and 3.28 V on 5 and 3.3 rails, ac coupled on the scope seems clean. There is a traffic on SDA line whenever pot is moved. It stops when pot is moved to any of the ends and reading gets to the limit (6.99 or 7.50), or sometimes when . Wasn't able to scope 25 MHz crystal. Loaded Nano with the following code, from etherkit github readme page, slightly modified, see highlighted comments: /*--------------------------*/ #include <EEPROM.h> #include <Wire.h> #include <si5351.h> Si5351 si5351; /*-----------------------------*/ void setup() { ? // put your setup code here, to run once: ? Serial.begin(9600); ? si5351.init(SI5351_CRYSTAL_LOAD_8PF,25000000l,0); ? Serial.println("*Initiliazed Si5351\n"); ? si5351.set_freq(1000000000ULL, SI5351_CLK2); // 10 MHz on clock 2 ? si5351.set_freq(500000000ULL, SI5351_CLK1); ?// ?5 MHz on clock 1 ? si5351.set_freq(100000000ULL, SI5351_CLK0); ?// ?1 MHz on clock 0 ? delay(10); } /*-----------------------------*/ void loop() { ? // put your main code here, to run repeatedly: ? si5351.update_status(); ? Serial.print("SYS_INIT: "); ? Serial.print(si5351.dev_status.SYS_INIT); ? Serial.print(" ?LOL_A: "); ? Serial.print(si5351.dev_status.LOL_A); ? Serial.print(" ?LOL_B: "); ? Serial.print(si5351.dev_status.LOL_B); ? Serial.print(" ?LOS: "); ? Serial.print(si5351.dev_status.LOS); ? Serial.print(" ?REVID: "); ? Serial.println(si5351.dev_status.REVID); } /*----------------------*/ What I'm measuring is: 2.110 MHz on CLK2, 1.055 on CLK1, 211 kHz on CLK0. All three outputs are about 4.74 times lower than set in the sketch. And the same 740 us pauses every 38 ms, on all three outputs (almost) perfectly lined up with each other (couple of cycles difference). Then, I unsoldered Nano ( so, no returning to hfsigs, I guess, but I want to thank Ashhar for all the work he's doing :) and had a spare Arduino. Wired 3.3, GND, A4, and A5 from Arduino to the Raduino board (now without Nano) and got it going with the sketch above - results were the same as above. So, definitelly not a Nano problem. I'll be getting one of those Adafruit breakout boards with Si5351, but before that I'm going to try Adafruit library, hoping that it may resolve the issue. But, that will happen tomorrow ... Goran VE6GPO |
Re: Ashhar, thank you
John would you please reposed it some of us are not members of the group
toggle quoted message
Show quoted text
thanks ray KC4DYM ---- "John Backo via Groups.Io" <iam74@...> wrote: Well, Ash, Look what happened, spontaneously. I guess if you work hard enough... |
Re: Ashhar, thank you
Ashhar, I have to agree with many others. ?I never had an HF transceiver mainly due to 1) cost and 2) desire to experiment. ?Although I have not assembled mine yet, I am looking forward to it. ?Thank you for providing this opportunity to the Ham community and my personal thanks for making a great kit at a great price! Gene N2IJF? |
Greek SI5351 board. $8.90 USD
Lawrence Macionski
My friend Makis, SV1AFN? in Greece ...sent me an email to one of his newest offerings... He is offering it for $8.90.. he also has other items of interest.. I previously purchased his VHF transceiver board which is based on a DRA818V.. I have played with it and a raspberry pi? for PACKET but an arduino and his DRA818V transceiver board makes a neat next project.. A Tech Class QRP semi kit.. de W8LM ARRL Life member - licensed 50 years |
Re: Display Contrast Adjustment
Ed Vignati
Thank you, I did it and it works Great! Eddie kj4fgi On Fri, Feb 17, 2017 at 8:20 PM, Don Cantrell via Groups.Io <nd6t_6@...> wrote:
|
Re: AD 9850 DDS VFO ON BANGGOOD
You can easily build what you want. Use a Nano, a AD9850 board,
a decent encoder, a display, and a few buttons. You can easily get the Ladderline code (q.v.) to work. I note that the e-bay device claims a 0-55 MHz range. You will be lucky to get 1-30 MHz with any decent results. Jack is right, This thing is at least 2x expensive for what you get. The nicest thing about it is the pre-made pc board. You will have to learn about how to make and operate it. That's a good thing. john AD5YE |
Re: 10 turn pot question
No. Note that 10-turn pots usually have a different connection that 1-turn pots.
The 1-turn pots have the wiper connected to the middle terminal; many 10-turn pots have the wiper connected to the end terminal. The simplest thing to do is measure resistance. Two terminals will show the total resistance and the third will vary from 0 to max with respect to one of the other terminals. Once you have determined which is the proper termination, connect you wires for the tune pot in that configuration in place of the old one. Then you should get more or less identical results. Note that if the tuning is reversed, i.e., if it goes down in frequency while turning clockwise, then mereml turn the plugin around. What you are doing is reversing the positive and ground leads. The wiper should be connected to the center lead. So connect them 1)one end positive 2)center to wiper 3)one end ground. If the tuning is reversed, swap the outer leads. This is what Arv is saying in more words. john AD5YE |