Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
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 |
Hi,
I just came accross this thread. I purchased the complete Ft301 line back in 1979 still have it brand new and in boxes. In the early 90’s I purchased a bunch of the IC that get programmed for the FP301D. I looked into this as well and have schematics to make the programmer for the 74188. Feel free to contact me I would love to get this going again. There are other FT-301 groups on (groups.io) KD6UJS MIKE |
I've burned several of these. See scope picture from power supply.? South Hills ARC - KS3R/N3WX/W3PIT www.sharc.org, www.sharc.net, www.ks3r.org On Jul 3, 2022 2:07 PM, "Michael K." <michael.kohlstadt@...> wrote: Hi, |
I used the programmer at work. It's a Dataman.? South Hills ARC - KS3R/N3WX/W3PIT www.sharc.org, www.sharc.net, www.ks3r.org On Jul 3, 2022 8:41 PM, "Michael K." <michael.kohlstadt@...> wrote: Hi, |
开云体育Hi James,Let me know the model number when you get a chance, I still need to program my 74188’s. Mike On Jul 3, 2022, at 5:58 PM, James Mounts <ks3r@...> wrote:
|
Sure. I can do that on Tuesday. I used 74288 for mine.? South Hills ARC - KS3R/N3WX/W3PIT www.sharc.org, www.sharc.net, www.ks3r.org On Jul 3, 2022 9:18 PM, "Michael K." <michael.kohlstadt@...> wrote:
|
开云体育Hi James,It’s not easy to find people that have programmed these, thanks for your help. If you need anything for FT 301s let me know. Mike KD6UJS On Jul 3, 2022, at 6:34 PM, James Mounts <ks3r@...> wrote:
|
开云体育I put up the Japanese manual in FILES with English PROM programmer info a few years ago and found a antique video game dude to program it. All those old video games people have a programmer it seems.Randy W7CPA On 7/4/2022 6:51 AM, Jim via groups.io
wrote:
Hello Mike, |
The programmer I am using is a Dataman 48 Pro 2. See attached? picture. It's not an inexpensive programmer. It has the setup files for 74188 and 74288. South Hills ARC - KS3R/N3WX/W3PIT www.sharc.org, www.sharc.net, www.ks3r.org On Jul 3, 2022 11:22 PM, michael.kohlstadt@... wrote:
|
开云体育Hi James,My mistake this is the only one. I think that Foxtrot Tango was one some years back. Mike On Jul 4, 2022, at 6:51 AM, Jim via groups.io <james_buttons@...> wrote:
|
toggle quoted message
Show quoted text
On Jul 4, 2022, at 7:05 AM, Randy W7CPA <randybest@...> wrote:
|
开云体育Hi Randy,Thanks for getting back to me. Yes these cost a lot but they do the job. I’ll give them a call to see which units are capable of handling the 74188. Thanks again, Mike On Jul 5, 2022, at 5:31 AM, James Mounts <ks3r@...> wrote:
|
Hi Mike, the info on the programmer was me Jim - KA3EBX.
Randy helped me when I was trying to program my prom a couple years ago. I originally used hobbyroms in Canada as Randy recommended to burn my 1st prom then I tried it myself and it worked. I've done a few for myself, my club as well as few other hams. Quoting michael.kohlstadt@...: Hi Randy, Best wishes, South Hills Amateur Radio Club, Inc. KS3R / W3PIT / N3WX Legally founded: August 23, 1993 , & |
Hi all,
?
I am one of the many FT-301D lovers, the 1979 radio I own was restored and works fine, however I never paid much attention to the FP-301D.
?
Nevertheless, I have programmed the 74188A PROM in the past for other purposes using a? homebrew programmer through a PCs parallel port, something not very ordinary nowadays.
?
After some browsing, I could find many DIY 74188A PROM programmers that can be used by those not wanting to modify their FP-301D.
?
I think the easiest way to do it would be by using an Arduino Pro Mini or Nano, but if one doesn?t mind modifiyng the accessory, the same basic hardware could be used to build a brand new add-on CW ID capable of replacing the entire TTL circuitry of the original ID?er.?
?
Just a thought...
73 de PY1EGG - Carlos |
开云体育Hi Carlos,I plan on building the programmer from from a guy online that was designed specifically for the 74188. It’s important to follow the IC manufacturers programming/burning guide lines. If you come across an FP-301D I’d like to purchase another one. Regards, Mike ? On Jul 5, 2022, at 5:12 PM, Carlos <py1egg@...> wrote:
|
to navigate to use esc to dismiss