¿ªÔÆÌåÓý

Date

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!

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!

?? ?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.



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:
andy,
the part is not responding to the arduino..which sketch are you using?
- f

On 13 Dec 2017 7:16 am, "AndyH" <ahecker@...> 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:


The only output I see is the clock + and clock - on pins 4 and 5.? In this circuit, Clock + (pin 4) is used and 5 is left floating.? Applying the Rigol's probe across 4 and 5 shows the same 100 MHz output as that seen from clock + and ground.? The Si 570 block diagram shows a crystal inside, but there doesn't appear to be a way to probe it from outside the case.? Is there a way to check the function of the part?? The software sets the the start-up frequency to 56.32 MHz, and later moves it to 14.5 MHz.

I thought this device outputs a square wave, and I expected the software to command the Si570 to change freqs when the display changes.? So far, neither of those things happens.? I don't know if I got a bad part, killed it somehow, or have a library problem.? I guess I'll start with libraries.? A number of others have built these things and I've not found any suggestion that they didn't 'just work'.??

Andy, KG5RKP


On Tue, Dec 12, 2017 at 03:02 pm, Michael Hagen wrote:

I have made several signal generators with 2 different PCBs I designed.? Both stand-alone with level shifting.

The big one uses the SI part with 8 Clocks, I call it "Lotsa Clocks".? It has optional I2C address bit.? And 8 Clocks.

I got all my SI parts from Mouser.? Mine respond at 0x60 or 0x61 ?? I have seen them run at the outputs with crystal not correctly connected.? I have stopped using the Tiny crystals because of soldering problems.

Check for 25 MHz small sin wave on the crystal pins.? One pin has a larger sin wave than the other.? I have made a sketch that runs one or the other or both SI parts on 0x60 and 0x61.? I have bought dozens of them, always have seen those 2 addresses?

73's

Mike, WA6ISP


On 12/12/2017 12:48 PM, AndyH wrote:
Hey folks,

? ?The executive summary is that I've assembled an Si570 generator for a Sweeperino (prereq for my scratch built ?BITX) and it's emitting a 400 mV p-p sine at 100 MHz.? I cannot adjust the frequency.? I have no idea what's happening.

? ?Details...? I verified details of the Mouser-sourced Si570 from the Sil Labs database.? The address is verified (0x55) and I can talk to the Si570 with an I2C scanner and Farhan's code (as well as the Razzie code).? Voltages are good, the layout was inspired by Farhan's build as well as the builds documented by Tony Fishpool and published in Razzie (June, 2016).? Adjusting the tuning pot makes the numbers change on the LCD. There's a light square wave on the Rigol display when the frequency is actually changing.? I can't collect this signal by probing the Arduino or the comms or power pins - its only present on the output of the Si570.

? ?Does this mean anything to the Si570 experts?
? ? Thanks,
? ? ?Andy, KG5RKP



-- 
Mike Hagen, WA6ISP
10917 Bryant Street
Yucaipa, Ca. 92399
(909) 918-0058
PayPal ID  "MotDog@..."
Mike@...



Re: Si570 Output (Sweeperino) - 100 MHs Sine?!

 

IT'S WORKING!

?? ?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.



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:
andy,
the part is not responding to the arduino..which sketch are you using?
- f

On 13 Dec 2017 7:16 am, "AndyH" <ahecker@...> 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:


The only output I see is the clock + and clock - on pins 4 and 5.? In this circuit, Clock + (pin 4) is used and 5 is left floating.? Applying the Rigol's probe across 4 and 5 shows the same 100 MHz output as that seen from clock + and ground.? The Si 570 block diagram shows a crystal inside, but there doesn't appear to be a way to probe it from outside the case.? Is there a way to check the function of the part?? The software sets the the start-up frequency to 56.32 MHz, and later moves it to 14.5 MHz.

I thought this device outputs a square wave, and I expected the software to command the Si570 to change freqs when the display changes.? So far, neither of those things happens.? I don't know if I got a bad part, killed it somehow, or have a library problem.? I guess I'll start with libraries.? A number of others have built these things and I've not found any suggestion that they didn't 'just work'.??

Andy, KG5RKP


On Tue, Dec 12, 2017 at 03:02 pm, Michael Hagen wrote:

I have made several signal generators with 2 different PCBs I designed.? Both stand-alone with level shifting.

The big one uses the SI part with 8 Clocks, I call it "Lotsa Clocks".? It has optional I2C address bit.? And 8 Clocks.

I got all my SI parts from Mouser.? Mine respond at 0x60 or 0x61 ?? I have seen them run at the outputs with crystal not correctly connected.? I have stopped using the Tiny crystals because of soldering problems.

Check for 25 MHz small sin wave on the crystal pins.? One pin has a larger sin wave than the other.? I have made a sketch that runs one or the other or both SI parts on 0x60 and 0x61.? I have bought dozens of them, always have seen those 2 addresses?

73's

Mike, WA6ISP


On 12/12/2017 12:48 PM, AndyH wrote:
Hey folks,

? ?The executive summary is that I've assembled an Si570 generator for a Sweeperino (prereq for my scratch built ?BITX) and it's emitting a 400 mV p-p sine at 100 MHz.? I cannot adjust the frequency.? I have no idea what's happening.

? ?Details...? I verified details of the Mouser-sourced Si570 from the Sil Labs database.? The address is verified (0x55) and I can talk to the Si570 with an I2C scanner and Farhan's code (as well as the Razzie code).? Voltages are good, the layout was inspired by Farhan's build as well as the builds documented by Tony Fishpool and published in Razzie (June, 2016).? Adjusting the tuning pot makes the numbers change on the LCD. There's a light square wave on the Rigol display when the frequency is actually changing.? I can't collect this signal by probing the Arduino or the comms or power pins - its only present on the output of the Si570.

? ?Does this mean anything to the Si570 experts?
? ? Thanks,
? ? ?Andy, KG5RKP



-- 
Mike Hagen, WA6ISP
10917 Bryant Street
Yucaipa, Ca. 92399
(909) 918-0058
PayPal ID  "MotDog@..."
Mike@...


Re: Ubitx only on preorder now

 

Unfortunately not....I am waiting for reply (about my orders) more than 72 hours.


Re: Si570 Output (Sweeperino) - 100 MHs Sine?!

 

All Si570's come pre-programmed for some power-up output frequency.
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.


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???


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:
andy,
the part is not responding to the arduino..which sketch are you using?
- f

On 13 Dec 2017 7:16 am, "AndyH" <ahecker@...> 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:


The only output I see is the clock + and clock - on pins 4 and 5.? In this circuit, Clock + (pin 4) is used and 5 is left floating.? Applying the Rigol's probe across 4 and 5 shows the same 100 MHz output as that seen from clock + and ground.? The Si 570 block diagram shows a crystal inside, but there doesn't appear to be a way to probe it from outside the case.? Is there a way to check the function of the part?? The software sets the the start-up frequency to 56.32 MHz, and later moves it to 14.5 MHz.

I thought this device outputs a square wave, and I expected the software to command the Si570 to change freqs when the display changes.? So far, neither of those things happens.? I don't know if I got a bad part, killed it somehow, or have a library problem.? I guess I'll start with libraries.? A number of others have built these things and I've not found any suggestion that they didn't 'just work'.??

Andy, KG5RKP


On Tue, Dec 12, 2017 at 03:02 pm, Michael Hagen wrote:
I have made several signal generators with 2 different PCBs I designed.? Both stand-alone with level shifting.
The big one uses the SI part with 8 Clocks, I call it "Lotsa Clocks".? It has optional I2C address bit.? And 8 Clocks.
I got all my SI parts from Mouser.? Mine respond at 0x60 or 0x61 ?? I have seen them run at the outputs with crystal not correctly connected.? I have stopped using the Tiny crystals because of soldering problems.
Check for 25 MHz small sin wave on the crystal pins.? One pin has a larger sin wave than the other.? I have made a sketch that runs one or the other or both SI parts on 0x60 and 0x61.? I have bought dozens of them, always have seen those 2 addresses?
73's
Mike, WA6ISP

On 12/12/2017 12:48 PM, AndyH wrote:
Hey folks,

? ?The executive summary is that I've assembled an Si570 generator for a Sweeperino (prereq for my scratch built ?BITX) and it's emitting a 400 mV p-p sine at 100 MHz.? I cannot adjust the frequency.? I have no idea what's happening.

? ?Details...? I verified details of the Mouser-sourced Si570 from the Sil Labs database.? The address is verified (0x55) and I can talk to the Si570 with an I2C scanner and Farhan's code (as well as the Razzie code).? Voltages are good, the layout was inspired by Farhan's build as well as the builds documented by Tony Fishpool and published in Razzie (June, 2016).? Adjusting the tuning pot makes the numbers change on the LCD. There's a light square wave on the Rigol display when the frequency is actually changing.? I can't collect this signal by probing the Arduino or the comms or power pins - its only present on the output of the Si570.

? ?Does this mean anything to the Si570 experts?
? ? Thanks,
? ? ?Andy, KG5RKP



-- 
Mike Hagen, WA6ISP
10917 Bryant Street
Yucaipa, Ca. 92399
(909) 918-0058
PayPal ID  "MotDog@..."
Mike@...



Re: Si570 Output (Sweeperino) - 100 MHs Sine?!

 

I'm not aware of anything Raduino that would talk to an Si570

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.



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:
andy,
the part is not responding to the arduino..which sketch are you using?
- f

On 13 Dec 2017 7:16 am, "AndyH" <ahecker@...> 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:


The only output I see is the clock + and clock - on pins 4 and 5.? In this circuit, Clock + (pin 4) is used and 5 is left floating.? Applying the Rigol's probe across 4 and 5 shows the same 100 MHz output as that seen from clock + and ground.? The Si 570 block diagram shows a crystal inside, but there doesn't appear to be a way to probe it from outside the case.? Is there a way to check the function of the part?? The software sets the the start-up frequency to 56.32 MHz, and later moves it to 14.5 MHz.

I thought this device outputs a square wave, and I expected the software to command the Si570 to change freqs when the display changes.? So far, neither of those things happens.? I don't know if I got a bad part, killed it somehow, or have a library problem.? I guess I'll start with libraries.? A number of others have built these things and I've not found any suggestion that they didn't 'just work'.??

Andy, KG5RKP


On Tue, Dec 12, 2017 at 03:02 pm, Michael Hagen wrote:

I have made several signal generators with 2 different PCBs I designed.? Both stand-alone with level shifting.

The big one uses the SI part with 8 Clocks, I call it "Lotsa Clocks".? It has optional I2C address bit.? And 8 Clocks.

I got all my SI parts from Mouser.? Mine respond at 0x60 or 0x61 ?? I have seen them run at the outputs with crystal not correctly connected.? I have stopped using the Tiny crystals because of soldering problems.

Check for 25 MHz small sin wave on the crystal pins.? One pin has a larger sin wave than the other.? I have made a sketch that runs one or the other or both SI parts on 0x60 and 0x61.? I have bought dozens of them, always have seen those 2 addresses?

73's

Mike, WA6ISP


On 12/12/2017 12:48 PM, AndyH wrote:
Hey folks,

? ?The executive summary is that I've assembled an Si570 generator for a Sweeperino (prereq for my scratch built ?BITX) and it's emitting a 400 mV p-p sine at 100 MHz.? I cannot adjust the frequency.? I have no idea what's happening.

? ?Details...? I verified details of the Mouser-sourced Si570 from the Sil Labs database.? The address is verified (0x55) and I can talk to the Si570 with an I2C scanner and Farhan's code (as well as the Razzie code).? Voltages are good, the layout was inspired by Farhan's build as well as the builds documented by Tony Fishpool and published in Razzie (June, 2016).? Adjusting the tuning pot makes the numbers change on the LCD. There's a light square wave on the Rigol display when the frequency is actually changing.? I can't collect this signal by probing the Arduino or the comms or power pins - its only present on the output of the Si570.

? ?Does this mean anything to the Si570 experts?
? ? Thanks,
? ? ?Andy, KG5RKP



-- 
Mike Hagen, WA6ISP
10917 Bryant Street
Yucaipa, Ca. 92399
(909) 918-0058
PayPal ID  "MotDog@..."
Mike@...


Re: VFO Instability Ver3B #bitx20help

 

Farhan jee
?he is discussing regarding bitx20 ver3B. It is with discrete components and not SMD jee


regards
Sarma
?

On Wed, Dec 13, 2017 at 7:14 AM, Ashhar Farhan <farhanbox@...> wrote:
The vfo is drifting due to heating. The heat on the board is coming from the predriver, driver and the vfo output stage. If you replace the 2n3904 from smd to leaded, it will make the board run cooler.
The other, simpler thing to do, is make a simple, one fet vfo with a variable capacitor. Bill did that.
-?

On 12 Dec 2017 7:52 am, "Mvs Sarma" <mvssarma@...> wrote:
Imagine using a fet buffer for counter instead of present NPN transistor.
?The biasing mmethods change and we only need to have a 100k or so termination of gate.
?The dee cias could well be removed.

?try once and All the best
?regards
?sarma
?vu3zmv

?

regards
Sarma
?

On Tue, Dec 12, 2017 at 6:20 AM, <paulsmi55@...> wrote:
Well, I reduced the coupling out to the freq counter to around 20pf effective which was the lowest that would still feed adequate signal to the counter. But still I have the instability the moment I connect it up. The VFO is pulled down and sometime just runs at random frequencies. Wondering if there is something wrong with the buffer itself. I am going to try pick off a signal from the buffer stage Q6 output to the mixer and see if that perhaps works. Otherwise I may have to build another stage of buffering or maybe even try another counter. Really don't want to abandon my FLL-free VFO as it is very stable without the counter connected.




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:

No, just directing your attention to where the cutoff was announced.


On 13/12/2017 1:13 PM, Ron Notarius WN3VAW wrote:
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:
Well, as someone who just ordered the uBITX yesterday morning, and who just joined the group this afternoon, it would be helpful to know when the cutoff is or was.
?
I would hate to find out now that I'm?on backorder.?
?
73, ron w3wn

From: [email protected] [mailto:[email protected]] On Behalf Of q q via Groups.Io
Sent: Tuesday, December 12, 2017 5:53 PM
To: [email protected]
Subject: Re: [BITX20] Ubitx only on preorder now

Look at the date/time the post/note was sent.

Did you order before that date and time?

If yes then you are in the que.

If no then you are on B/O.

My Bitx 40 has been a fun project and a great little rig to operate.

I'm sure the uBitx will be the same.

Bob?
N1ETS

?


Virus-free.




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:

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:
Well, as someone who just ordered the uBITX yesterday morning, and who just joined the group this afternoon, it would be helpful to know when the cutoff is or was.
?
I would hate to find out now that I'm?on backorder.?
?
73, ron w3wn

From: [email protected] [mailto:[email protected]] On Behalf Of q q via Groups.Io
Sent: Tuesday, December 12, 2017 5:53 PM
To: [email protected]
Subject: Re: [BITX20] Ubitx only on preorder now

Look at the date/time the post/note was sent.

Did you order before that date and time?

If yes then you are in the que.

If no then you are on B/O.

My Bitx 40 has been a fun project and a great little rig to operate.

I'm sure the uBitx will be the same.

Bob?
N1ETS

?


Virus-free.



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.
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 Front end overload protection #ubitx

John P
 

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.?
--
John - WA2FZW


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:
Well, as someone who just ordered the uBITX yesterday morning, and who just joined the group this afternoon, it would be helpful to know when the cutoff is or was.
?
I would hate to find out now that I'm?on backorder.?
?
73, ron w3wn

From: [email protected] [mailto:[email protected]] On Behalf Of q q via Groups.Io
Sent: Tuesday, December 12, 2017 5:53 PM
To: [email protected]
Subject: Re: [BITX20] Ubitx only on preorder now

Look at the date/time the post/note was sent.

Did you order before that date and time?

If yes then you are in the que.

If no then you are on B/O.

My Bitx 40 has been a fun project and a great little rig to operate.

I'm sure the uBitx will be the same.

Bob?
N1ETS

?


Virus-free.


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:
Well, as someone who just ordered the uBITX yesterday morning, and who just joined the group this afternoon, it would be helpful to know when the cutoff is or was.
?
I would hate to find out now that I'm?on backorder.?
?
73, ron w3wn

From: [email protected] [mailto:[email protected]] On Behalf Of q q via Groups.Io
Sent: Tuesday, December 12, 2017 5:53 PM
To: [email protected]
Subject: Re: [BITX20] Ubitx only on preorder now

Look at the date/time the post/note was sent.

Did you order before that date and time?

If yes then you are in the que.

If no then you are on B/O.

My Bitx 40 has been a fun project and a great little rig to operate.

I'm sure the uBitx will be the same.

Bob?
N1ETS

?


Virus-free.


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:
the front end diodes in the mixer will clamp any signal higher than half a volt. this should take care of the very powerful signals.
adding diodes at the open front end can lead to a very large number of spurs in ubitx. unfortunately, unlike the bitx40, ubitx does not have the luxury of a narrow, triple tunec circuit.
- f

On 13 Dec 2017 2:29 am, "Jerry Gaffke via Groups.Io" <jgaffke=[email protected]> wrote:
Not there.
Good to add two back-to-back 1n4148's from relay K1 pin 12 to ground to limit the AC voltage at the base of Q90
if the uBitx should ever be plugged into an antenna while some 100W transmitter is using a nearby antenna.
Or a nearby lightning bolt.


On Tue, Dec 12, 2017 at 11:24 am, M Garza wrote:
Looking at the schematic, it doesn't look like the diode front end receive protection was added to the uBITX.??


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:


The only output I see is the clock + and clock - on pins 4 and 5.? In this circuit, Clock + (pin 4) is used and 5 is left floating.? Applying the Rigol's probe across 4 and 5 shows the same 100 MHz output as that seen from clock + and ground.? The Si 570 block diagram shows a crystal inside, but there doesn't appear to be a way to probe it from outside the case.? Is there a way to check the function of the part?? The software sets the the start-up frequency to 56.32 MHz, and later moves it to 14.5 MHz.

I thought this device outputs a square wave, and I expected the software to command the Si570 to change freqs when the display changes.? So far, neither of those things happens.? I don't know if I got a bad part, killed it somehow, or have a library problem.? I guess I'll start with libraries.? A number of others have built these things and I've not found any suggestion that they didn't 'just work'.??

Andy, KG5RKP


On Tue, Dec 12, 2017 at 03:02 pm, Michael Hagen wrote:

I have made several signal generators with 2 different PCBs I designed.? Both stand-alone with level shifting.

The big one uses the SI part with 8 Clocks, I call it "Lotsa Clocks".? It has optional I2C address bit.? And 8 Clocks.

I got all my SI parts from Mouser.? Mine respond at 0x60 or 0x61 ?? I have seen them run at the outputs with crystal not correctly connected.? I have stopped using the Tiny crystals because of soldering problems.

Check for 25 MHz small sin wave on the crystal pins.? One pin has a larger sin wave than the other.? I have made a sketch that runs one or the other or both SI parts on 0x60 and 0x61.? I have bought dozens of them, always have seen those 2 addresses?

73's

Mike, WA6ISP


On 12/12/2017 12:48 PM, AndyH wrote:
Hey folks,

? ?The executive summary is that I've assembled an Si570 generator for a Sweeperino (prereq for my scratch built ?BITX) and it's emitting a 400 mV p-p sine at 100 MHz.? I cannot adjust the frequency.? I have no idea what's happening.

? ?Details...? I verified details of the Mouser-sourced Si570 from the Sil Labs database.? The address is verified (0x55) and I can talk to the Si570 with an I2C scanner and Farhan's code (as well as the Razzie code).? Voltages are good, the layout was inspired by Farhan's build as well as the builds documented by Tony Fishpool and published in Razzie (June, 2016).? Adjusting the tuning pot makes the numbers change on the LCD. There's a light square wave on the Rigol display when the frequency is actually changing.? I can't collect this signal by probing the Arduino or the comms or power pins - its only present on the output of the Si570.

? ?Does this mean anything to the Si570 experts?
? ? Thanks,
? ? ?Andy, KG5RKP



-- 
Mike Hagen, WA6ISP
10917 Bryant Street
Yucaipa, Ca. 92399
(909) 918-0058
PayPal ID  "MotDog@..."
Mike@...

-- 
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:
the front end diodes in the mixer will clamp any signal higher than half a volt. this should take care of the very powerful signals.
adding diodes at the open front end can lead to a very large number of spurs in ubitx. unfortunately, unlike the bitx40, ubitx does not have the luxury of a narrow, triple tunec circuit.
- f

On 13 Dec 2017 2:29 am, "Jerry Gaffke via Groups.Io" <jgaffke=[email protected]> wrote:
Not there.
Good to add two back-to-back 1n4148's from relay K1 pin 12 to ground to limit the AC voltage at the base of Q90
if the uBitx should ever be plugged into an antenna while some 100W transmitter is using a nearby antenna.
Or a nearby lightning bolt.


On Tue, Dec 12, 2017 at 11:24 am, M Garza wrote:
Looking at the schematic, it doesn't look like the diode front end receive protection was added to the uBITX.??