We have studied the impedance-matching of RF transmission line between the antenna and the RX / TX module today.

1. RX Sensitivity testing 

After the antenna and matched circuit are installed, there is 10 dB difference between the good machine and the good one. Obviously there is a problem in matching, so the matching components need to be modified.

 2. Antenna matching circuit

Z3, Z4 - 8p      Changde value -2p, 4p ,4.7P ,5P, 7P

Z7 - 5.6p    immutable

Z6 - 8.2nH   Changde value- 1n 2n 2.5n  4n       --2.5n is ok 

we have three problems now:

1. Some of the high frequency ends have low sensitivity, which is temporarily analyzed as the defect of IC incoming materials

2. There is no way to detect the bad product with the induction sensitivity of the finished product. Even if it is measured at 3 points, the bad product cannot be extracted normally

3. The new product module is slightly less sensitive than the old one. The antenna matching component may need to be modified, but project 2 antenna problem must be completed

 3. Crystal oscillator test

Comparison with  SFT Tech sample,ES3704-01-101 Miden MDN-CRY-13225   frequency value exceed the upper limit.

4.Impedance matching

The resonant frequency point of the antenna input loop is not at 433.9mhz (the central frequency point). Component error is one of the reasons, which results in high receiving sensitivity and low sensitivity.

If you have a network analyzer, you can add a 433.92m input signal to the antenna and a Z3 capacitor to the output and directly measure the attenuation dB.If the resonant point of the matching network is at 433.92MHZ, the attenuation is minimal.This is the optimal inductance, capacitance.

2018.11.15 RF antenna impedance-matching的更多相关文章

  1. 2018.11.28 RF基础1

    1 射频元件 高频电阻: 高频电容: 高频电感: 2 传输线 a 传输线效应:阻抗,3M法则. b 同轴线:RF中用 c 微带线: 常用: 1/4变换线 回波损耗:用网络分析仪测量 插入损耗:传输功率 ...

  2. 2018.11.15 Nginx服务器的使用

    Nginx简单教程 1.什么是Nginx? Nginx(engine x)是一款轻量级的Web服务器.反向代理服务器及电子邮件(IMAP/POP3)代理服务器 什么是反向代理服务器? 反向代理方式是指 ...

  3. 2018.11.12 RF debug

    1 SG setting 2 Date 3  0-1 4 ASK 5 Power supply 6  SG - filter 7 NRF905-  demodulation 8  RX test 9 ...

  4. OI生涯回忆录 2018.11.12~2019.4.15

    上一篇:OI生涯回忆录 2017.9.10~2018.11.11 一次逆风而行的成功,是什么都无法代替的 ………… 历经艰难 我还在走着 一 NOIP之后,全机房开始了省选知识的自学. 动态DP,LC ...

  5. 2018.11.16 RX- IC

    1. IC内部组成: Reference Oscillator:基准参考晶振-后续会放大32 倍 Comparator:比较器,输出RF信号 control logic:控制晶振倍频,控制LF,pow ...

  6. Sprint1(第二天11.15)

    Sprint1(第二天11.15) Sprint1第一阶段 1.类名:软件工程-第一阶段 2.时间:11.14-11.23 3.选题内容:web版-餐厅到店点餐系统 4.团队博客地址: http:// ...

  7. Tencent Cloud Developers Conference(2018.12.15)

    时间:2018.12.15地点:北京朝阳悠唐皇冠假日酒店

  8. China Intelligent Office Summit(2018.11.21)

    时间:2018.11.21地点:中关村软件园国际会议中心

  9. International Programming Retreat Day(2018.11.17)

    时间:2018.11.17地点:北京国华投资大厦

随机推荐

  1. linux命令——chmod/chown

    改变文件所有权chown 例如 sudo chown username myfile 1 myfile文件的所有权变为username. chown -R username /files/work 1 ...

  2. oracle在cmd下通过命令导入导出数据

    1.首先在cmd下切换到oracle的客户端的exp.exe所在的bin目录下,例如 D:\oracle\product\10.2.0\client_2\BIN 数据导出:导出的数据库名称是在tnsn ...

  3. 【MSDN_C#】C#版本介绍

    C# 1,Visual Studio .NET 2002 首次发布 C# 1.1,Visual Studio .NET 2003 #line 杂注和 xml 文档注释 C# 2,Visual Stud ...

  4. Kafka学习之(四)PHP操作Kafka

    简单测试 环境:Centos6.4,PHP7,kafka服务器IP:192.168.9.154,PHP服务器:192.168.9.157 在192.168.9.157创建目录和文件. //生产者 &l ...

  5. 组合优于继承 Composition over inheritance

    https://stackoverflow.com/questions/49002/prefer-composition-over-inheritance 解答1 Prefer composition ...

  6. AngularJS Injector和Service的工作机制

    要了解angularJS里的injector和Service是如何工作的,需要阅读/src/auto/injector.js.另外要结合/src/loader.js才能明白它的应用场景. auto/i ...

  7. codeforces Round#429 (Div2)

    2017-08-20 10:00:37 writer:pprp 用头文件#include <bits/stdc++.h>很方便 A. Generous Kefa codeforces 84 ...

  8. hdu 4857 逃生 拓扑排序+逆向建图

    逃生 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Problem Descr ...

  9. Codeforces Round #241 (Div. 2) B. Art Union 基础dp

    B. Art Union time limit per test 1 second memory limit per test 256 megabytes input standard input o ...

  10. ZooKeeper的API操作(二)(通俗易懂)

    所需要6个jar包,都是解压zookeeper的tar包后里面的. zookeeper-3.4.10.jar    jline-0.094.jar    log4j-1.2.16.jar netty- ...