Welcome to the FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
Need the latest SmartSDR or 4O3A Genius Product Software?
SmartSDR v3.9.19 and the SmartSDR v3.9.19 Release Notes
SmartSDR v2.12.1 and the SmartSDR v2.12.1 Release Notes
The latest 4O3A Genius Product Software and Firmware
SmartSDR v3.9.19 and the SmartSDR v3.9.19 Release Notes
SmartSDR v2.12.1 and the SmartSDR v2.12.1 Release Notes
The latest 4O3A Genius Product Software and Firmware
If you are having a problem, 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.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.
For the community/users: A NO CODE FlexWire bandswitcher
Options
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
- 330 Community Topics
- 2.1K New Ideas
- 598 The Flea Market
- 7.9K Software
- 6.2K SmartSDR for Windows
- 168 SmartSDR for Maestro and M models
- 398 SmartSDR for Mac
- 261 SmartSDR for iOS
- 247 SmartSDR CAT
- 180 DAX
- 369 SmartSDR API
- 9.1K Radios and Accessories
- 15 Aurora
- 164 FLEX-8000 Signature Series
- 7.1K FLEX-6000 Signature Series
- 911 Maestro
- 51 FlexControl
- 854 FLEX Series (Legacy) Radios
- 873 Genius Products
- 446 Power Genius XL Amplifier
- 312 Tuner Genius XL
- 115 Antenna Genius
- 278 Shack Infrastructure
- 196 Networking
- 440 Remote Operation (SmartLink)
- 135 Contesting
- 726 Peripherals & Station Integration
- 137 Amateur Radio Interests
- 947 Third-Party Software