Keyboard Shortcuts
Likes
- Yaesuft301d
- Messages
Search
Re: FT-301S transmits AM but not CW or SSB
Hi Chuck at ft-301 block diagram, you can see at IF unit pb 1436 ?that the Q403 (2sk19) amplifier CW and SSB work at TX mode. Verify it. I hope to helped. 73 Emerson PP6EW Em qui., 24 de jun. de 2021 ¨¤s 19:41, Chuck K4RGN <K4rgn@...> escreveu:
|
FT-301S transmits AM but not CW or SSB
Hi folks,
?
By its original owner I was given an FT-301S (QRP and analog) that had been?stored indoors in its original box for 20+ years.?The radio is immaculate, inside and out.?The receive side works fine, and so does AM transmit.?That means the RF output stage is ok.?But CW and SSB transmit produces no output on any band.?Looking?at the schematics, this seems?to implicate the IF board, the filter board, or the NB board. Anyone care to guess?where I should start? I have examined all three boards?for leaky electrolytics, etc but I didn't see or smell?anything amiss.?
?
By the way, Earl VE3AB at Netty Electronics has retired.
73 Chuck K4RGN ? |
Crystal / External FBO / VFO Replacement for FT-301D
Greetings. I am not new to Ham Radio, although I have not had a license until now. I am going for my Technician License now, then my General. A friend is sending me his FT-301D, FP-301D and other items. He doesn't use it any more.
I am looking at Mods, Hacks, etc. and came across this video: Further investigation revealed others who have created VFO's for their own radios. I am going to build this and try it as an external VFO and replace the need for the Crystals. Or, I may make a dual-output version and plug in both an external VFO and a Crystal oscillator. |
Re: Power switch for FT-301?
Look at this on eBay Look at this on eBay Best wishes, South Hills Amateur Radio Club, Inc. KS3R / W3PIT / N3WX & On Jan 28, 2021 10:47 AM, "bdubydc via groups.io" <bdubydc@...> wrote:
|
Power switch for FT-301?
Hello! I'm trying to repair and FT-301 for the widow of a silent key so it can be sold. I found documentation showing the power switch died with the power on, so for a time he turned it on with the power supply. Anybody have a switch to sell or know where one can be found? |
Selling complete Yaesu FT-301D Station
Ray Parsons
¿ªÔÆÌåÓý
Friends,
I'm selling my vintage Yaesu FT-301D station. I believe I have every piece of the matching line, including the FT-221R 2 meter rig, microphone, headphones, "phone patch." The main pieces are the 301D Transceiver, power supply, external VFO, scope, antenna tuner, and the 2 meter transceiver. I have photos of each piece that I can send to you upon request. I don't want to try to ship this gear. It's available for pick up in Delmar, NY. (Suburb of Albany.)? I'm looking to get $650 for the whole lot. 73 Ray Parsons KG2B |
Speaker Lead Breakage
If you are like me it seems every time one removes the top cover the short speaker lead is forgotten and it tends to break off the rather delicate lugs on the little internal speaker.? Take a very small cable tie and make a strain relief to hold the wire firmly around the nearest clamp that holds the speaker in place.? Next time you lift off the cover the strain from the wire won't break the speaker connection lug.? :-)
|
Re: cabinet fastners
¿ªÔÆÌåÓýGreat idea, now find my old broken ones to harvest center pins.Randy On 11/24/2020 7:09 AM, Rex K0KP wrote:
Thanks all and for the tip of the fasteners from K4EAA.? I ordered a couple and they came quickly.? The socket end breaks and the posts become loose and fall out.? I put in only the socket from the K4EAA fasteners and used the original posts and they fit perfectly and are like the original low profile just like new.? :-) |
Re: cabinet fastners
Thanks all and for the tip of the fasteners from K4EAA.? I ordered a couple and they came quickly.? The socket end breaks and the posts become loose and fall out.? I put in only the socket from the K4EAA fasteners and used the original posts and they fit perfectly and are like the original low profile just like new.? :-)
|
Re: cabinet fastners
¿ªÔÆÌåÓýK4EAA's site was listing them. His widow is running things for the time being; email them via the Contact info link and see if they can help. I'd also try Earl Andrews (Netty Electronics). 73 - Fred, N8YX On 11/12/20 6:38 AM, Jerry via
groups.io wrote:
|
Yaesu FP-301D PROM Generator
Jay M
Hi all,
As I stated in another thread; I am also a curious soul who wanted to get an FP-301D CW IDer working; although I took the different route of reverse engineering the basic format. Then I found that Randy/W7CPA got the Japanese manual with the programming table. It verified what I'd figured out with the exception of giving me bit lengths to work with.?I am planning on writing a small simple utility in Python (or some other language possibly) that will generate the binary data you need to write to an EPROM/EEPROM that should work with some logic level circuitry. There's also no reason this same data wouldn't be useful on the original style PROM. Data is data...you flip addresses on and you get data out. Everything else is just TTL vs CMOS and open collector vs tri-state.? Thus far, I've made a table of letters and numbers that contain the bits needed:? I also...using my own list...worked out "de nq4t" by hand: 75 10 1D D7 15 1C 70 00Yes, that's all in hex. This the first thing I have to figure out the best way to handle. All the numbers and letters are varying bit-lengths and due to being time-code, you can't really just pad things between letters. You could, sure. The only real limitation you have is 8 bits of "0" triggers it to reset the ID circuit. Even the sheets say you can use fewer or more blanks between letters/words as long as you remember that rule. I think there might be a better way of doing it...because at this point I haven't even written any software...all the binary and hex I'm producing was figured out in my head.? 011101010001000000011101000111011101011100010101010111000111
As you can see we actually came up with 7 bytes and a nibble. So what I'll need to do is have my software do is just pad everything out to fit evenly in bytes.This is the binary string I came up with originally. So I just broke that down in to 1-byte (8-bit) chunks: 01110101 00010000 00011101 00011101 11010111 00010101 01011100 0111 With a pre-defined table it's mostly just a case of text processing. That's not easy to do in Python so it'll take me some free time to figure it out. I have also considered modding things to replace the 74188 and 74151 with just something like a 28256 EPROM. This would be rather easy to do by tying the address lines for the 74151 to the lower address bits and use the 74188's as the higher address bits. There's more than enough space to waste in a 256kbit EPROM; it would just make programming a LOT more difficult since rather than storing time code as bytes...you'd have to store them as specific addressing. It might be easier to just outright replace all the logic (keyer and clock) with a microcontroller too. But I'll still get some imaging creating software done since I'll need it for my development/hacks. 73, Jay/NQ4T |
Re: FP-301D ID PROM
¿ªÔÆÌåÓýGood stuff, keep those geezers running.I am off on other projects for a while now. Randy W7CPA On 10/12/2020 12:18 PM, Jay M wrote:
|
Re: FP-301D ID PROM
Jay M
I have no clue how I missed this group/thread other than I may have been too excited to do a thing before needed to know if I had to do a thing. I got one of these with a FT-301D and FV-301D and since I do a lot of work on old embedded/arcade stuff...I work with parallel EPROMS all the time. So I sat down a few hours ago with the schematic and basically reverse engineered that the data was timecode with sequential addressing. Actually...the minute I saw the 74151 and 7493s I started guessing when they said "time-code" in the US manual they literally meant time-code. Anyway...the only thing I hadn't worked out was the bit length of various things, which now that I've got? the Japanese manual with that information I'll have zero guesswork when doing a mockup. I might try to write a python application that will generate an image file that'll work with image burners. I'm also considering if my clock chip doesn't work just replacing everything with an Arduino and RTC module. |