Keyboard Shortcuts
Likes
- FT-857
- Messages
Search
Re: Cables for FT-857 with Armoloq
CW
You have it correct. I used right-angle BNC adapters plus 12 inch jumpers. I ran RG316 for HF and RG58 for the UHF/VHF connection but it may not matter given the short length. There is enough slack to where which way you face the bulkhead mount shouldn't matter. Happy to take pictures if you need them.
|
Re: Cables for FT-857 with Armoloq
This is the frame and the BNC connection(s) are up on the front. Though looking at their picture, I actually reversed the small angle piece and have it facing forward a bit more. Not sure why I didn't bother to look at their image before in more detail.?
I'll hang my head a bit in shame now as I pretty much answered my question now.....? ?:) |
Re: Cables for FT-857 with Armoloq
No, I need about a 1 foot long jumper to bring the antenna connections from the back of the radio up to the face plate area. I am going to order two jumpers and think a 1 foot long would work but am hoping someone can confirm. I'll reach out to Armoloq but with it being a holiday weekend, figured they wouldn't answer.?
|
Re: Cables for FT-857 with Armoloq
开云体育Would this work for your setup??Best Regards Hanford R. Wright ? WA4LZC CCA # AC11-12590 On Dec 22, 2023, at 20:31, David Smith <flashover52@...> wrote:
|
Cables for FT-857 with Armoloq
Greetings,
I picked up another FT-857 and will plan to use that for my portable rig. I also grabbed some Armoloq rails and the BNC connectors. I measured with a small string and it seems awfully close to 1'. Can anyone confirm if 1' long jumpers with right angle male UHF to straight BNC would work for both of the antenna ports?? |
Re: Ft 857D with Ham Radio Deluxe
On Fri, Nov 23, 2018 at 07:11 PM, Brad <nk8j@...> wrote:
last freeIs there an archive to get the last free version of hamradiodeluxe, the version which does not damage the FT857D EEPROM?? I use a version from 2008 and am concerned it will cause a problem as this one does modify the AGC register. Thanks, Andrew N3LCW |
Re: CW on FM
All, thanks for the response.
toggle quoted message
Show quoted text
73 George KB3WAQ? On Sunday, November 26, 2023, 8:19 AM, G4IJL <g4ijl@...> wrote:
|
Re: CW on FM
toggle quoted message
Show quoted text
-------- Original message -------- From: "KB3WAQ via groups.io" <gwalsh_2000@...> Date: 11/25/23 9:12 AM (GMT-05:00) Subject: [FT-857] CW on FM |
Re: CW on FM
Yes, you can. That is one reason why the FT-8XX radios are amazing. They are truly all band ALL mode.
toggle quoted message
Show quoted text
|
Re: CW on FM
The radio supports it.
toggle quoted message
Show quoted text
Leonard K. Pennock AD7AS Those who walk bravely through life, unafraid of loss or failure, find that they very rarely lose or fail. On 11/25/23 6:46 AM, KB3WAQ via groups.io wrote:
I was wondering if I could send CW on 2M using my straight key? I have an 857D |
Re: Old HRD version (prior to 6.3.0.410) may damage. 857
TCXO module is correct. Attached picture, you would find why I am hanging on to Old HRD for 857: On Tuesday, November 21, 2023 at 04:57:42 AM EST, Dan <yo3ggx@...> wrote: Hello Adrian, Not yet, but you can easily edit the config to adjust the commands that are different. Is just a plain text file, well documented in the? application user manual. As the app is still in beta, more changes in the syntax may occur, so I built configuration files only for the radios I own or I have access to for testing. I count on users help to create configs for as many radios as possible. v4/v5 can control practically any CAT enable radio. 73 Dan YO3GGX On 11/21/2023 11:49 AM, Adrian Fewster wrote: Thankyou Dan, I did not know you were here. I will look at v5. Is there a FTDX101 radio5 config file ? With FTDX10 there is a mode / vfo select? control issue for FTDX101. Thankyou, I will visit the other forum.
73
vk4tux On 21/11/23 18:40, Dan wrote: Hello, Please use the dedicated applications forum for any questions related to jAReC or Pocket RxTx applications. jAReC5 is available too for download, with a lot of new features. FT857 config for v5 is not yet available, but you can use the one for FT897. I'm working now on Pocket RxTx5, the counterpart of jAReC5, sharing most of the features and more. To get a flavor of Pocket RxTx5, you can download the experimental Pocket RxTx v4 Pro from here: 73 Dan YO3GGX On 11/21/2023 10:26 AM, Adrian Fewster wrote: YO3GGX also offers a free multi-platform txcr control program run under Java ;
Very Cool ! Shown here on Debian. will try on windows also for my FTDX101MP. JAReC 4.2
73
?vk4tux see? Windows The simplest way to run the application on Windows is to unpack jAReC_v4xx_Win_x64.zip in a folder on your PC and run the executable by just double clicking on jAReC.exe. (override all the Windows security warning – ie select “keep file” and similar options). If you want to use the Java runtime that is already available on your system, then run jAReC with the following command from the folder where jAReC.jar file is: 5 %JAVA_HOME%\bin\java -jar --module-path %JAVA_FX%\lib --add-modules javafx.controls jAReC.jar Replace %JAVA_HOME% with the folder where openjdk-jre is installed. Replace %JAVA_FX% with the folder where javafx is installed. NOTE: Both openjdk-jre (version 11 or 14) and javafx (11 or 17) are required to run jAReC.? Linux (x64) The simplest way to run the application on Linux (x64) is to unpack jAReC_v4xx_Lin_x64.zip in a folder on your PC and run the jAReC.command file. NOTE: Please be aware that the packaged version is available only for the x64 architecture. If you run Linux on another hardware architecture (ex. Raspbian or Raspberry Pi OS), then you must follow the steps below: 1. Install openjdk-jre using: sudo apt install openjdk-11-jre or sudo apt install openjdk-11-jre-headless (Raspberry Pi) 2. Install javafx using: sudo apt install openjfx 3. Note the folder where openjdk was installed, usually /usr/lib/jvm/java-11-openjdk-amd64/ or /usr/lib/jvm/java-11-openjdk-armhf/ (Raspberry Pi) 4. Note the folder where javafx was installed, usually /usr/share/java/ 5. Go to the folder where jAReC.jar file was downloaded and run the command (after adjusting the folders accordingly: /usr/lib/jvm/java-11-openjdk-amd64/bin/java --module-path /usr/share/java -- add-modules javafx.controls -jar jAReC.jar? Mac OS To run the application on a Mac, unpack jAReC_v4xx_mac_x86_64.zip in a folder on your Mac and run the jAReC4.app file. |
Re: Old HRD version (prior to 6.3.0.410) may damage. 857
开云体育Hello Adrian,Not yet, but you can easily edit the config to adjust the commands that are different. Is just a plain text file, well documented in the? application user manual. As the app is still in beta, more changes in the syntax may occur, so I built configuration files only for the radios I own or I have access to for testing. I count on users help to create configs for as many radios as possible. v4/v5 can control practically any CAT enable radio. 73 Dan YO3GGX On 11/21/2023 11:49 AM, Adrian Fewster
wrote:
|
Re: Old HRD version (prior to 6.3.0.410) may damage. 857
开云体育Hello,Please use the dedicated applications forum for any questions related to jAReC or Pocket RxTx applications. jAReC5 is available too for download, with a lot of new features. FT857 config for v5 is not yet available, but you can use the one for FT897. I'm working now on Pocket RxTx5, the counterpart of jAReC5, sharing most of the features and more. To get a flavor of Pocket RxTx5, you can download the experimental Pocket RxTx v4 Pro from here: 73 Dan YO3GGX On 11/21/2023 10:26 AM, Adrian Fewster
wrote:
|
Re: Old HRD version (prior to 6.3.0.410) may damage. 857
+ From an engineering perspective, the sentence
toggle quoted message
Show quoted text
"Since the lifetime of the EEPROM in the typical '817 is likely to be closer to 10 million writes, the actual figure is likely to be more like 4 months of constant rewriting." + is nothing but wishful thinking, written by someone who is not a design engineer. The EEPROM specification guarantees 1 million writes. One cannot make assumptions about the write budget being any higher than that. It might be higher in some EEPROM chips, but might also be exactly 1 million writes in some other EEPROM chips. + The first rule of logic design is "never assume that a part will perform better than what is claimed in its specification." 73, Dave, AA6YQ "Won't I wear out my EEPROM?" The '817 uses an EEPROM to store nonvolatile data. This means that every time you change a setting or a band, updated information is written to the EEPROM. As it turns out, EEPROMs have a limited number of "write" cycles before they literally "wear out." Typically, the lifetime is 1 million writes. Under "good" conditions, however (i.e. normal room temperature, normal voltage conditions) typical EEPROMs will withstand 10 million or more writes before they start to fail... According to the manufacturer, at least... What does this mean, then? For 1 million writes to occur, you would have to do the same thing to cause a write to the same address, once per second for 11 days: You are likely to wear out the button before you wear out the EEPROM. Since the lifetime of the EEPROM in the typical '817 is likely to be closer to 10 million writes, the actual figure is likely to be more like 4 months of constant rewriting. A computer, however, won't get tired as easily. If your program does 10 writes per second, you may want to reconsider how it operates if you are concerned about the EEPROM's lifetime: Do the math! So probably PC generated re-occurring write's for some silly reason. Manual writes would take much longer according to your source. 73 vk4tux On 21/11/23 17:08, Dave AA6YQ wrote:
+ AA6YQ comments below It was calculated that if you live to 200 and use HRD on the radio everyday, the eprom cycle life would probably last that out. + If that was the case, why was Yaesu reporting EEPROM failures? de AA6YQ |