首页 技术 正文
技术 2022年11月16日
0 收藏 779 点赞 4,644 浏览 1961 个字

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

2018.5.31 nRF905  test

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

2018.5.31 nRF905  test

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).

2018.5.31 nRF905  test

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.

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,497
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,909
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,744
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,496
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:8,135
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:5,298