Hello,
First of all, I must say that I am a beginner in electronics. The project I am working on is to build a system based on an ESP32-WROOM-32E-N16 that can read 16 RFID 13.56MHz external antennas. I chose the TRF7970ARHBR for the RFID Transceiver IC part. The schematic is shown below.
My questions are the following:
- While searching for a transceiver IC, i came upon multiple options : TRF7970A, PN5180 (from NXP) or ST25R95. The last two do use 2 TX pins (and 2 RF pins). What i mean is in the below diagram taken from a manufacturer guide, they are called TX1 and TX2, and this result in some sort of symetrical-looking circuit to feed the RFID antenna.

I saw on the internet a existing board from Eccel called "pepper C1 mux" that uses a mux/demux ADG1607 to switch through 8 antennas. This mux is a differential channels (8:1) x 2 :

They use external antennas and a cable, connected with 3-pin connector JST PHR-3 to the board. GND pin immediatly is connected to the GND of the PCB, and TX1/TX2 is brought to the ADG1607, and that seems to work for them.

In my case, the TRF7970A only has one "TX_OUT" pin to power the antenna. So i basically reproduced a schematic from the manufacturer (Texas Instrument) "TRF7960A RFID Multiplexer Example System" (SLOA167). See the part circled in red on the manufacturer schematic example below :

So what is did is take this schematic, and put a equivalent mux to the ADG1607 (in this case, the ADG706 because i dont need differential channels, because i only have one track) between the antenna's cable connector and the equivalent of C12 on the schematic above. And put 16 molex coax 73412-0114 connectors for my 16 antennas.
This leads to the following schematic, i.e. the one of my project (see the "EMC filter, MUX to Antenna's" part in particular) :

I know it seems stupid but since i have only one TX_out instead of 2 TX1/TX2 pins, i was a bit lost and i would like to have your advices on what i did.
- Maybe the introduction of the ADG706 in the circuit changes the balance of the circuit. What are the informations from the datasheet that i should look for, to account for it? Below you'll find the main properties of this MUX :

- Do i need to make balanced 50 Ohms PCB tracks between the TRF7970A and the molex coax connectors ?
- I'm not sure if i grasped the whole concept of matching circuit for antennas etc, but my understanding is that, if i buy 50 Ohms RFID antenna's (package is antennas and its coaxial cable), i'm immediatly fine and can connect any such antenna to my board and not worry about matching, is that correct ?
- The ADG706 seems to be quite limited in Vmax. My whole board runs with 3.3V, so i guess it's fine ? Or the voltage in the RF part can get higher and i might burn the multiplexer ?
- Adittionnaly, (but that is not really a RF-related question but if someone can answer it, that would be great), i saw the TRF7970A has a "SYS_CLK" pin. In the datasheet, they say :

I don't understand whats the purpose of this. The MCU module has its own crystal and runs at 40MHz. Should i connect SYS_CLK to the microcontroller ? As you can see on the schematic, i'm a bit lost with what to do with this pin.
Any help will be deeply appreciated. Again, please forgive my incompetence.
First of all, I must say that I am a beginner in electronics. The project I am working on is to build a system based on an ESP32-WROOM-32E-N16 that can read 16 RFID 13.56MHz external antennas. I chose the TRF7970ARHBR for the RFID Transceiver IC part. The schematic is shown below.
My questions are the following:
- While searching for a transceiver IC, i came upon multiple options : TRF7970A, PN5180 (from NXP) or ST25R95. The last two do use 2 TX pins (and 2 RF pins). What i mean is in the below diagram taken from a manufacturer guide, they are called TX1 and TX2, and this result in some sort of symetrical-looking circuit to feed the RFID antenna.

I saw on the internet a existing board from Eccel called "pepper C1 mux" that uses a mux/demux ADG1607 to switch through 8 antennas. This mux is a differential channels (8:1) x 2 :

They use external antennas and a cable, connected with 3-pin connector JST PHR-3 to the board. GND pin immediatly is connected to the GND of the PCB, and TX1/TX2 is brought to the ADG1607, and that seems to work for them.

In my case, the TRF7970A only has one "TX_OUT" pin to power the antenna. So i basically reproduced a schematic from the manufacturer (Texas Instrument) "TRF7960A RFID Multiplexer Example System" (SLOA167). See the part circled in red on the manufacturer schematic example below :

So what is did is take this schematic, and put a equivalent mux to the ADG1607 (in this case, the ADG706 because i dont need differential channels, because i only have one track) between the antenna's cable connector and the equivalent of C12 on the schematic above. And put 16 molex coax 73412-0114 connectors for my 16 antennas.
This leads to the following schematic, i.e. the one of my project (see the "EMC filter, MUX to Antenna's" part in particular) :

I know it seems stupid but since i have only one TX_out instead of 2 TX1/TX2 pins, i was a bit lost and i would like to have your advices on what i did.
- Maybe the introduction of the ADG706 in the circuit changes the balance of the circuit. What are the informations from the datasheet that i should look for, to account for it? Below you'll find the main properties of this MUX :

- Do i need to make balanced 50 Ohms PCB tracks between the TRF7970A and the molex coax connectors ?
- I'm not sure if i grasped the whole concept of matching circuit for antennas etc, but my understanding is that, if i buy 50 Ohms RFID antenna's (package is antennas and its coaxial cable), i'm immediatly fine and can connect any such antenna to my board and not worry about matching, is that correct ?
- The ADG706 seems to be quite limited in Vmax. My whole board runs with 3.3V, so i guess it's fine ? Or the voltage in the RF part can get higher and i might burn the multiplexer ?
- Adittionnaly, (but that is not really a RF-related question but if someone can answer it, that would be great), i saw the TRF7970A has a "SYS_CLK" pin. In the datasheet, they say :

I don't understand whats the purpose of this. The MCU module has its own crystal and runs at 40MHz. Should i connect SYS_CLK to the microcontroller ? As you can see on the schematic, i'm a bit lost with what to do with this pin.
Any help will be deeply appreciated. Again, please forgive my incompetence.