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 ⌵
    • EngineerZone Spotlight
    • The Engineering Mind
  • Browse ⌵
    • All Groups
    • All Members
  • Support ⌵
    • 3D ToF Depth Sensing
    • Amplifiers
    • Analog Microcontrollers
    • Analysis Control Evaluation (ACE) Software
    • Audio
    • Clock and Timing
    • 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 By Linear
    • 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
  • My EZ
  • More
  • Cancel
  • 主页
  • 浏览 ⌵
    • 收件箱
    • 个人设置
    • 会员
    • 专区列表
  • 论坛专区 ⌵
    • 放大器专区
    • 精密转换器专区
    • 音频专区
    • ADE电能计量专区
    • MEMS和传感器专区
    • 接口和隔离专区
    • Power 中文专区
    • ADUC微处理器专区
    • 锁相环专区
    • 开关和多路复用器专区
    • 温度传感器
    • 基准电压源专区
    • 资源库
    • 论坛使用指南
    • 技术支持参考库
    • 在线研讨会
    • 论坛社群活动
    • 论坛激励活动
  • More
  • Cancel
ADRadioNet Reference Library
  • Wireless Sensor Networks Reference Library
  • More
ADRadioNet Reference Library
Documents How to decode Temperature and humidity value from Bunch sensor board that is seen at AnodeCP GUI?
    • 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 decode Temperature and humidity value from Bunch sensor board that is seen at AnodeCP GUI?

    Original Question: How to decode Temperature and humidity value from Bunch sensor board that is seen at AnodeCP GUI? by samanwaya

    How to decode Temperature and humidity value from Bunch sensor board that is seen at AnodeCP GUI? 

    for eg: Temp data(4 bytes) : B3 87 BB 41 . How does it correspond to a temperature in C or F?

                Humidity data(4 bytes) : A8 C2 90 42 . How does it correspond to a %RH?

     Similarily for XL362 , how to decode bytes into meaningful x,y,z co-ordinates?

    AnodeCP.png

    Verified Answer: RE: How to decode Temperature and humidity value from Bunch sensor board that is seen at AnodeCP GUI? by schennu

    Hi Samanwaya, These float values formatted in IEEE754 format and are stored in little endian.

    So, the Temp data is actually 41 BB 87 B3 in hex. This is equivalent to 23.44 deg.C
    Use this calculator for reference.

    We have provided an API convertieee754() in file ADSensors/src/convert.c file. You can use this to convert this hex value to actual sensor data.

    Hope this helps.


    Question: RE: How to decode Temperature and humidity value from Bunch sensor board that is seen at AnodeCP GUI? by samanwaya

    Hi, 

    Thanks for the help!! I have another question for you if you don't mind. I saw a document posted by you back in 2015 explaining how to create an alternative solution in AnodeCenterPoint tool to receive data from CP device.

    I am trying to create that so that i can access raw data in another application. I am using MATLAB/Python to get raw data from CP over a serial connection currently. But i have to use the AnodeCP tool to setup the CP device and get it to transmit data continuously. In order to bypass that process, i have to send out 4 commands

    • UART_SUBCMD_CHECKDEVICE
    • UART_SUBCMD_GETCONFIG
    • UART_SUBCMD_AUTOSEND
    • UART_SUBCMD_ADDRESMESG
    • 1.     UART_SUBCMD_CHECKDEVICE

      This command (UART_SUBCMD_CHECKDEVICE) is to find the devices connected to PC.

      Command from PC application

      4A 43 06 4B 0C 8B

      Response from CP device

      4A 43 0B 4B 07 20 06 01 03 11 F6

    Is it as simple as sending the bytes 4A 43 06 4B 0C 8B and waiting for the CP to respond back? Please advice. If you have any example code snippets that would be useful as well. 

    Thanks for responding.


    Question: RE: How to decode Temperature and humidity value from Bunch sensor board that is seen at AnodeCP GUI? by MReddy

    Hi Samanwaya,

    The commands/packets you have mentioned can be sent as it is and wait for the response from the CP, except the UART_SUBCMD_ADDRESMESG. 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.

    In the case of UART_SUBCMD_ADDRESMESG, after UART_SUBCMD_AUTOSEND command the tool/ (PC application) is ready to receive any registration request from the devices (Nodes). The tool sends the response using UART_SUBCMD_ADDRESMESG command for every registration request it receives from the devices. The registration response from the PC tool contains the time stamp, device ID and CRC as explained in the section 4 of the “Procedure to implement alternative application to CP tool” document, which need to be calculated by user if they want to send the response back using terminal/application.

    Thanks,

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

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

    订阅
    Switch to mobile view
    Analog Logo
    © 1995 - 2021 Analog Devices, Inc. All Rights Reserved 沪ICP备09046653号-1
    • ©
    • 1995 - 2021 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 - 2021 Analog Devices, Inc. All Rights Reserved 沪ICP备09046653号-1
    • ©
    • 1995 - 2021 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.