Page 1 of 1

PICO-D4 SMA Antenna Matching

Posted: Tue Jan 15, 2019 2:48 am
by thethinker
I'm designing a board with PICO-D4 and SMA connector. I'm also having the PCB fabricated with 50 ohm impedence control on the RF line and my RF line is only 7mm long. Do I need a pi matching network for this? I Would like to mention I'm using this device as a sniffer so I would like to get as accurate as I can.
Thanks.

Re: PICO-D4 SMA Antenna Matching

Posted: Tue Jan 22, 2019 3:40 am
by thethinker
Please Help

Re: PICO-D4 SMA Antenna Matching

Posted: Tue Jan 22, 2019 9:43 am
by ESP_Sprite
Suggest you mail sales at espressif dot com for this, as I don't think any of our RF engineers are on this forum.

Re: PICO-D4 SMA Antenna Matching

Posted: Wed Jan 23, 2019 4:58 am
by ESP_Angus
If you want maximum RF performance then a matching network will always help you achieve this.

One option is to contact sales and ask for advice from an RF engineer, as Sprite suggests. However, a good place to start first is the ESP32-PICO-KIT reference design which you can find on the espressif.com downloads page. This design uses a standard Pi matching network and gives the values for the capacitors and inductor as used on the board.

Do you have any facilities to analyse and tune the matching network performance? This is really the key point for optimising RF performance on your design, there is no substitute for testing and tweaking on an actual board. If you do not have this facility, you can start with the values from the PICO-KIT and see if performance is adequate for what you need.

The good news is, if it's a sniffer then you don't have to worry about TX performance. RX is generally less sensitive to impedance mismatches. (Although I'm not an RF engineer so don't consider this as expert advice.)

Re: PICO-D4 SMA Antenna Matching

Posted: Wed Jan 23, 2019 11:58 pm
by thethinker
ESP_Angus wrote:
Wed Jan 23, 2019 4:58 am
If you want maximum RF performance then a matching network will always help you achieve this.

One option is to contact sales and ask for advice from an RF engineer, as Sprite suggests. However, a good place to start first is the ESP32-PICO-KIT reference design which you can find on the espressif.com downloads page. This design uses a standard Pi matching network and gives the values for the capacitors and inductor as used on the board.

Do you have any facilities to analyse and tune the matching network performance? This is really the key point for optimising RF performance on your design, there is no substitute for testing and tweaking on an actual board. If you do not have this facility, you can start with the values from the PICO-KIT and see if performance is adequate for what you need.

The good news is, if it's a sniffer then you don't have to worry about TX performance. RX is generally less sensitive to impedance mismatches. (Although I'm not an RF engineer so don't consider this as expert advice.)
Perfect,
Thank you for the response. I already have a PI network on the board. I have VNA and I'm familiar with the process of matching network for the PCB antennas. I was just wondering if SMA actually requires tuning at all. I will take your advice and email sales. Thanks!

Re: PICO-D4 SMA Antenna Matching

Posted: Thu Jan 24, 2019 1:34 am
by ESP_Angus
OK, great to hear.

Yes, the process of tuning for an SMA connection should be similar to tuning for an onboard antenna. For example, the antenna on the PICO-KIT (Proant 440) is a 50 ohm antenna. For your SMA connection you presumably also want a 50 ohm characteristic impedance, so the tuning problem is very similar.

As far as I understand, PCB antennas are a special case because although they may also be designed for a 50 ohm impedance you have the possibility of a different characteristic impedance in the antenna itself (due to design tweaks, PCB properties, etc) as well as the feedline.

Re: PICO-D4 SMA Antenna Matching

Posted: Fri Jan 25, 2019 1:57 am
by flashpackets
Having a pi network in place and finding that a straight short is perfect is better than not having the network, and needing it! If you have the room, put it in. Just because the component positions are available does not mean that they have to be populated. Remember that good ground stitching along the transmission line is important. Of course you might also consider the T network, however in the simplest case it requires 2 components while the pi on one.

Re: PICO-D4 SMA Antenna Matching

Posted: Sat Jan 26, 2019 7:48 pm
by thethinker
Hi Guys,
Thank you very much for the reply. I think I'm not perfectly describing the question. I do have plenty of stitching and pi network in place and I'm not getting rid of them. My actual question is not about whether or not have them, it's about the actual tuning process. How could one go after tuning with such setup? Is it even needed? The reason I'm asking is because I have 50 Ohm impedance matched traces, PICO has the proper impedance, and my Antenna it self (tested with a VNA) has the right impedance as well. So what is left here to tune?
But @ESP_Angus's answer regarding the receive sensitivity being less sensitive to tuning mostly answers my question. I already know that I have good enough output power, I was just worried about receive sensitivity.