Single-Board Universal Module
- mwm
- Offline
If those are the sources, and any of you would like a shared repository to work in, let me know and we can create one and then add you to team deviationTx.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- mikemacwillie
- Offline
- Posts: 152
Please Log in or Create an account to join the conversation.
- mikemacwillie
- Offline
- Posts: 152
The PA TX_EN and RX_EN seem to be inverted for the NRF24L01, but that's not stopping testing. I think I remember this being an issue with the main repository anyways, and may already be fixed.
Up next is debugging the loss at the switch.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
The 4:1 switch is really a lot more convenient to use, and wedging 3 2:1 switches onto the board will be challenging
Please Log in or Create an account to join the conversation.
- SadSack
- Offline
- Posts: 317
Could 4:1 switch + amp be moved to a daughter board?
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- mikemacwillie
- Offline
- Posts: 152
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- mikemacwillie
- Offline
- Posts: 152
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
i started looking at chips that are on boards i have but most use 2-wire Control signaling. So i designed them with peregrine chips which are single wire. I'm using the 42421which i think is the same as the 4259. I can't figure out the difference between the two. I can't meet the recommendations for the transmission line, 0.5 pf caps on the output. If you have experience, maybe you can look over my design and see what you think.mikemacwillie wrote: That's good news that it'll fit. I haven't really had a chance to dig into why the current switch isn't working yet.. But I will soon. There is a drop-in replacement available from Hittite as well, but it's super expensive relative to the Skyworks. Which 2:1 switches were you looking at? I've used a couple of the Peregrine switches in the past with good luck.
Please Log in or Create an account to join the conversation.
- moss
- Offline
- Posts: 40
The only difference I can see between the PE42421 and PE4259 specs is the advertised ESD tolerance, on the front page.
I'm using the 4-way PE42641MLBC-Z with no problems, for another project. These do not require DC blocking caps, unless you put DC on them. Pin-outs are also quite similar but different, but the same general layout would work. The truth table are also different for RF2 and RF3.
Using 3 SPDT switches seems more difficult than necessary.
The control lines should be bypassed with some caps, besides RF-leakage will get into the signal here (not a problem for a TX), the max switch rate is 25 KHz and limiting the bandwidth to keep RF out of these points can't hurt. In your setup the switch rate is super low so caps her could keep you out of trouble.
Neither PE nor SKY advertise RF isolation to control and DC lines.
Please Log in or Create an account to join the conversation.
- midelic
- Offline
- Posts: 174
Skyworks SKY13384?
Please Log in or Create an account to join the conversation.
- moss
- Offline
- Posts: 40
Please Log in or Create an account to join the conversation.
- midelic
- Offline
- Posts: 174
In a transmitter should be the other way around,...4 inputs and one output.
This signal is unidirectional from Antenna pin to each output pin...not opposite.
So I think it will work for receiving but not for transmitting.
Please Log in or Create an account to join the conversation.
- moss
- Offline
- Posts: 40
Please Log in or Create an account to join the conversation.
- midelic
- Offline
- Posts: 174
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
"The SKY13384-350LF is a symmetrical, single-pole, four-throw (SP4T) switch"
'symmetrical' here means bi-directional. Still doesn't explain why it doesn't work though.
Please Log in or Create an account to join the conversation.
- midelic
- Offline
- Posts: 174
Symetrical in RF world means the input and output have equal impedance,..in this case 50ohms.
I think the chip is unidirectional and for this reason not working.
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
The recommended startup sequence is:
Step 1: Apply VDD
Step 2: Apply VC1 and VC2
Step 3: Apply RF input
The device must be turned off in the reverse order
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
Fair enough. I am not an expert in RF design for sure.midelic wrote: Actually I don't think is true,
Symetrical in RF world means the input and output have equal impedance,..in this case 50ohms.
I think the chip is unidirectional and for this reason not working.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Single-Board Universal Module