zoukankan      html  css  js  c++  java
  • 2018.5.31 nRF905 test

    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.

  • 相关阅读:
    自编码变分贝叶斯(转载)
    加载Pytorch中的预训练模型及部分结构的导入
    pytorch读入图片并显示np.transpose(np_image, [1, 2, 0])
    高斯分布、多维高斯分布、各向同性的高斯分布及多元高斯分布之间的KL散度
    pytorch中的上采样(上采样,转置卷积,上池化,PixelShuffle)
    卷积算法动画演示
    PL/SQL编程基础
    PL/SQL Dev 调试
    PL/SQL Dev的安装与连接远程数据库
    Bean Form DTO VO Entity
  • 原文地址:https://www.cnblogs.com/huangbaobaoi/p/9118258.html
Copyright © 2011-2022 走看看