2024-12-30 10:28 AM - last edited on 2024-12-31 12:35 AM by Sarra.S
Hi,
I am designing for first time an RF PCB whose primary function is to convert incoming CAN Data and sent it over 2.4GHz frequency using an nRF24L01+ transciever. I am also incorporating an USB-B Micro for programming. As both have a different Impedance matching requirement (RF-50 Ohms and USB differential = 90Ohm). My question is, How to define two different impedance configurations in pcb design, from the youtube tutorials over RF PCBs, most of them have incorporated only one kind of High speed differential pair communication going on and therefore no need for two different impedance matching config. I am using Altium Designer, so if anyone can guide me over how to do it, I would be extremely grateful.
Thank You
Solved! Go to Solution.
2024-12-31 12:44 AM
Hello @hvs_learnn,
Using Altium Designer, the manipulation shouldn't be complicated, you will have to create a new routing rule for each impedance:
1. Go to Design > Rules
2. Create a new rule under Routing > Width
3. Define the rule for the RF traces, specifying the calculated trace width for 50-ohm impedance.
For USB signals routing, you also have to do the same, creating routing rule under Routing > Differential Pairs.
Each rule will apply on the signals you will define inside the rule.
This approach is also widely used for the power nets, they're usually defined in a new rule.
Check: Setting Up the Design Rules | Altium Designer 25 and 24 Technical Documentation
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-12-31 12:44 AM
Hello @hvs_learnn,
Using Altium Designer, the manipulation shouldn't be complicated, you will have to create a new routing rule for each impedance:
1. Go to Design > Rules
2. Create a new rule under Routing > Width
3. Define the rule for the RF traces, specifying the calculated trace width for 50-ohm impedance.
For USB signals routing, you also have to do the same, creating routing rule under Routing > Differential Pairs.
Each rule will apply on the signals you will define inside the rule.
This approach is also widely used for the power nets, they're usually defined in a new rule.
Check: Setting Up the Design Rules | Altium Designer 25 and 24 Technical Documentation
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.