Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Re: Seperate group for uBITX ?
Separate groups and lose the cross-pollination that happens between the BITX variants? I think I'm against it. Now, if this were web forum and I was the moderator, I?would support creating a different section just for the uBITX. But in web forums, people join the *whole* forum and then post in the topic that interests them the most. If a sub-group would do that, then maybe I'd support it. But I'd?really hate for people to have to join two entirely different groups for these closely related devices.
? -- Ryan Flowers - W7RLF |
||
Re: Si570 Output (Sweeperino) - 100 MHs Sine?!
Good job!
toggle quoted message
Show quoted text
I'd guess the program was using that 56.32mhz frequency to (essentially, but perhaps not literally) calculate the exact frequency of the internal reference oscillator (using the contents of the factory programmed internal registers used for calibration) but not doing any kind of error checking on the ridiculous result it got. ? My LVDS thing was apparently bogus. I see now that your original post reported a 400mv 100mhz output. Jerry On Tue, Dec 12, 2017 at 09:04 pm, AndyH wrote:
IT'S WORKING! |
||
Re: Si570 Output (Sweeperino) - 100 MHs Sine?!
excellent news! - f On Wed, Dec 13, 2017 at 10:34 AM, AndyH <ahecker@...> wrote: IT'S WORKING! |
||
Re: Si570 Output (Sweeperino) - 100 MHs Sine?!
IT'S WORKING!
toggle quoted message
Show quoted text
?? ?The only difference I can see between the LVDS 3.3V Si570 variants Mouser stocks is the programmed start-up frequency (well...and freq stability and price).? I disregarded the freq because I figured the code would set it.? The device I bought has a 100 MHz startup.? In line 197 in the set-up section of code, the argument lists the device's start-up frequency.? I left the default 56.32 MHz.? That didn't work. ?si570 = new Si570(SI570_I2C_ADDRESS, 56320000); When I changed the argument to the start-up for my Si570 (100 MHz), the chip woke up and is making fully controllable square waves.? \o/? (<-- simulated emoticon to celebrate the joy of controlled oscillation) ? ?I'm doing this to learn and I can confirm that learning is happening!? Thanks for the help, gents.? And thanks for yet another cool project, Mr. Farhan! ? ? 73 to all ? ? ?Andy On Tue, Dec 12, 2017 at 08:18 pm, AndyH wrote:
I loaded the Razzies mod of your code.? The body of the sketch is identical to sweeperino-master.? The changes were to comment out the checks for the Si5351, and to change the set-up for the lcd from (12,11,10,9.8,7) to (12,11,7,8,9,10).? I'm using the Radiono library for the Si570. |
||
Re: Si570 Output (Sweeperino) - 100 MHs Sine?!
All Si570's come pre-programmed for some power-up output frequency.
toggle quoted message
Show quoted text
100mhz is a typical default, but whatever the power up frequency is, ?it is factory calibrated to be very accurate. If you program the Si570 to a new frequency you can do so without knowing the original frequency, but some ?programs will use knowledge of that start-up frequency and also read the power-up state of the Si570's registers to glean the calibration information needed to?make the new output frequency more accurate. If you can scan the Si570 and get a report back stating the i2c address, that sounds to me like the i2c interface is working.? I'm not terribly familiar with the Sweeperino, so will defer to Farhan on this. But looking at the schematic, am suspicious that it wants the CMOS output version of the Si570, not the LVDS version. The description of the Sweeperino does not state what version of the Si570 is used. Given that you have an LVDS version of the Si570, I'd ?put a 100 ohm resistor between the two complementary LVDS output pins ?and expect about a 300mv pk-pk square wave on both of those pins. (the datasheet says it will be 700mv differential). That should then give an output you can use, though much smaller than a CMOS output. What an LVDS output does with no differential load might be undefined.? Jerry, KE7ER On Tue, Dec 12, 2017 at 08:18 pm, AndyH wrote:
The Si570 came from Mouser.? It has an LVDS output, 3.3VDC.? BBC000121G? (According to SiLabs, it's 121DG).? The startup freq is 100 MHz, address is 0x55.? I don't know the calibration frequency. |
||
Re: Si570 Output (Sweeperino) - 100 MHs Sine?!
? From page 2 of the supplied Have you tried that, yet?? Sent from Yahoo Mail. On Tuesday, December 12, 2017 11:18 PM, AndyH <ahecker@...> wrote: I loaded the Razzies mod of your code.? The body of the sketch is identical to sweeperino-master.? The changes were to comment out the checks for the Si5351, and to change the set-up for the lcd from (12,11,10,9.8,7) to (12,11,7,8,9,10).? I'm using the Radiono library for the Si570. The Si570 came from Mouser.? It has an LVDS output, 3.3VDC.? BBC000121G? (According to SiLabs, it's 121DG).? The startup freq is 100 MHz, address is 0x55.? I don't know the calibration frequency. I agree, sir, that it doesn't appear that the code's talking to the Si570.? I broke the circuit down this afternoon and rebuilt it.? I also started from a fresh version of Arduino 1.6.12.? Behavior is the same. Should I have ordered a pre-programmed device?? Or is there a better choice from the available versions??? Andy On Tue, Dec 12, 2017 at 05:49 pm, Ashhar Farhan wrote:
|
||
Re: Si570 Output (Sweeperino) - 100 MHs Sine?!
I'm not aware of anything Raduino that would talk to an Si570
toggle quoted message
Show quoted text
Jerry On Tue, Dec 12, 2017 at 08:18 pm, AndyH wrote: I'm using the Radiono library for the Si570. |
||
Re: Si570 Output (Sweeperino) - 100 MHs Sine?!
I loaded the Razzies mod of your code.? The body of the sketch is identical to sweeperino-master.? The changes were to comment out the checks for the Si5351, and to change the set-up for the lcd from (12,11,10,9.8,7) to (12,11,7,8,9,10).? I'm using the Radiono library for the Si570.
toggle quoted message
Show quoted text
The Si570 came from Mouser.? It has an LVDS output, 3.3VDC.? BBC000121G? (According to SiLabs, it's 121DG).? The startup freq is 100 MHz, address is 0x55.? I don't know the calibration frequency. I agree, sir, that it doesn't appear that the code's talking to the Si570.? I broke the circuit down this afternoon and rebuilt it.? I also started from a fresh version of Arduino 1.6.12.? Behavior is the same. Should I have ordered a pre-programmed device?? Or is there a better choice from the available versions??? Andy On Tue, Dec 12, 2017 at 05:49 pm, Ashhar Farhan wrote:
|
||
Re: VFO Instability Ver3B
#bitx20help
Farhan jee ?he is discussing regarding bitx20 ver3B. It is with discrete components and not SMD jeeregards Sarma ? On Wed, Dec 13, 2017 at 7:14 AM, Ashhar Farhan <farhanbox@...> wrote:
|
||
Re: Ubitx only on preorder now
We changed on the text on the buy page, where it said that it is now on back-order. we mentioned that the shipping would start after christmas.? see here: while ordering, if you read it that it was on back order, then it is on back order, if not, then you are going to get it shipped during this week. i guess a few hundred have already left the shipping. i don't handle this stuff, nor is this really the forum to discuss commercials, but we are in a kind of an unusual situation here, so i keep asking the gang at hfsignals for updates and post them here. if you have any query related to shipping etc. it is best to write to hfsignals@.... they usually reply within 24 hours. - f On Wed, Dec 13, 2017 at 8:35 AM, William R Maxwell <wrmaxwell@...> wrote:
|
||
Re: Ubitx only on preorder now
¿ªÔÆÌåÓýNo, just directing
your attention to where the cutoff was announced. On 13/12/2017 1:13 PM, Ron Notarius
WN3VAW wrote:
|
||
Re: #uBITX Front end overload protection
#ubitx
Though others have reported a blown Q13 on the Bitx40v3 when hooked up to an antenna with a nearby QRO station operating.
toggle quoted message
Show quoted text
Luck of the draw. ? Depends on antenna types, how close, orientation, bands, use of external tuner on Bitx40, power levels, feed lines, etc Farhan's reasoning on the uBitx seems right. Would be interesting to remove C80 (to avoid blowing Q90) and measure the AC voltages into L1 when driving the antenna port with various signals. Jerry, KE7ER. On Tue, Dec 12, 2017 at 06:45 pm, John P wrote: For what it's worth, I used the BitX-40 on field day this year with high power transmitters and antennas in close proximity without any problems. My rig doesn't have any extra front end protection.? |
||
Re: Si570 Output (Sweeperino) - 100 MHs Sine?!
Andy, The Si570 outputs a complementary signal.
The signal on pin 4 is the same as that on pin 5, but one pin is 180 degrees out of phase with the other. It has an internal oscillator and divisor network. The difference between these and, say, the POS-XXX devices is the very broad frequency range possible. Programming the Si570 is not easy. For more information check out the documentation for the Si570 signal generator of AA0ZZ. It can be found on his website. In any event, programming the device is NOT the same as programming the Si535X! They can be used as analog oscillator replacements, but it is a little complicated to get them to work over a good range. These devices were indeed first offered as discrete crystal oscillator replacements. When devices began to be used in the gigaherz range, it was found that simple crystals (and even saw oscillators) no longer worked and new control devices were invented to fill the gap. Most of the SiXXXX oscillators are of this type. But the inveterate ham found that they could be used elsewhere and so... john AD5YE |
||
Re: Ubitx only on preorder now
Gordon Gibby
¿ªÔÆÌåÓý?Ron, they didn't know exactly what to DO when they ran out of units....never apparently happened before....so they changed the web site to indicate "pre-order" at that point.? ?I'm not sure if it exactly synced with running out of units or not, but not
one is accusing you of anything, they are just trying to help explain it to you.? ?Life goes on!
Cheers,
gordon
From: [email protected] <[email protected]> on behalf of Ron Notarius WN3VAW <wn3vaw@...>
Sent: Tuesday, December 12, 2017 9:13 PM To: [email protected] Subject: Re: [BITX20] Ubitx only on preorder now ?
Excuse me?? Did you just blame me for not knowing something that wasn't posted on the website when I placed the order?
From: [email protected] [mailto:[email protected]] On Behalf Of William R Maxwell Sent: Tuesday, December 12, 2017 7:46 PM To: [email protected] Subject: Re: [BITX20] Ubitx only on preorder now The cutoff was several days ago, Ron. It was announced on this group, if you read back a few days. On 13/12/2017 11:24 AM, Ron Notarius WN3VAW wrote:
|
||
Re: Ubitx only on preorder now
Ron Notarius WN3VAW
¿ªÔÆÌåÓýExcuse me?? Did you just blame me for not knowing
something that wasn't posted on the website when I placed the
order? From: [email protected] [mailto:[email protected]] On Behalf Of William R Maxwell Sent: Tuesday, December 12, 2017 7:46 PM To: [email protected] Subject: Re: [BITX20] Ubitx only on preorder now The cutoff was several days ago,
Ron. It was announced on this group, if you read back a few
days. On 13/12/2017 11:24 AM, Ron Notarius WN3VAW
wrote:
|
||
Re: #uBITX Front end overload protection
#ubitx
Trent Trent
Speaking of diodes has anyone got the wire up with the swr indicator On 13 Dec. 2017 12:44 pm, "Ashhar Farhan" <farhanbox@...> wrote:
|
||
Re: Si570 Output (Sweeperino) - 100 MHs Sine?!
¿ªÔÆÌåÓýSorry, I was commenting on the Si5351.?? So I was all off base! I will "Listen" more next
time.? I have not used the one with the crystal inside. 73's Mike, WA6ISP On 12/12/2017 5:46 PM, AndyH wrote:
Mike - I can confirm that the address is 55 hex.? I used the Si Lab part number look-up, and the I2C address scanner routine.? This is the specific part: -- Mike Hagen, WA6ISP 10917 Bryant Street Yucaipa, Ca. 92399 (909) 918-0058 PayPal ID "MotDog@..." Mike@... |
||
Re: #uBITX Front end overload protection
#ubitx
M Garza
Thank you for the clarification! Marco - KG5PRT? On Dec 12, 2017 7:44 PM, "Ashhar Farhan" <farhanbox@...> wrote:
|