groupUrl: https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/
Analog.com Analog Dialogue Wiki English
Analog.com Analog Dialogue Wiki 简体中文
EngineerZone
EngineerZone
  • Site
  • User
  • Site
  • Search
  • User
EngineerZone
EngineerZone
  • Log in
  • Site
  • Search
  • Log in
  • Home
  • Blogs ⌵
  • Browse ⌵
    • All Groups
    • All Members
  • Support ⌵
    • 3D ToF Depth Sensing
    • A2B
    • Aerospace and Defense (ADEF)
    • Amplifiers
    • Analog Microcontrollers
    • Analysis Control Evaluation (ACE) Software
    • Audio
    • Clock and Timing
    • Condition-Based Monitoring
    • Data Converters
    • Design Tools and Calculators
    • Direct Digital Synthesis (DDS)
    • Embedded Vision Sensing
    • Energy Monitoring and Metering
    • FPGA Reference Designs
    • Industrial Ethernet
    • Interface and Isolation
    • Low Power RF Transceivers
    • MEMS Inertial Sensors
    • Motor Control Hardware Platforms
    • Optical Sensing
    • Power Management
    • Precision Technology Signal Chains
    • Processors and DSP
    • Reference Circuits
    • RF and Microwave
    • Signal Chain Power (SCP)
    • Switches/Multiplexers
    • Temperature Sensors
    • Video
    • Wide Band RF Transceivers
    • Wireless Sensor Networks Reference Library
  • About EZ
  • More
  • Cancel
  • 主页
  • 浏览 ⌵
    • 收件箱
    • 个人设置
    • 会员
    • 专区列表
  • 论坛专区 ⌵
    • 放大器专区
    • 精密转换器专区
    • 音频专区
    • ADE电能计量专区
    • MEMS和传感器专区
    • 接口和隔离专区
    • Power 中文专区
    • ADUC微处理器专区
    • 锁相环专区
    • 开关和多路复用器专区
    • 温度传感器
    • 基准电压源专区
    • 资源库
    • 论坛使用指南
    • 技术支持参考库
    • 在线研讨会
    • 论坛社群活动
    • 论坛激励活动
  • More
  • Cancel
ADRadioNet Reference Library
  • Wireless Sensor Networks Reference Library
ADRadioNet Reference Library
Documents How to Create alternative application to AnodeCP tool?
    • New
    ADRadioNet Reference Library requires membership for participation - click to join
    • Documents
    • ADRadioNet for ADuCRF101
    • ADuCRF101 demodulation principle?
    • ADuCRF101 Shows up as "Unknown Device" in ADRadioNet when i click "Find Devices"
    • advantges and disadvantages between the EV-ADRN-WSN-1Z and EV-ADRN WSN-2Z?
    • Are the devices in the evaluation kit programmed and configured before hand
    • can't find the flash programmer tool in the ADRadioNet package
    • Default configuration settings in the evaluation demo
    • Dose ADI have detailed document for ADradioNet?
    • EVAL-ADF7XXXMB4Z Gerber file
    • EVAL-ADUCRF101 add sensor
    • FCC Certification
    • +Frequently Asked Q's
    • how can create a graphic in real time with ev adrn wsn 1z ?
    • How can decrease a sleep time, down one second? ADuCRF101MK
    • How can I capture sensor data and use it in my application?
    • how can install ev adrn wsn 1z on windows 10?
    • How can save the data with ev adrn wsn 1z ?
    • How do I expand my network beyond evaluation demo
    • How the payload in ADRadioNet protocol is encoded
    • How to configure the sensor on Bunch WSN?
    • How to Create alternative application to AnodeCP tool?
    • How to decipher the messages on the ANodeCenterPoint tool?
    • How to decode Temperature and humidity value from Bunch sensor board that is seen at AnodeCP GUI?
    • How to recover the setting on EV-ADRN-WSN-1Z
    • How to wake up the EP to capture the active EP data?
    • Identifying sensors enabled and sensors data, from a data packet of End Point in a network
    • Multi-band, Multi-PHY, Multi-channel?
    • my endpoint is not acting immediately on CP commands
    • Node not joining the network after flashing with new firmware
    • port numbers in ADRadioNet?
    • programme microcontroller
    • Prolem with ADuCRF101MK, I don't see the bunch on AnodeCenterPoint
    • Question on data rate selection in router
    • Questions about the ADRadioNet, how to deploy a network?
    • Radio profiles with ADF7024
    • Unable to connect my EndPoint to the ANodeConfig tool.
    • unable to detect BUNCH EP on ANodeConfig tool with ADRadioNet01_EDKv2.0
    • Unable to detect device with ANodeConfig tool
    • Unable to see the node performance of Router
    • What is "Upstream" and "Downstream" in ADRadioNet
    • What's the difference between the WSN development kits EV-ADRN-WSN-1Z and EV-ADRN-WSN-2Z? When and where can they be ordered?
    • Will I loose my configuration settings if the device looses power?
    • WSN Bunch Node PCB Layout File
    • WSN Bunch Node sometimes cannot register

    How to Create alternative application to AnodeCP tool?

    Original Question: How to Create alternative application to AnodeCP tool? by samanwaya

    How to create an independent application( Matlab or Python source code) to capture real time data continuously from Center Point? Currently i have a Matlab API to capture Temp/Humidity/XL362 data continuously from the Center point through a serial connection. However, to get the CP to send data continuously from the motes i have to use AnodeCenterPoint tool to find the device and enable autosend. I want to get away without using the AnodeCenter point tool. 

    I found a document explaining how to do it but it is not completely clear. I realize that i have to send 4 commands through the serial connection

    • UART_SUBCMD_CHECKDEVICE
    • UART_SUBCMD_GETCONFIG
    • UART_SUBCMD_AUTOSEND
    • UART_SUBCMD_ADDRESMESG

    So, lets say i need to execute the first command do i send 

    JC6K4A43064B0C8B00

    to the CP?

    JC- syncbytes

    6-Packet len

    K- Command code

    4A43064B0C8B-Payload

    00-crc

    If there is some detailed explanation that would help me get up and running working independently from the AnodeCP tool to capture continuously from the motes

    Thanks!


    Verified Answer: RE: How to Create alternative application to AnodeCP tool? by MReddy

    Hi Samanwaya,

    I hope you are referring to the “Procedure to implement alternative application to CP tool” document. The document first gives you the UART frame format between CenterPoint(CP) device and ANodeCenterPoint tool. Then lists the commands that need to be passed in sequence from the UI (PC application) in-order to receive sensor data packets from CP device. After that it gives the example packets which include the commands to be passed from the UI (PC application) to CP, it also shows the response from the CP.

    So the example packets provided should follow the UART frame format and sent over UART, unless packet format is followed you won’t receive any response from the CP.

    Coming to your question what exactly you have to send is the packet in the UART packet format, see the example of UART_SUBCMD_CHECKDEVICE packet

                                        4A ==> J (ascii value)

                                        43 ==> C (ascii value)

                                        06 ==> Packet Length

                                        4B ==> Command ID

                                        0C ==> CRC_low

                                        8B ==> CRC_high

    You can use the serial tools which can send the data in HEX format over UART(Ex: Docklight) to check the response from the CP.

    Hope this helps.

    Thanks, 

    • Share
    • History
    • More
    • Cancel
    Comments
    Anonymous
    Related
     
    社交网络
    快速链接
    • 关于ADI
    • Partners
    • 模拟对话
    • 职业
    • 联系我们
    • 投资信息
    • 新闻中心
    • 质量和可靠性
    • 办事处与代理商
    • Analog Garage
    语言
    • English
    • 简体中文
    • 日本語
    • Руccкий
    电子快讯

    欲获得最新ADI产品、设计工具、培训与活动的相关新闻与文章,请从我们的在线快讯中选出您感兴趣的产品类别,每月或每季度都会发送至您的收件箱。

    订阅
    Switch to mobile view
    Analog Logo
    © 1995 - 2022 Analog Devices, Inc. All Rights Reserved 沪ICP备09046653号-1
    • ©
    • 1995 - 2022 Analog Devices, Inc. All Rights Reserved
    • 沪ICP备09046653号-1
    • 网站地图
    • 隐私和保密政策
    • 隐私设置
    • 使用条款
     
    Social
    Quick Links
    • About ADI
    • Partners
    • Analog Dialogue
    • Careers
    • Contact us
    • Investor Relations
    • News Room
    • Quality & Reliability
    • Sales & Distribution
    • Analog Garage
    Languages
    • English
    • 简体中文
    • 日本語
    • Руccкий
    Newsletters

    Interested in the latest news and articles about ADI products, design tools, training and events? Choose from one of our 12 newsletters that match your product area of interest, delivered monthly or quarterly to your inbox.

    Sign Up
    Switch to mobile view
    Analog Logo
    © 1995 - 2022 Analog Devices, Inc. All Rights Reserved 沪ICP备09046653号-1
    • ©
    • 1995 - 2022 Analog Devices, Inc. All Rights Reserved
    • 沪ICP备09046653号-1
    • Sitemap
    • Privacy & Security
    • Privacy Settings
    • Terms of use
    EngineerZone Uses cookies to ensure you get the best experience in our community. For more information on cookies, please read our Privacy & Security Statement.