1 试电机:自动控制测试流程(Labview程序,加载扫描仪,自动测试夹具,测试数据保存)

2 USB RF收发器: 含S/N码发送读取功能(S/N:)

The specific use please reference to the manual of application.

3 频谱仪:检测产品发出的RF数据(频偏,功率,谐波)

      A Setting : frequency and Spam

Turn on the Spectrum Analyser, and set it to check with display set to centre at 868,4MHz

and a span of e.g. 3MHz.

     B Check that the signal power is «strong enough».

A strong enough signal is not easy to define precisely. This is because it depends on a lot of
factors, such as the distance of measurement, the antenna on the spectrum analyser, the angle of
the antenna on the spectrum analyser, the angle of the control unit’s antenna related to the other
antenna, the room/shielded space the measurement is performed in, etc.
We suggest that you make a reference measurement in your test setup with a control unit with radio
 board that you know works ok, and then use this reference
(measured in dBm) as the standard that the measured radio signal must match to pass the test. To
know that your reference card is ok, you can e.g. test radio communication with this over a certain
distance (e.g. 20 meters in free air).

4 Radio setup for RF signal generator:

Here is how we set up the configuration register of the radio chip nRF905,

1. The RX being tested will listen at address 254 254 254 254.

2. CRC is enabled, CRC_MODE = 1 (16 CRC check bit).

Setting     Value
CH_NO    118        
HFREQ_  PLL 1
PA_PWR 3
RX_RED_PWR 0
AUTO_RETRAN 0
RX_AFW 4
TX_AFW 4
RX_PW 32
TX_PW 32
RX_ADDRESS 254 254 254 254
UP_CLK_FREQ 0
UP_CLK_EN 0
XOF 3
CRC_EN 1
CRC_MODE 1

5  PC:  Connected with test device .

The following software must be installed:
1. Python 3.4 ( For auto-test)
2. Device programming and testing software (AVR 6.1  , NET 4.0 and USB Driving )

3 Laview  and  environment

6 Scanister:Created S/N

The tool confirms the serial number of the produced, in addition to reading out production date and
software version number. and  all will have a unique serial number printed on the plastic/a

sticker on the plastic. This serial number must also be configured into the device after programming.
The serial number consists of four bytes, in the format XXX XXX XXX XXX, where each group of
three digits XXX have values from 000 to 255. One serial number can for example be "132 000 000
001". The serial number is used for addressing all radio traffic between devices.

2018.5.31 nRF905 test的更多相关文章

  1. 2018/03/31 每日一个Linux命令 之 date

    date 命令主要用于查看和修改时间和时区 -- 这里主要学习基本的查看和设置时间和时区的方法. 直接显示日期 date '+%D' 效果 vagrant@hong:~$ date '+%D' 03/ ...

  2. 2018.12.31 bzoj3771: Triple(生成函数+fft+容斥原理)

    传送门 生成函数经典题. 题意简述:给出nnn个数,可以从中选1/2/31/2/31/2/3个,问所有可能的和对应的方案数. 思路: 令A(x),B(x),C(x)A(x),B(x),C(x)A(x) ...

  3. [文章汇总]ASP.NET Core框架揭秘[最近更新:2018/10/31]

    之前一段时间都在个人公众号账号“大内老A”发布关于ASP.NET Core的系列文章,很多人留言希望能够同步到这里,所以在这里 对这些文章做一个汇总,以便于PC端阅读.如果说微软官方文档主要关于ASP ...

  4. it's time to change myself now (2018.10.31)

    自16年从新屋熊职校毕业,入职深圳某厂从事云存储两年半了.两年半的时间很快,快的感觉一生都会飞快,两年多一直很忙,忙的几乎忘了自己是否正向改变过. 正向改变,or 积极改变,今年十一回家,与几个好友小 ...

  5. Unity进阶----AssetBundle_02(加载依赖关系及网络资源)(2018/10/31)

    网络资源加载: string path ="file://"+ Application.streamingAssetsPath + "\\windows\\123&quo ...

  6. 2018.12.31 bzoj4001: [TJOI2015]概率论(生成函数)

    传送门 生成函数好题. 题意简述:求nnn个点的树的叶子数期望值. 思路: 考虑fnf_nfn​表示nnn个节点的树的数量. 所以有递推式f0=1,fn=∑i=0n−1fifn−1−i(n>0) ...

  7. 2018.12.31 bzoj3992: [SDOI2015]序列统计(生成函数+ntt+快速幂)

    传送门 生成函数简单题. 题意:给出一个集合A={a1,a2,...as}A=\{a_1,a_2,...a_s\}A={a1​,a2​,...as​},所有数都在[0,m−1][0,m-1][0,m− ...

  8. 2018.12.31 NOIP训练 偶数个5(简单数论)

    传送门 对于出题人zxyoizxyoizxyoi先%\%%为敬题目需要龟速乘差评. 题意简述:5e55e55e5组数据,给出n,请你求出所有n位数中有偶数个5的有多少,n≤1e18n\le1e18n≤ ...

  9. 2018.12.31 NOIP训练 czy的后宫6(线性dp)

    传送门 题意简述:给一个nnn个数的数列,你可以把它最多分成mmm段,求每段数之和的最大值的最小值,以及满足这个最小值的时候划分数列的方案数. 思路:第一个问题是二分经典问题,不妨设其答案为limli ...

随机推荐

  1. HDU 5045 5047 5050 5053(上海网络赛E,F,I,L)

    HDU 5045 5047 5050 5053 太菜了,名额差点没保住.吓尿..赶紧开刷树链抛分 5045:状压DP.压缩10个人.因为两个人不能差2以上,所以能够用01表示 5047:推推公式就可以 ...

  2. PHP-Manual的学习----【语言参考】----【类型】-----【array数组】

    1.Array 数组  PHP 中的 数组 实际上是一个有序映射.映射是一种把 values 关联到 keys 的类型.此类型在很多方面做了优化,因此可以把它当成真正的数组,或列表(向量),散列表(是 ...

  3. 生成n个元素的全排列 C实现

    近期在准备复习算法设计的考试,下边记录一些,看笔记时突然想到的解法. 问题是这种 用递归实现 n 个元素的全排列. 当时老师给出的解答是 假定第i个元素 ri 放在首位,于是 f(r1,r2,-,rn ...

  4. DevExpress控件显示前弹出到期时间解决办法

    方法是,删除Properties下的license.licx文件,重新生成即可.

  5. Jmeter 04 JMeter 负载与监听

    1. 场景设计 2. 场景设置 3. JMeter性能参数配置 4. 测试监听

  6. 九度OJ 1348:数组中的逆序对 (排序、归并排序)

    时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:2777 解决:656 题目描述: 在数组中的两个数字,如果前面一个数字大于后面的数字,则这两个数字组成一个逆序对.输入一个数组,求出这个数组 ...

  7. elasticsearch从入门到出门-04-入门的几个需求练手

    第一个分析需求:计算每个tag下的商品数量 GET /ecommerce/product/_search{  "aggs": {    "group_by_tags&qu ...

  8. debian安装oracle jdk

    1 去官网下载linux jdk https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.htm ...

  9. UITableView 右侧索引

    1.设置右侧索引字体颜色 self.tabView.sectionIndexColor = [UIColor blackColor]; 2.设置右侧索引背景色 self.cityTabView.sec ...

  10. 我的Android进阶之旅------>Android中android:windowSoftInputMode的用法

    面试题:如何在显示某个Activity时立即弹出软键盘? 答案:在AndroidManifest.xml文件中设置<activity>标签的android:windowSoftInputM ...