AOR 5700D 2023

G8OEO

Member
Joined
Mar 23, 2020
Messages
85
Location
Northumberland UK
I particularly like being able to enter a frequency and immediately start a simple unrestricted search either up or down. The AOR3000a can be operated in the same way when required. These two are the only radios I own with that facility.
Most times I don’t need to set up search limits on VFOs or programme a search bank, although of course those options are essential for an occasional unattended search.
 

EricCottrell

Member
Premium Subscriber
Joined
Nov 8, 2002
Messages
2,425
Location
Boston, Ma
I particularly like being able to enter a frequency and immediately start a simple unrestricted search either up or down. The AOR3000a can be operated in the same way when required. These two are the only radios I own with that facility.
Most times I don’t need to set up search limits on VFOs or programme a search bank, although of course those options are essential for an occasional unattended search.
The feature that I like most in my AOR radios is the programmable step and step-adjust. Here in the US we have some interesting channel frequencies for narrow band digital modes. Radio systems would get a 25 kHz UHF channel and put two DMR channels on it, one 6.25 kHz below center and the other 6.25 kHz above center. I could program the AOR with a 12.5 kHz step and a 6.25 kHz step adjust. Some very narrow NXDN radios can do 3.125 kHz steps on UHF and 2.5 kHz on VHF. It is great that I can do those step sizes on my older AOR radios that other radios of that era could not do. I found a NXDN trunked system "hiding" on UHF because it used a 3.125 kHz step size for the channel map.
 

EricCottrell

Member
Premium Subscriber
Joined
Nov 8, 2002
Messages
2,425
Location
Boston, Ma
Some more observations...

I remember someone commenting about the spectrum display on the AR-5700D actually being useful and I agree. I spent some time with it and while it is not as pretty as the IC-R8600 one, it works.

I had poor results feeding the IF OUT on the IC-R8600 into a AR-DV1 or the SDRplay for decoding DMR and other digital modes. I think it is due to IF OUT being a regenerated analog signal using a 12-Bit DAC. It is a different story with the 45.05 MHz IF OUT on the AR-5700D. No problem using DSDPlus Fast Lane through a SDRPlay. It would be great if the 12 kHz IF output could be used for decoding more digital modes than just DRM. This would be better than using the IF Out.

The AR-Alpha and AR-5700D have Audio IQ (AIQ) to provide output for DRM. The advantage of the IC-R8600 is audio over USB. The AIQ output on the AR-5700D is the analog line output, so I had to use my iMic USB Audio dongle. SDRSharp and SDRuno also has Audio IQ output, so I can use Virtual Audio Cable. I had to make sure to turn off the automatic mode change in the SDRSharp Bandplan Plug-in for raw mode to stick after a frequency change.

There does not seem to be many programs that support AIQ input. I tried Sigmira 1r13 even though it is not actively developed. While the raw mode of SDRSharp centers the output around zero, the AIQ output of the AR-5700D is centered on 12 kHz. This causes an interesting spectrum display in Sigmira using 30 KHz Bandwidth as the signal crosses zero and gets cut off at about -3 kHz. It stays near zero up to -8.5 kHz, then there is an image. Setting the Bandwidth lower narrows the cutoff closer to 12 kHz.

One minor problem is zero is always in the center of the Sigmira spectrum when using IQ so I had to set the frequency width to 50 kHz. Everything worked fine by just remembering to center the signal at 12 kHz. I was able to sync and have a high FEC level on an encrypted STANAG 4285 signal I suspect is CFH. I tried Multipsk and got the same type of spectrum display, but it was not obvious if it was decoding anything. I find the Multipsk interface too busy. I used Dream DRM set to positive IQ input and synced on several DRM signals, but they were too weak to decode audio.

I did come across a bug with AIQ. I did something so AIQ was just regular line out while tuning around HF. I tried a number of things, including resetting the receiver, and it did not work. I tuned in the local weather on 162 MHz in FM and then switched to AIQ, it worked. If AIQ is not working you get the spectrum above zero mirrored below zero.

Accessory Socket 1 has changed from my other AOR Receivers. I used the Detector Output (Pin 2) in the past on my AR-5000, AR-Alpha, and AR-8600 for digital decoding. It is good to see it is still available for NFM mode on the AR-5700D. They changed the Audio Input (Pin 3) on some receivers to a mute input and the high level audio output (Pin 6) to a GPS time pulse input. There is a stereo line out jack for high level audio.

The swap of the antenna port supporting HF when using I/Q Out is annoying. I played around with SDRSharp on HF and wondered how WBCQ got on 6906 kHz. It turned out the spectrum display was inverted. If I shifted the frequency up, then the spectrum would move to the right, and the frequency ribbon would move to the left. I selected Invert Spectrum in the AOR Settings and then it worked correctly. I then found I needed to select Invert Spectrum below 25 MHz and deselect Invert Spectrum at 25 MHz and above.

I noticed the Auto setting of the Attenuator in the SDRSharp AOR control panel did not seem to work. It was set to Auto with the preamp on. I went to Manual and turned the preamp off. It remained off when I went back to Auto, but I returned it to Manual. It was interesting with the preamp on as I got normal signals when tuned to WWV at 10 MHz, but the noise floor went up and I heard audio from multiple stations when I tuned to a nearby station on 31 Meters. The noise floor went down to normal when I turned off the preamp. I kinda expected this since I am using a Wellbrook Loop and the output is strong. 10 MHz is likely a bandpass filter switch point and there was a strong signal in the passband of the filter used for 31 Meters.

I need to study the SDRsharp Big Book 2024 for more information on the Plugins. Unfortunately it does not cover the changes to support the AOR receivers. More experimentation!
 

G8OEO

Member
Joined
Mar 23, 2020
Messages
85
Location
Northumberland UK
I have a VB program set up to make editing memories a bit easier and it's working fine except for one niggle.

I thought it would be useful to accurately set up the radio Date and Time with just the press of a button on the PC and it does appear to correctly send the "CK" command in the form CKYYYYMMDDHHMMSS. eg for the time of this post in the UK it would be something like CK20250704125000 + chr(13)

However the time is not updating on the radio display even though interrogating the clock with a blank CK on the PC suggests it has worked.
Either I'm doing something wrong or there is a bug in the radio. Very confused.
 

EricCottrell

Member
Premium Subscriber
Joined
Nov 8, 2002
Messages
2,425
Location
Boston, Ma
I have a VB program set up to make editing memories a bit easier and it's working fine except for one niggle.

I thought it would be useful to accurately set up the radio Date and Time with just the press of a button on the PC and it does appear to correctly send the "CK" command in the form CKYYYYMMDDHHMMSS. eg for the time of this post in the UK it would be something like CK20250704125000 + chr(13)

However the time is not updating on the radio display even though interrogating the clock with a blank CK on the PC suggests it has worked.
Either I'm doing something wrong or there is a bug in the radio. Very confused.
The firmware release notes mentions the latest firmware for the panel (P403B) "fixed the clock command CK which was not working".
 

G8OEO

Member
Joined
Mar 23, 2020
Messages
85
Location
Northumberland UK
The firmware release notes mentions the latest firmware for the panel (P403B) "fixed the clock command CK which was not working".
Thank you Eric, really good to know I wasn’t the cause of the problem. Of course it isn’t important enough to warrant a firmware update unless there are some other improvements worth having. Click-free DMR would definitely be a big plus.
 
Top