Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Re: sBitx regulator upgrade info/help with problem
#sBitx
Anthony Good
¿ªÔÆÌåÓýUSPS delivery varies greatly these days. ?I haven¡¯t seen mine yet, but today was a holiday in the US. ?I expect we¡¯ll start seeing them this week.73 Goody K3NG
|
Re: sBitx regulator upgrade info/help with problem
#sBitx
toggle quoted message
Show quoted text
On Sep 5, 2022, at 19:53, Ashhar Farhan <farhanbox@...> wrote:
|
Re: sBitx regulator upgrade info/help with problem
#sBitx
Art, They were posted a week ago by usps. Do you know how long it takes them? Has anybody received them at all? On Tue, Sep 6, 2022, 4:07 AM Art N2AJO <olson339@...> wrote:
|
Re: Sbitx manual
You could also try the IRF4905 MOSFET P-Channel 55V 74A @$1.50 each which is 0.020 Ohms. The same one used to power the SBITX RF power amp. On Mon, Sep 5, 2022 at 5:27 PM Shirley Dulcey KE1L <mark@...> wrote:
-- Jerry, AC9NM ÊÖÖеÄÄñÔÚ¹àľ´ÔÖÐÖµÁ½¸ö |
Re: #sbitx A cool (kludgy) way to remotely use the sbitx
#sBitx
¿ªÔÆÌåÓýOops, yes, if you are running an X11 program on the sBITX, you would need to also install a FULL Linux distribution on your Windows machine, which is another step which I can't remember how to do. But to do it more easily, I'd second the suggestion to use VNC -
a server on the sBITX, a client on the Windows or Mac machine. On 9/5/2022 5:51 PM, John Seboldt K0JD
wrote:
|
Re: #sbitx A cool (kludgy) way to remotely use the sbitx
#sBitx
ecc
It's not the "ssh" part that's tricky, it's the "ssh -X" (enable X11 forwarding). No X11 on Windows without heroic measures. As someone else said, an alternative approach that might work on more client platforms would be running a VNC server on the RPi. On Mon, Sep 5, 2022 at 6:52 PM John Seboldt K0JD <k0jd-l@...> wrote:
|
Re: #sbitx A cool (kludgy) way to remotely use the sbitx
#sBitx
¿ªÔÆÌåÓýWindows 10 and onward includes an SSH client. Just open a cmd window. Can't remember if it needs to be installed. It may be added when you install the Windows Subsystem for Linux. Remember, M$ and Linux are in bed together now ;-) John K0JD On 9/4/2022 11:36 PM, Ashhar Farhan
wrote:
|
Re: sBitx regulator upgrade info/help with problem
#sBitx
Farhan
|
Re: Sbitx manual
Although those Nanos are no-name clones, the key component on them is normally a real Atmel microcontroller. I gather that some clones of the Atmel chip have started to appear; those should be avoided. Every?Nano clone I have bought has an actual Atmel chip. The Arduino designs are open source hardware, and the bootloader is open source software, so clones are completely legal. The Nano clones use an inexpensive USB to serial chip from China (originally a CH340G; they have now shifted to a CH340C, which is even cheaper because it has a stable onboard frequency reference and does not require a crystal) rather than the FTDI chip used on a real Nano, but that does not affect their operation in ham applications. (You may have to do the extra step of installing a driver on Windows systems the?first time you connect one.) The FTDI chips are stupidly expensive; the Arduino Uno uses a second Atmel microcontroller just for USB-serial conversion because it's cheaper than the dedicated FTDI chip! On Mon, Sep 5, 2022 at 4:26 PM Jerry Gaffke via <jgaffke=[email protected]> wrote: Tayda looks like a good steer for a cheap PFET. |
Re: Sbitx manual
The parts that I suggested?have much much lower Rdson which is why I picked them....... Gordon On Mon, Sep 5, 2022 at 4:26 PM Jerry Gaffke via <jgaffke=[email protected]> wrote: Tayda looks like a good steer for a cheap PFET. |
Re: #sbitx A cool (kludgy) way to remotely use the sbitx
#sBitx
That's not entirely accurate. VNC does not use the X Windows protocol, It uses its own Remote Frame Buffer protocol, which is a simple one that just sends the bitmap of the screen (compressed to keep the bandwidth requirement reasonable), along with handling keyboard and mouse information. VNC clients are available for just about any modern computing device, including Linux, Windows, Mac, iOS, and Android devices. VNC DOES do the same job from the end user's point of view, which is to allow you to remotely operate a computer. That's the important takeaway here. The X Windows protocol is complex and sends both text and graphics that?get?rendered on the user's system, requiring an X server to run on the destination computer to interpret. (The terminology of X server and client feels backwards to me: the end user sits in front of an X SERVER and the remote system being operated is a CLIENT.) X servers (remember the backwards designations) are also available for many OSes, but installing one on a system where X is not the native display method (like Windows) is more complex than installing a VNC client. One of the reasons it is designed that way is that it was meant to work back in the days of low bandwidth connections; just sending the descriptions of what will appear on the screen and letting the user's system render them often requires fewer bits to be sent. On Mon, Sep 5, 2022 at 9:55 AM Evan Hand <elhandjr@...> wrote: Farhan, |
Re: Sbitx manual
Tayda looks like a good steer for a cheap PFET.
toggle quoted message
Show quoted text
But be aware that the on resistance of an IRF5305 is 60 milli-Ohms, which is 20 times more than the part Gordon was working with. So if your rig draws 10 Amps there will be a 10*0.060=0.6 volt drop across this PFET, and you may as well just use a big Schottky diode in series. Also, IR/Infineon consider this part to be obsolete, so now only made by no-name second tier clone manufacturers. For example, these guys list the manufacturer as "various". Not necessarily a bad thing, there are thousands of uBitx's out there with a clone no-name Nano, and the Nano is far more complicated than a PFET. I've bought a bunch of stuff from Tayda at their alarmingly low prices, it all seems to work just fine. Jerry, KE7ER On Mon, Sep 5, 2022 at 11:41 AM, JerryP wrote:
|
Re: Sbitx manual
If you're looking for a P-Channel MOSFET for a power switch then this may be able to use a IRF5305 - TO-220, 55V, 31A, 0.06Ohm RDS On @$0.78 each: Tayda has a $5.00 minimum order and their USPS shipment is 8-16 days and low cost.? While they may not have everything, it's very low priced and good quality. On Mon, Sep 5, 2022 at 12:35 PM Gordon Gibby <docvacuumtubes@...> wrote:
-- Jerry, AC9NM ÊÖÖеÄÄñÔÚ¹àľ´ÔÖÐÖµÁ½¸ö |
uBITX V6
#forsale
It may be a step backward for some but I have an assembled uBITX V6 for sale. It has been used very little on SSB with excellent results.? If interested, please contact me by email to discuss details.? Thanks, Clyde - W7CZA?
|
Re: #sbitx A cool (kludgy) way to remotely use the sbitx
#sBitx
ecc
Mac users will need to be running an X11 server (see ) On Mon, Sep 5, 2022 at 12:37 AM Ashhar Farhan <farhanbox@...> wrote:
|
Re: Sbitx manual
Thanks, Jerry.? ?Our County had spent > $100,000 on our group to provide 14 go-boxes with Public Service Motorolla truked?radios as well as far less expensive ham radios....because the hurricane shelters are steel reinforced concrete buildings (schools) and the police handhelds simply won't get out. ..? With hundreds of people cooped p in a shelter....the police Need To Reach Backup if there is a disturbance...hence our ham radio group. We were terrified of destroying one of those radios because large storage batteries can ALWAYS be misconnected with ring connectors to their bolt-terminals....and hence this project.? ?We built a couple of dozen AT LEAST when mosfets were still easily obtainable.? ?Now it is harder to find.? ? You want to arrange for very low series resistance because it means much much less heat dissipation.? ? ? When the mosfets get hot, their series resistance goes up -- BAD CYCLE!! I have this on my 7300 and still a spare or two sitting around, so one will go on the sBitx.? ? We have them on every key radio in our Emergency Operations Center.? ?People under STRESS will make mistakes.? ? You could probabaly?build the same circuit with an N channel....if yu are willing to break the ground wire, which we didn't want to do. This is something that can be built MUCH EASIER with SMD's which?are much more readily available.? ?But I don't have that ability to fool with.? ?Others could do it much more easily than I. Gordon On Mon, Sep 5, 2022 at 12:53 PM Jerry Gaffke via <jgaffke=[email protected]> wrote: Correction for the final sentence: |
Re: Sbitx manual
Correction for the final sentence:
toggle quoted message
Show quoted text
?If the user does NOT fuse the battery with a fast blow fuse of the appropriate current rating, then a reversed battery can destroy the rig. On Mon, Sep 5, 2022 at 09:20 AM, Jerry Gaffke wrote:
If the user does fuse the battery with a fast blow fuse |
Re: Sbitx manual
Gordon's construction manual for the PFET reverse protection circuit is excellent,
toggle quoted message
Show quoted text
well worth reading.? ?Be sure to follow his instructions and test with forward and reverse power applied, at maximum voltage and current draw.? Test into some cheap load, not your transceiver. Many people implement this without quite understanding how it works.? That can be killer, since a backwards PFET can seem to work, but offers zero protection. /g/BITX20/message/35434 I have seen several how-to web pages that have the PFET in backwards, and one case of several hundred QRP transceiver kits going out with the PFET backwards. It seems to work, but gives no reverse polarity protection. Much of the difficulty is due to the fact that this is a PFET, not an NFET like the IRF510. So the voltages at the drain and gate with respect to the source are of the? opposite polarity of what you expect when operating normally in the linear region. Also, this PFET is in a circuit where it doesn't quite operate normally, the body diode plays an important part and should be included in the circuit drawing to make the operation a bit more obvious. At power on with the correct battery orientation, it is the intrinsic body diode that supplies power to the rig, going from the battery into the PFET drain and out of the PFET source to the rig. At this point, it is as if we have a simple diode in series with the battery as reverse protection.? As the voltage at the PFET source rises, the voltage from gate to source goes negative and the PFET starts turning on.? Once we have about minus 10 volts from gate to source, the PFET is fully on and there is just a couple mili-Ohms of resistance impeding current flow, which gives much lower losses than a series schottky diode would. It is often good enough to have a wimpy reverse protection scheme for everything except the final NFET's in the rig (a schottky diode, an LM2940CT-12), and?depend on a fuse or polyswitch to limit current through the NFET finals.? Any reverse voltage across most NFET's will flow harmlessly through the NFET's body diode.? But when adding this to a commercial rig, the minor hack of just adding this circuit where power enters the rig makes spending a few bucks on a big PFET a good investment. Lots of commercial rigs have a shunt schottky power diode across the 12v input connector, it conducts when the battery is backwards and blows the fuse.? However, they may not? include a fuse inside the rig.? If the user does fuse the battery with a fast blow fuse of the appropriate current rating, then a reversed battery can destroy the rig. Jerry, KE7ER ? On Sun, Sep 4, 2022 at 02:45 PM, Gordon Gibby wrote:
In our neck of the words, if a radio is important to us we build a polarity protector that connects directly to it. ?No battery or anything is allowed to connect direct again, must go through our polarity protector |
Re: Sbitx manual
This isn't a great choice, but it would work for a modest power transceiver such as the sBitx and there are > 400 in stock at Digieky. This is a much better choice and < $1 but you have to purchase?> 400 to get them. It is amazing how thoroughly some actors can mess up the world productive capacity. Gordon On Mon, Sep 5, 2022 at 7:03 AM Gordon Gibby via <docvacuumtubes=[email protected]> wrote:
|