<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://ez.analog.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Discussions - Recent Threads</title><link>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Sat, 02 Mar 2019 01:32:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions" /><item><title>ADuCRF101 Shows up as "Unknown Device" in ADRadioNet when i click "Find Devices"</title><link>https://ez.analog.com/thread/108036?ContentTypeID=0</link><pubDate>Sat, 02 Mar 2019 01:32:38 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:21be02e4-13e7-4741-a11f-e369e89c7164</guid><dc:creator>dankspank</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/108036?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/108036/aducrf101-shows-up-as-unknown-device-in-adradionet-when-i-click-find-devices/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I had it working where the Bunch boards could send data to the&amp;nbsp;&lt;span&gt;ADuCRF101 and I could see it displayed on the GUI. After downloading some demo code using the ADuCRF101&amp;nbsp; Radio evaluation tool where you had to push and hold RESET, press BOOT, and then release RESET, I am unable to reconnect to the ADRadionet GUI. It just shows up as &amp;quot;Unknown Device&amp;quot;. Please help, I would just like to return it to its factory settings. I have attached a screenshot of the GUI and the radio evaluation&amp;nbsp;tool I used that I believe messed it up.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you,&lt;img alt=" " src="https://ez.analog.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/1201/8015.Unknown-device.PNG" /&gt;&lt;img alt=" " src="https://ez.analog.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/1201/6813.radio-evaluation.PNG" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Daniel Spann&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to Create alternative application to AnodeCP tool?</title><link>https://ez.analog.com/thread/4676?ContentTypeID=0</link><pubDate>Fri, 06 Jan 2017 10:15:25 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:f37ba074-195c-407d-bfe9-c8c5373a9fac</guid><dc:creator>samanwaya</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4676?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4676/how-to-create-alternative-application-to-anodecp-tool/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;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&amp;nbsp;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.&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;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&lt;/p&gt;
 &lt;ul&gt;
  &lt;li style="text-indent:-.25in;"&gt;&lt;span style="font-size:12.0pt;"&gt; &lt;/span&gt;&lt;span style="font-size:12.0pt;"&gt;UART_SUBCMD_CHECKDEVICE&lt;/span&gt;&lt;/li&gt;
  &lt;li style="text-indent:-.25in;"&gt;&lt;span style="font-size:12.0pt;"&gt; &lt;/span&gt;&lt;span style="font-size:12.0pt;"&gt;UART_SUBCMD_GETCONFIG&lt;/span&gt;&lt;/li&gt;
  &lt;li style="text-indent:-.25in;"&gt;&lt;span style="font-size:12.0pt;"&gt; &lt;/span&gt;&lt;span style="font-size:12.0pt;"&gt;UART_SUBCMD_AUTOSEND&lt;/span&gt;&lt;/li&gt;
  &lt;li style="text-indent:-.25in;"&gt;&lt;span style="font-size:12.0pt;"&gt; &lt;/span&gt;&lt;span style="font-size:12.0pt;"&gt;UART_SUBCMD_ADDRESMESG&lt;/span&gt;&lt;/li&gt;
 &lt;/ul&gt;
 &lt;p&gt;So, lets say i need to execute the first command do i send&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;JC6K&lt;span style="font-size:11.0pt;"&gt;4A43064B0C8B00&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;to the CP?&lt;/p&gt;
 &lt;p&gt;JC- syncbytes&lt;/p&gt;
 &lt;p&gt;6-Packet len&lt;/p&gt;
 &lt;p&gt;K- Command code&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;4A43064B0C8B-Payload&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;00-crc&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;If there is some detailed explanation that would help me get up and running working independently from the AnodeCP tool to capture continuously&amp;nbsp;from the motes&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;Thanks!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to decode Temperature and humidity value from Bunch sensor board that is seen at AnodeCP GUI?</title><link>https://ez.analog.com/thread/4677?ContentTypeID=0</link><pubDate>Thu, 05 Jan 2017 08:48:34 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:631ed646-6fbc-4afd-b219-5f6c02225c7d</guid><dc:creator>samanwaya</dc:creator><slash:comments>3</slash:comments><comments>https://ez.analog.com/thread/4677?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4677/how-to-decode-temperature-and-humidity-value-from-bunch-sensor-board-that-is-seen-at-anodecp-gui/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;How to decode Temperature and humidity value from Bunch sensor board that is seen at AnodeCP GUI?&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;for eg: Temp data(4 bytes) : B3 87 BB 41 . How does it correspond to a temperature in C or F?&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Humidity&amp;nbsp;data(4 bytes) : A8 C2 90 42&amp;nbsp;. How does it correspond to a %RH?&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;&amp;nbsp;Similarily for XL362 , how to decode bytes into meaningful x,y,z co-ordinates?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description><enclosure url="https://ez.analog.com/cfs-file/__key/telligent-evolution-components-attachments/00-1201-00-00-00-00-46-77/AnodeCP.png" length="66538" type="image/png" /></item><item><title>EVAL-ADF7XXXMB4Z Gerber file</title><link>https://ez.analog.com/thread/4678?ContentTypeID=0</link><pubDate>Wed, 23 Nov 2016 15:12:27 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:4f5937b2-69d2-42d8-8862-8c57fed34dd1</guid><dc:creator>ryan-tsai</dc:creator><slash:comments>2</slash:comments><comments>https://ez.analog.com/thread/4678?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4678/eval-adf7xxxmb4z-gerber-file/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Sir ,&lt;/p&gt;
 &lt;p&gt;Could you provide gerber file of &amp;nbsp;&lt;span style="color:#636363;background-color:#e5f5f8;font-size:12px;"&gt;EVAL-ADF7XXXMB4Z?&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="color:#636363;background-color:#e5f5f8;font-size:12px;"&gt;I would like to refer ADI&amp;#39;s layout in my product ,tks!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>EVAL-ADUCRF101 add sensor</title><link>https://ez.analog.com/thread/4679?ContentTypeID=0</link><pubDate>Wed, 12 Oct 2016 12:01:52 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:d7429967-17d2-49d9-9ded-ffc0902f0156</guid><dc:creator>cbabin</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4679?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4679/eval-aducrf101-add-sensor/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
 &lt;p&gt;As suggested by @&lt;a href="https://ez.analog.com/members/harishkumarkatam" class="migration-embeded-object"&gt;&lt;span style="color:#0066cc;text-decoration:underline;"&gt;harishkumarkatam&lt;/span&gt;&lt;/a&gt;&amp;nbsp;I transfer my question&amp;nbsp;here.&lt;/p&gt;
 &lt;p&gt;I&amp;#39;m using the EVAL-ADUCRF101 sensor kit and would like to know if it&amp;#39;s possible to change the bunch wsn boards in order to connect them to another ADI sensor by UART for example and then send both sensors&amp;#39; data to the center point? I have hex files flashed on the bunch wsn boards, is it enough to change these?&lt;/p&gt;
 &lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to configure the sensor on Bunch WSN?</title><link>https://ez.analog.com/thread/4680?ContentTypeID=0</link><pubDate>Mon, 25 Jul 2016 17:31:49 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:cf91082e-01b0-4cfb-9466-6f1b6af2ca83</guid><dc:creator>warrensuoqi</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4680?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4680/how-to-configure-the-sensor-on-bunch-wsn/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;br /&gt;Hi Sir!&lt;/p&gt;
 &lt;p&gt; I have bought EV_ADRN_WSN_1Z. There are two Multi-Sensor Node Boards. One of them is factory-seted to a Triple Axis Accelerometer and anothe to a Humidity&amp;amp;Temperature Sensor. The &amp;quot;ANODE CENTER POINT&amp;quot; can only show limited sensor data as follow figure:&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;&lt;a href="https://ez.analog.com/cfs-file/__key/communityserver-discussions-components-files/1201/8308.d1f1057cca8e06656126b83da5aa81e2.png"&gt;&lt;img src="https://ez.analog.com/cfs-filesystemfile/__key/communityserver-components-secureimagefileviewer/communityserver-discussions-components-files-1201/8308.d1f1057cca8e06656126b83da5aa81e2.png_2D00_620x312.png?_=638787062354105968" style="max-height: 312px;max-width: 620px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;But there are many other sensors on the board. I want to know how to configure them.&lt;/p&gt;
 &lt;p&gt;Thank you! &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>WSN Bunch Node PCB Layout File</title><link>https://ez.analog.com/thread/4681?ContentTypeID=0</link><pubDate>Sun, 26 Jun 2016 10:39:37 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:41464188-31b5-41bd-8a9f-94de51a990ce</guid><dc:creator>JackHuang168</dc:creator><slash:comments>2</slash:comments><comments>https://ez.analog.com/thread/4681?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4681/wsn-bunch-node-pcb-layout-file/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Dear All:&lt;/p&gt;
 &lt;p&gt;I refer &amp;quot;BunchWSN&amp;quot; 868MHZ chip antenna PCB layout to design of my 868MHz RF Module, but found chip antenna efficiency is to bad, &lt;span class="short_text" lang="en"&gt;&lt;span&gt;can provide &amp;quot;BunchWSN&amp;quot; PCB &lt;span class="short_text" lang="en"&gt;&lt;span&gt;Original&lt;/span&gt; &lt;span&gt;workfile &lt;/span&gt;&lt;/span&gt;(PADS or Allegro) to me double check my RF Module? 3Q&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
 &lt;p style="padding:0px;"&gt;&lt;span class="short_text" lang="en"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
 &lt;p&gt;Best Regards, &lt;/p&gt;
 &lt;p&gt;Jack&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>how can create a graphic in real time with ev adrn wsn 1z ?</title><link>https://ez.analog.com/thread/4682?ContentTypeID=0</link><pubDate>Mon, 21 Sep 2015 19:18:35 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:574e978d-ca95-4dd4-8aaf-d93a4a9251f2</guid><dc:creator>matteo-89</dc:creator><slash:comments>4</slash:comments><comments>https://ez.analog.com/thread/4682?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4682/how-can-create-a-graphic-in-real-time-with-ev-adrn-wsn-1z/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have ev adrn wsn 1z and I save the data with a particular program in c, but I can&amp;#39;t see the data in real time and I have to wait after for creating the graphic. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>how can install ev adrn wsn 1z on windows 10?</title><link>https://ez.analog.com/thread/4683?ContentTypeID=0</link><pubDate>Fri, 11 Sep 2015 12:02:46 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:c2e5622c-7152-4b89-870f-2f557f25c2c9</guid><dc:creator>matteo-89</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4683?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4683/how-can-install-ev-adrn-wsn-1z-on-windows-10/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;My pc with windows 10 doesn&amp;#39;t install jlink segger board. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How can save the data with ev adrn wsn 1z ?</title><link>https://ez.analog.com/thread/4684?ContentTypeID=0</link><pubDate>Tue, 08 Sep 2015 17:26:19 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:50af3a01-e8ff-4a12-9cca-35bd44147d16</guid><dc:creator>matteo-89</dc:creator><slash:comments>6</slash:comments><comments>https://ez.analog.com/thread/4684?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4684/how-can-save-the-data-with-ev-adrn-wsn-1z/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have a ev adrn wsn 1z kit, with ADuCRF101MK and accelerometer. I want to save the data, because the program Anode Center Point don&amp;#39;t save it, and every delete they.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How can decrease a sleep time, down one second? ADuCRF101MK</title><link>https://ez.analog.com/thread/4685?ContentTypeID=0</link><pubDate>Mon, 07 Sep 2015 19:26:25 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:780f45bc-b248-453b-ba2b-fdc581566bc2</guid><dc:creator>matteo-89</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4685?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4685/how-can-decrease-a-sleep-time-down-one-second-aducrf101mk/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have needed the measures under one second, but in analoge configuration the minimium time is 1 second. I use the sensor ev-bunch-wsn-1z.&lt;/p&gt;
 &lt;p&gt;How can i do, if is possible? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Prolem with ADuCRF101MK, I don't see the bunch on AnodeCenterPoint</title><link>https://ez.analog.com/thread/4686?ContentTypeID=0</link><pubDate>Thu, 03 Sep 2015 17:38:13 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:7d64cc0b-918f-4cc4-baa7-871185a5233f</guid><dc:creator>matteo-89</dc:creator><slash:comments>5</slash:comments><comments>https://ez.analog.com/thread/4686?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4686/prolem-with-aducrf101mk-i-don-t-see-the-bunch-on-anodecenterpoint/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have wsn quicksrart kit for ADuCRF101MK. When I open AnodeCenterPoint the program found the device but when i turn on the accelerometer it doesn&amp;#39;t see nothing. I try to change the configuaration but nothing. I went to AndeConfiguration and I connect the bunch wsn to j-link and I configured the bunch with end point after i connected ADu.. but nothing. Anodecenterpoint see only ADu...and doesn&amp;#39;t see my sensor. Can you hel me? thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>unable to detect BUNCH EP on ANodeConfig tool with ADRadioNet01_EDKv2.0</title><link>https://ez.analog.com/thread/4687?ContentTypeID=0</link><pubDate>Wed, 26 Aug 2015 09:36:52 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:c2e72b60-2c82-412b-a5ac-2e85889eaf89</guid><dc:creator>sushma.r</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4687?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4687/unable-to-detect-bunch-ep-on-anodeconfig-tool-with-adradionet01_edkv2-0/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
 &lt;p&gt;I am using ADRadioNet01_EDKv2.0 with EV-ADRN-WSN-1Z kit. When I program the endpoint and try to detect using ANodeConfig tool, the detection fails. Mostly when the CenterPoint is not powered up. Is there some vulnerability with the boards/firmware.&lt;/p&gt;
 &lt;p&gt;Can you shed some light on this?”&lt;/p&gt;
 &lt;p&gt;Thanks and Regards,&lt;/p&gt;
 &lt;p&gt;Sushma R&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>FCC Certification</title><link>https://ez.analog.com/thread/4688?ContentTypeID=0</link><pubDate>Tue, 28 Jul 2015 12:35:04 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:4db73952-dbf6-430e-a62d-1b37960d133c</guid><dc:creator>nitin@anglia</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4688?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4688/fcc-certification/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;If i use AD-WSN do i have to go through FCC certification process by myself. Do AD provide a FCC module which is plug n play.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>WSN Bunch Node sometimes cannot register</title><link>https://ez.analog.com/thread/4689?ContentTypeID=0</link><pubDate>Mon, 27 Jul 2015 23:45:57 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:1848a18d-5296-48b7-89d2-b6c70d73eb6a</guid><dc:creator>tristantech</dc:creator><slash:comments>6</slash:comments><comments>https://ez.analog.com/thread/4689?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4689/wsn-bunch-node-sometimes-cannot-register/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am using a WSN Bunch node and center point, both loaded with the latest firmware. When watching the packet window in the center point application, nodes occasionally will send one or two registration packets upon powering up, but then stop transmitting without ever sending any data. Other times they will register properly and begin reporting sensor readings. I was wondering if anybody else has experienced this problem and if there are any known workarounds.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Identifying sensors enabled and sensors data, from a data packet of End Point in a network</title><link>https://ez.analog.com/thread/4690?ContentTypeID=0</link><pubDate>Fri, 24 Jul 2015 13:17:52 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:8b69e031-75ad-41b5-9d8b-eedcd7615134</guid><dc:creator>sushma.r</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4690?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4690/identifying-sensors-enabled-and-sensors-data-from-a-data-packet-of-end-point-in-a-network/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
 &lt;p&gt;&lt;span style="color:black;"&gt;I have downloaded the ADRadioNet EDK, I have an issues in identifying specific sensor values in the payload displayed on the tool. Is there a way to determine form the data packets, which specific sensor values are being sent for a give End point? I am hoping that there is some way to identify specific FLOAT values as coming from a specific sensor based on the packet data alone.&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="color:black;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="color:black;"&gt;Thanks,&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="color:black;"&gt;sushma r&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="color:black;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to wake up the EP to capture the active EP data?</title><link>https://ez.analog.com/thread/4691?ContentTypeID=0</link><pubDate>Mon, 18 May 2015 06:43:00 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:da4e80a8-88db-4db5-8661-77fd4f283f2e</guid><dc:creator>ADIApproved</dc:creator><slash:comments>2</slash:comments><comments>https://ez.analog.com/thread/4691?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4691/how-to-wake-up-the-ep-to-capture-the-active-ep-data/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I want to deploy a network by using the many of ADuCRF101. EPs send data to the Route at different time interval (Timer Dvided Multiplex). After one of the EPs sending the data, the EP will go to Hibernate mode or Shutdown mode for lowest power consumption. But how to wake-up one of them to capture the next active data? By using the ADuCRF101 Timer or other ways? Please show me which API or functon can wake-up one of the EPs in the RADIO INTERFACE ENGIN FUNCTIONS ADUCRF101 doucumentation.&lt;/p&gt;
 &lt;p&gt;In addition, whether we can make the routers operating in different frequency (FDM) in order to aviod the interference between the routers and the EPs?&lt;/p&gt;
 &lt;p&gt;Thanks.&lt;/p&gt;
 &lt;p&gt;Best Regards,&lt;/p&gt;
 &lt;p&gt;Wei&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Questions about the ADRadioNet, how to deploy a network?</title><link>https://ez.analog.com/thread/4692?ContentTypeID=0</link><pubDate>Mon, 27 Apr 2015 12:17:11 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:fba13769-bae6-44ba-9e03-54bb72c0d7b1</guid><dc:creator>ADIApproved</dc:creator><slash:comments>3</slash:comments><comments>https://ez.analog.com/thread/4692?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4692/questions-about-the-adradionet-how-to-deploy-a-network/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span style="color:#000000;font-family:Times New Roman;font-size:12pt;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
 &lt;ol style="list-style-type:decimal;"&gt;
  &lt;li&gt;&lt;span style="color:#1f497d;"&gt;Could you please give some advices about how many EPs can be supported by one Route in below architecture?&lt;/span&gt;&lt;/li&gt;
 &lt;/ol&gt;
 &lt;p&gt;&lt;span style="color:#000000;font-family:Times New Roman;font-size:12pt;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="color:#000000;font-family:Times New Roman;font-size:12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EP--&amp;gt;Route--&amp;gt;CP&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="color:#1f497d;font-size:12pt;font-family:Calibri;"&gt;How many Routes&amp;nbsp; can be supported by one CP? If there are 10k EPs , how many Routes need to deploy. Whether it depends on the time interval to capture data and the transceiver range?&lt;/span&gt;&lt;span style="color:#000000;font-family:Times New Roman;font-size:12pt;"&gt; &lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="color:#000000;font-family:Times New Roman;font-size:12pt;"&gt;&amp;nbsp; 2. &lt;/span&gt;&lt;span style="color:#1f497d;"&gt;Whether the EP communicate with one Route at one time, and connect the EPs with the Route by Time Division Multiplexing? &lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="color:#1f497d;"&gt;&lt;span style="color:#575757;"&gt;3. &lt;/span&gt;How to quick start the custom network based on the ADRadioNet source code?&lt;/span&gt;&lt;span style="color:#000000;font-family:Times New Roman;font-size:12pt;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
 &lt;p style="margin:1em 0px;"&gt;&lt;span style="font-size:11.5pt;font-family:Times New Roman;"&gt;&lt;span style="color:#000000;"&gt;Open the workspace “&lt;/span&gt;&lt;em style="color:#000000;"&gt;ADRN01.eww&lt;/em&gt;&lt;span style="color:#000000;"&gt;” from “&lt;/span&gt;&lt;em style="color:#000000;"&gt;ADRadioNet01/Source/ADRN01_SRC_USE/IDE&lt;/em&gt;&lt;span style="color:#000000;"&gt;” folder under ADRadioNet package installation directory. I&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#1f497d;"&gt;&lt;span style="font-family:Calibri;font-size:12pt;"&gt;t seems we can’t download the IAR version V7.10.3 on the IAR website &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://supp.iar.com/Download/SW/?item=EWARM-EVAL" rel="nofollow" target="_blank"&gt;&lt;span style="color:#0563c1;font-size:12pt;text-decoration:underline;font-family:Calibri;"&gt;http://supp.iar.com/Download/SW/?item=EWARM-EVAL&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Calibri;font-size:12pt;"&gt;, So I can’t open the source code right now, could you please help?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
 &lt;p style="margin:1em 0px;"&gt;&lt;span style="color:#1f497d;font-size:12pt;font-family:Calibri;"&gt;4.&lt;/span&gt;&lt;span style="color:#1f497d;"&gt;In addition, I can’t find the schematics of the EV-ADRN-WSN-1Z, could you please help to provide the link to download?&lt;/span&gt;&lt;span style="color:#000000;font-family:Times New Roman;font-size:12pt;"&gt; &lt;/span&gt;&lt;/p&gt;
 &lt;p style="margin:1em 0px;"&gt;&lt;span style="color:#1f497d;font-size:12pt;font-family:Calibri;"&gt;Thanks and best regards,&lt;/span&gt;&lt;/p&gt;
 &lt;p style="margin:1em 0px;"&gt;&lt;span style="color:#1f497d;font-size:12pt;font-family:Calibri;"&gt;Wei &lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="color:#000000;font-family:Times New Roman;font-size:12pt;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to recover the setting on EV-ADRN-WSN-1Z</title><link>https://ez.analog.com/thread/4694?ContentTypeID=0</link><pubDate>Thu, 16 Apr 2015 11:07:10 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:164ca960-2b90-42cc-a13d-77ab90999393</guid><dc:creator>kj.liu</dc:creator><slash:comments>5</slash:comments><comments>https://ez.analog.com/thread/4694?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4694/how-to-recover-the-setting-on-ev-adrn-wsn-1z/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Sir,&lt;/p&gt;
 &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; First, I got the ADRN-WSN-1Z and the function is ok , but when one of colleague do some change on AnodeCoding and the problem happen. Although the main board still could be saw on PC, the data of Bunck WSN board can’t be read on&amp;nbsp; AnodeCenterPoint(seem doesn&amp;#39;t connect to Main board but the LED light in the first time when power on). I try to follow the User guide to back default setting . but it’s not work. Is there any suggestion in this to make it work?&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>ADuCRF101 demodulation principle?</title><link>https://ez.analog.com/thread/4695?ContentTypeID=0</link><pubDate>Thu, 09 Apr 2015 12:22:02 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:18dc7763-27d1-4b46-85e6-bc2b2dbf6180</guid><dc:creator>ADIApproved</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4695?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4695/aducrf101-demodulation-principle/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
 &lt;p&gt;May I know the ADuCRF101 demodulation principle?&lt;/p&gt;
 &lt;p&gt;Thanks and best regards,&lt;/p&gt;
 &lt;p&gt;Wei&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>advantges and disadvantages between the EV-ADRN-WSN-1Z and EV-ADRN WSN-2Z?</title><link>https://ez.analog.com/thread/4696?ContentTypeID=0</link><pubDate>Tue, 03 Mar 2015 13:22:22 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:9a56fef3-cbca-4a73-854f-54eda2066ad5</guid><dc:creator>ADIApproved</dc:creator><slash:comments>5</slash:comments><comments>https://ez.analog.com/thread/4696?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4696/advantges-and-disadvantages-between-the-ev-adrn-wsn-1z-and-ev-adrn-wsn-2z/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;What are the advantges and disadvantages between the &lt;span style="font-family:&amp;#39;Arial Unicode MS&amp;#39;,sans-serif;font-size:10pt;"&gt;EV-ADRN-WSN-1Z and EV-ADRN WSN-2Z, I don&amp;#39;t know which kits should be selected for WSN applications. Please advise. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span&gt;I need the schamatics of the Boards included in the EV-ADRN-WSN-1Z kits. &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>ADRadioNet for ADuCRF101</title><link>https://ez.analog.com/thread/4697?ContentTypeID=0</link><pubDate>Tue, 24 Feb 2015 05:51:53 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:abf3e2f4-782c-42ea-b0f9-fdd4fa3c7392</guid><dc:creator>ADIApproved</dc:creator><slash:comments>4</slash:comments><comments>https://ez.analog.com/thread/4697?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4697/adradionet-for-aducrf101/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
 &lt;p&gt;I can&amp;#39;t find ADRadioNet stack for ADuCRF101 on the web. Previous link &lt;span style="font-size:11.0pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#000066;"&gt;&lt;a class="jive-link-external-small" href="http://www.analog.com/ru/dsp-software/adradio-net/sw.html" rel="nofollow" target="_blank"&gt;http://www.analog.com/ru/dsp-software/adradio-net/sw.html&lt;/a&gt;&lt;/span&gt; does not work.&lt;/p&gt;
 &lt;p&gt;Could you please provide the latest version of ADRadioNet for ADuCRF101? Thank you in advance.&lt;/p&gt;
 &lt;p&gt;Regards,&lt;/p&gt;
 &lt;p&gt;Ivan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>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?</title><link>https://ez.analog.com/thread/4698?ContentTypeID=0</link><pubDate>Tue, 18 Nov 2014 02:01:29 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:a6bfee72-9d46-459e-b546-ab97fc24e010</guid><dc:creator>jtree</dc:creator><slash:comments>4</slash:comments><comments>https://ez.analog.com/thread/4698?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4698/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/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I went to Electronica trade fair in Munich last week and a guy at the AD stand showed me one of the above mentioned WSN development kits. On the AD website (&lt;a class="jive-link-external-small" href="http://www.analog.com/en/evaluation/eval-wsn/eb.html#product-details" rel="nofollow" target="_blank"&gt;Wireless Sensor Network (WSN) Development Kits | Analog Devices&lt;/a&gt;&lt;span style="font-size:10pt;line-height:1.5em;"&gt;) two different part numbers (EV-ADRN-WSN-1Z and EV-ADRN-WSN-2Z) can be found. What&amp;#39;s the difference?&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;I&amp;#39;d like to order one of those kits now, but it seems like they&amp;#39;re not avaiable, yet, are they?&lt;/p&gt;
 &lt;p&gt;Thanks in advance for your support.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How can I capture sensor data and use it in my application?</title><link>https://ez.analog.com/thread/4699?ContentTypeID=0</link><pubDate>Fri, 17 Oct 2014 15:49:00 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:d0a40855-ed4c-4868-afd5-85db2a17cb4f</guid><dc:creator>harish.katam</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4699?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4699/how-can-i-capture-sensor-data-and-use-it-in-my-application/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin-bottom:.0001pt;"&gt;&lt;span style="font-size:12.0pt;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;"&gt;Does source code for the PC tool application available? If not can you recommend a simple method to extract the Sensor Data from packet so that I can capture and use it in my application?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How the payload in ADRadioNet protocol is encoded</title><link>https://ez.analog.com/thread/4700?ContentTypeID=0</link><pubDate>Fri, 17 Oct 2014 15:28:07 GMT</pubDate><guid isPermaLink="false">a884d118-f55f-49de-87eb-b9dbaf99b3e3:c2c50e61-f3eb-4392-940e-10f3f49b0ef2</guid><dc:creator>harish.katam</dc:creator><slash:comments>1</slash:comments><comments>https://ez.analog.com/thread/4700?ContentTypeID=0</comments><wfw:commentRss>https://ez.analog.com/wireless-sensor-networks-reference-library/adradionet/f/discussions/4700/how-the-payload-in-adradionet-protocol-is-encoded/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-size:11.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;&lt;span style="font-size:11.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Is there a description of how the payload in ADRadioNet protocol is encoded? It&amp;#39;s in hex but I suspect there is another step to extract some useful info from it.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>