Analog.com Analog Dialogue Wiki 简体中文
EngineerZone
EngineerZone
  • Log In
  • Site
  • Search
  • User
  • Support

    Popular Forums

    • RF and Microwave
    • Power Management
    • Video
    • FPGA Reference Designs
    • Precision ADCs
    • Linux Software Drivers
    • SigmaDSP Processors & SigmaStudio Dev. Tool

    Product Forums

    • A2B
    • Amplifiers
    • Analog Microcontrollers
    • Clock and Timing
    • Data Converters
    • Direct Digital Synthesis (DDS)
    • Energy Monitoring and Metering
    • Interface and Isolation
    • MEMS Inertial Sensors
    • Processors and DSP
    • Switches/Multiplexers
    • Temperature Sensors
    • Voltage References
    View All

    Application Forums

    • Audio
    • Automated Test Equipment (ATE)
    • Condition-Based Monitoring
    • Depth, Perception & Ranging Technologies
    • Embedded Vision Sensing
    • Optical Sensing
    • Precision Technology Signal Chains
    • Video
    • Wireless Sensor Networks Reference Library

    Design Center Forums

    • ACE Evaluation Software
    • ADEF System Platforms
    • Design Tools and Calculators
    • FPGA Reference Designs
    • Linux Software Drivers
    • Microcontroller no-OS Drivers
    • Reference Designs
    • Signal Chain Power (SCP)
    • Software Interface Tools
    • System Demonstration Platform (SDP) Support
  • Learn

    Recent Discussions

    • Pluto + GNURADIO frequency change
    • Pluto SDR
    • pluto sdr pyadi-iio continous iq recording
    • attribute error
    • gps-sdr-sim is not working with my ADALM-PLUTO

    Places

    • ADI Education Home
    • ADI Education China
    • ADI Education India
    • ADI Education Philippines
    • StudentZone (Analog Dialogue)
    • Virtual Classroom

    Latest Webinars

    • Optimizing GaN and GaAs RF Amplifier Performance Using Novel Biasing Techniques
    • Webinar Improving Switch-Mode Power Supplies Using Noise Cancelling Technology
    • Webinar Accelerate Your Design With a 2 to 24 GHz Wideband Transceiver Reference Design
    • How to Design an Optimized Motion Control System for Intelligent Edge Based Surveillance Camera
    • How to Enhance High Precision Current Sensing Systems
    View All
  • Community Hub

    Challenge Yourself!

      KCC's Quizzes: Buffers and Fan Out
    View All

    Places

    • Community Help
    • Logic Lounge

    Resources

    • EZ Code of Conduct
    • Getting Started Guide
    • ADI: Words Matter
    • Community Help Videos
    View All
  • Blogs

     

    How To Design Fieldbus Agnostic Smart Factory Sensors

     

    You Passed EMC Testing… But Wait, Is There More?

    Latest Blogs

    • The 5 Things You Need to Know about RF Matching Networks
    • Does Reliability Prediction Uncertainty Justify Mandating Two Channel Safety?
    • An Inside Look at 2022
    • Meet the Person Behind the Quizzes
    • Updates Required: Why Newer is Better
    Read All Blogs

    ADI Blogs

    • EZ Spotlight
    • The Engineering Mind
  • Partners

    Electronic Design Services - PartnerZone

    • Boston Engineering
    • Calian, Advanced Technologies
    • Colorado Engineering Inc. (DBA CAES AT&E)
    • Clockworks Signal Processing
    • Epiq Solutions
    • Fidus
    • PalmSens
    • Richardson RFPD
    • Tri-Star Design, Inc.
    • VadaTech
    • Vanteon
    • X-Microwave
    View All
ADRadioNet Reference Library
  • Wireless Sensor Networks Reference Library
ADRadioNet Reference Library
Documents How to Create alternative application to AnodeCP tool?
  • Members
  • Tags
  • More
  • Cancel
  • 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
Related
Recommended
 
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 - 2023 Analog Devices, Inc. All Rights Reserved 沪ICP备09046653号-1
  • ©
  • 1995 - 2023 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.