Welcome to the FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
The latest SmartSDR Software:
SmartSDR v4.1.5 | SmartSDR v4.1.5 Release Notes
SmartSDR v3.10.15 | SmartSDR v3.10.15 Release Notes
The latest 4O3A Genius Product Software:
The latest 4O3A Genius Product Software and Firmware
SmartSDR v4.1.5 | SmartSDR v4.1.5 Release Notes
SmartSDR v3.10.15 | SmartSDR v3.10.15 Release Notes
The latest 4O3A Genius Product Software:
The latest 4O3A Genius Product Software and Firmware
How to Receive Technical Support::
If you are needing assistance with FlexRadio products, please refer to the product documentation or check the Help Center for known solutions. Need technical support from FlexRadio? It's as simple as creating a HelpDesk ticket.
If you are needing assistance with FlexRadio products, please refer to the product documentation or check the Help Center for known solutions. Need technical support from FlexRadio? It's as simple as creating a HelpDesk ticket.
For the community/users: A NO CODE FlexWire bandswitcher
RobertStoddard
Member
I'm building an amp with a bandswitcher for the front end filters. To that end, I decided I'd present some information that will be useful to other experimenters.
The NXP PCA line of chips are I2C to GPIO chips. I've used the PCA9534 in other projects, and am now using it to pull FlexWire I2C data out and convert it to something useful. I run the output from the PCA chip through a mosfet to switch relays in a bandswitcher. Now you'll need to be able to command the bandswitcher to do what it is made for, and how exactly you do that is up to you, however, I can help you with the CAT commands.
First, you will need to initialize the PCA chip by telling it to set the GPIOs to output. The only CAT command on my Flex1500 that works (once I made the mods to the PowerSDR software that I detailed in another post) is ZZFY. The format of that command is ZZFY<deviceaddr><regaddr><data> for this conversation. The deviceaddr value is the I2C device address. The PCA chip provides three address lines which you tie high or low to control the I2C device address. I tied all of mine high; so I will provide the calls I make under the assumption that you're doing the same. I suggest you DO NOT tie all yours low since that will conflict with the Heros Preselector code in the PowerSDR software... You never know when that code will jump out and hose your bands. The address bits are the most significant 7 bits of the addressing byte, the least significant bit controls whether the I2C bus transaction is read or write. The base address of the PCA chip is 0x40 (same as the Heros). The address lines affect the low bits, so for my bandswitcher I have the address 0x4E.
On initialization, you need to set the register address 3 to 0x00. Its default is 0xFF. This CAT command will do it:
ZZFY4E0300;
And your initialization is complete.
When you switch bands, remember, only one bit should be set at any time. The register you want to set is address 0. I have 6 filters on my bandswitcher, therefore, the following CAT commands switch through each of my bands:
ZZFY4E0001;
ZZFY4E0002;
ZZFY4E0004;
ZZFY4E0008;
ZZFY4E0010;
ZZFY4E0020;
Now how you enter your CAT commands is up to you. I've requested (and gotten) the PowerSDR source code, so I'm actually going to put the bandswitching code into the controls (therefore not needing the CAT commands above) but since this is a NO CODE example, I thought you people would rather have CAT commands.
The NXP PCA line of chips are I2C to GPIO chips. I've used the PCA9534 in other projects, and am now using it to pull FlexWire I2C data out and convert it to something useful. I run the output from the PCA chip through a mosfet to switch relays in a bandswitcher. Now you'll need to be able to command the bandswitcher to do what it is made for, and how exactly you do that is up to you, however, I can help you with the CAT commands.
First, you will need to initialize the PCA chip by telling it to set the GPIOs to output. The only CAT command on my Flex1500 that works (once I made the mods to the PowerSDR software that I detailed in another post) is ZZFY. The format of that command is ZZFY<deviceaddr><regaddr><data> for this conversation. The deviceaddr value is the I2C device address. The PCA chip provides three address lines which you tie high or low to control the I2C device address. I tied all of mine high; so I will provide the calls I make under the assumption that you're doing the same. I suggest you DO NOT tie all yours low since that will conflict with the Heros Preselector code in the PowerSDR software... You never know when that code will jump out and hose your bands. The address bits are the most significant 7 bits of the addressing byte, the least significant bit controls whether the I2C bus transaction is read or write. The base address of the PCA chip is 0x40 (same as the Heros). The address lines affect the low bits, so for my bandswitcher I have the address 0x4E.
On initialization, you need to set the register address 3 to 0x00. Its default is 0xFF. This CAT command will do it:
ZZFY4E0300;
And your initialization is complete.
When you switch bands, remember, only one bit should be set at any time. The register you want to set is address 0. I have 6 filters on my bandswitcher, therefore, the following CAT commands switch through each of my bands:
ZZFY4E0001;
ZZFY4E0002;
ZZFY4E0004;
ZZFY4E0008;
ZZFY4E0010;
ZZFY4E0020;
Now how you enter your CAT commands is up to you. I've requested (and gotten) the PowerSDR source code, so I'm actually going to put the bandswitching code into the controls (therefore not needing the CAT commands above) but since this is a NO CODE example, I thought you people would rather have CAT commands.
1
Leave a Comment
Categories
- All Categories
- 389 Community Topics
- 2.2K New Ideas
- 658 The Flea Market
- 8.4K Software
- 157 SmartSDR+
- 6.5K SmartSDR for Windows
- 186 SmartSDR for Maestro and M models
- 439 SmartSDR for Mac
- 275 SmartSDR for iOS
- 265 SmartSDR CAT
- 204 DAX
- 386 SmartSDR API
- 9.4K Radios and Accessories
- 53 Aurora
- 297 FLEX-8000 Signature Series
- 7.2K FLEX-6000 Signature Series
- 970 Maestro
- 58 FlexControl
- 866 FLEX Series (Legacy) Radios
- 945 Genius Products
- 472 Power Genius XL Amplifier
- 347 Tuner Genius XL
- 126 Antenna Genius
- 307 Shack Infrastructure
- 215 Networking
- 468 Remote Operation (SmartLink)
- 142 Contesting
- 811 Peripherals & Station Integration
- 144 Amateur Radio Interests
- 1.1K Third-Party Software