<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Peter, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024286#M39460</link>
    <description>&lt;P&gt;Hi Peter,&lt;/P&gt;

&lt;P&gt;Thank you for the reply. I am finding that that Arduino IDE delivery of the sketch is broken. Something changed between the Gen1 and Gen2 as there are other issues I am seeing with IoTkit 1.1 too. The Galileo Gen2 console reports a segfault after upload of the sketch from Arduino IDE 1.5.3 (1.0.4).&lt;/P&gt;

&lt;P&gt;Are you able to use the python version with the Arduino breakout board and shields? At this point I am open to other options.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;

&lt;P&gt;Chandler&lt;/P&gt;</description>
    <pubDate>Tue, 16 Dec 2014 15:31:45 GMT</pubDate>
    <dc:creator>Chandler_H_</dc:creator>
    <dc:date>2014-12-16T15:31:45Z</dc:date>
    <item>
      <title>Arduino IoTkitSimpleExample on Edison does not appear to send to dashboard</title>
      <link>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024283#M39457</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;I have activated an Intel Edison with Arduino breakout board on the &lt;A href="http://dashboard.us.enableiot.com" target="_blank"&gt;http://dashboard.us.enableiot.com&lt;/A&gt; site as well as registered a component with the catalog (ie: temp with temperature.v1.0)&lt;/P&gt;&lt;P&gt;This all works with the Galileo Gen1 with the Gen1 consistently uploading the values to the dashboard successfully.&lt;/P&gt;&lt;P&gt;Steps taken:&lt;/P&gt;&lt;P&gt;I loaded the Arduino IotKitSimpleExampleSendTemp sketch, the sketch appears to go in with a "Done Loading" and "Transfer Complete" like the Gen1 does.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;On the Edison&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1) issued iotkit-admin intialize&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2014-12-15T21:06:45.701Z - info: Token file: /usr/share/iotkit-agent/certs/token.json&lt;/P&gt;&lt;P&gt;2014-12-15T21:06:45.736Z - info: Using data store: /usr/share/iotkit-agent/data/&lt;/P&gt;&lt;P&gt;2014-12-15T21:06:45.742Z - info: Initialized&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2) issued iotkit-admin test&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;root@labgarage:/tmp# iotkit-admin test&lt;/P&gt;&lt;P&gt;2014-12-15T21:06:57.832Z - info: Trying to connect to host ...&lt;/P&gt;&lt;P&gt;2014-12-15T21:06:59.725Z - info: Connected to dashboard.us.enableiot.com&lt;/P&gt;&lt;P&gt;2014-12-15T21:06:59.729Z - info: Environment: prod&lt;/P&gt;&lt;P&gt;2014-12-15T21:06:59.731Z - info: Build: 0.11.2&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3) issued iotkit-admin device-id and activate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;root@labgarage:/tmp# iotkit-admin device-id&lt;/P&gt;&lt;P&gt;2014-12-15T21:07:19.432Z - info: Device ID: aa-2c-2b-97-14-60&lt;/P&gt;&lt;P&gt;root@labgarage:/tmp# iotkit-admin activate O3FGhqhH&lt;/P&gt;&lt;P&gt;2014-12-15T21:08:19.218Z - info: Activating ...&lt;/P&gt;&lt;P&gt;2014-12-15T21:08:20.506Z - info: Saving device token...&lt;/P&gt;&lt;P&gt;2014-12-15T21:08:20.519Z - info: Sending attributes...&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4) issued iotkit-admin register temp temperature.v1.0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;root@labgarage:/tmp# iotkit-admin register temp temperature.v1.0&lt;/P&gt;&lt;P&gt;2014-12-15T21:09:18.958Z - info: Starting registration ...&lt;/P&gt;&lt;P&gt;2014-12-15T21:09:19.076Z - info: Sending attributes...&lt;/P&gt;&lt;P&gt;Attributes sent&lt;/P&gt;&lt;P&gt;2014-12-15T21:09:21.912Z - info: Component registered name=temp, type=temperature.v1.0, cid=4cfd2491-f59f-43c6-8fce-95b98c75d845&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root@labgarage:/tmp# tail -f agent.log&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;{"level":"info","message":"Using data store: /usr/share/iotkit-agent/data/","timestamp":"2014-12-15T21:06:45.739Z"}&lt;/P&gt;&lt;P&gt;{"level":"info","message":"Initialized","timestamp":"2014-12-15T21:06:45.743Z"}&lt;/P&gt;&lt;P&gt;{"level":"info","message":"Trying to connect to host ...","timestamp":"2014-12-15T21:06:57.849Z"}&lt;/P&gt;&lt;P&gt;{"level":"info","message":"Connected to dashboard.us.enableiot.com","timestamp":"2014-12-15T21:06:59.727Z"}&lt;/P&gt;&lt;P&gt;{"level":"info","message":"Device ID: aa-2c-2b-97-14-60","timestamp":"2014-12-15T21:07:19.450Z"}&lt;/P&gt;&lt;P&gt;{"level":"info","message":"Activating ...","timestamp":"2014-12-15T21:08:19.235Z"}&lt;/P&gt;&lt;P&gt;{"level":"info","message":"Saving device token...","timestamp":"2014-12-15T21:08:20.508Z"}&lt;/P&gt;&lt;P&gt;{"level":"info","message":"Sending attributes...","timestamp":"2014-12-15T21:08:20.520Z"}&lt;/P&gt;&lt;P&gt;{"level":"info","message":"Starting registration ...","timestamp":"2014-12-15T21:09:18.977Z"}&lt;/P&gt;&lt;P&gt;{"0":{"name":"temp","type":"temperature.v1.0","cid":"4cfd2491-f59f-43c6-8fce-95b98c75d845"},"level":"info","message":"Component registered","timestamp":"2014-12-15T21:09:21.916Z"}&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The iotkit-agent never sends the value of "temp".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you for any insight you may be able to provide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2014 21:33:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024283#M39457</guid>
      <dc:creator>Chandler_H_</dc:creator>
      <dc:date>2014-12-15T21:33:37Z</dc:date>
    </item>
    <item>
      <title>A quick add, I was able to</title>
      <link>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024284#M39458</link>
      <description>&lt;P&gt;A quick add, I was able to send a manual "observation" using the component "temp" to "temperature.v1.0.&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;STRONG&gt;root@labgarage:/tmp# iotkit-admin observation temp 110&lt;/STRONG&gt;&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:27.263Z - &lt;SPAN class="s1"&gt;debug&lt;/SPAN&gt;: Proxy Connector : rest&amp;nbsp; to be Set&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:27.303Z - &lt;SPAN class="s1"&gt;debug&lt;/SPAN&gt;: Rest Proxy Created&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:27.553Z - &lt;SPAN class="s1"&gt;debug&lt;/SPAN&gt;: Filename&amp;nbsp; /usr/share/iotkit-agent/certs/token.json&amp;nbsp; read&amp;nbsp; deviceToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJqdGkiOiJmY2NhMjUzMC1jOTNiLTQwMTgtYTQ4Yy0xODZjYzAyMmY1MGQiLCJpc3MiOiJodHRwOi8vZW5hYmxlaW90LmNvbSIsInN1YiI6ImFhLTJjLTJiLTk3LTE0LTYwIiwiZXhwIjoiMjAyNC0xMi0xMlQyMTowODoyMC40MjNaIn0.K8RRVR6MkDc00MDAkLCR-MxTQWt03ggKxeOtqvhJB49kfKJ4KOWhdrC51JB8onJgAFOilHluakqT1Px-0RlyEvaSqoXp0VkmCrO2bfXyp7TtYDIKRAuVfnGE4xs7bgdKV0yKkKtIjKJlMi15MwO4tzrd4hDCDfXPBttLKU8JFwyhHtceNjbUB9ikBptquEtTUuFrJAU214iDIU1PNO-MH3NOWVUDXQocJmwN2MFSs_YnaSwMaU2lAn_-iGjnbTxkX7OP0uLg7ke0qclZ97Awf2Ogg-_KYeLFGUd2qtZDA-duT10g7tdyLBFW3S36OmKxCi2lzBpIbDx5-sPAckmk8w, accountId=4b9ca90a-5cb1-4a35-b14b-f9c261c4cae6&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:27.559Z - &lt;SPAN class="s1"&gt;debug&lt;/SPAN&gt;: Cloud Proxy Created with Cloud Handler&amp;nbsp; rest&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:27.561Z - &lt;SPAN class="s1"&gt;debug&lt;/SPAN&gt;: Starting Activate Process function&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:27.563Z - &lt;SPAN class="s1"&gt;debug&lt;/SPAN&gt;: The user is:&amp;nbsp; aa-2c-2b-97-14-60&amp;nbsp; and password&amp;nbsp; eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJqdGkiOiJmY2NhMjUzMC1jOTNiLTQwMTgtYTQ4Yy0xODZjYzAyMmY1MGQiLCJpc3MiOiJodHRwOi8vZW5hYmxlaW90LmNvbSIsInN1YiI6ImFhLTJjLTJiLTk3LTE0LTYwIiwiZXhwIjoiMjAyNC0xMi0xMlQyMTowODoyMC40MjNaIn0.K8RRVR6MkDc00MDAkLCR-MxTQWt03ggKxeOtqvhJB49kfKJ4KOWhdrC51JB8onJgAFOilHluakqT1Px-0RlyEvaSqoXp0VkmCrO2bfXyp7TtYDIKRAuVfnGE4xs7bgdKV0yKkKtIjKJlMi15MwO4tzrd4hDCDfXPBttLKU8JFwyhHtceNjbUB9ikBptquEtTUuFrJAU214iDIU1PNO-MH3NOWVUDXQocJmwN2MFSs_YnaSwMaU2lAn_-iGjnbTxkX7OP0uLg7ke0qclZ97Awf2Ogg-_KYeLFGUd2qtZDA-duT10g7tdyLBFW3S36OmKxCi2lzBpIbDx5-sPAckmk8w&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:27.569Z - &lt;SPAN class="s2"&gt;info&lt;/SPAN&gt;: Sending attributes...&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:27.571Z - &lt;SPAN class="s1"&gt;debug&lt;/SPAN&gt;: Attributes Registration :&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:27.572Z - &lt;SPAN class="s1"&gt;debug&lt;/SPAN&gt;: Attributes ,&amp;nbsp; deviceId=aa-2c-2b-97-14-60, deviceToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJqdGkiOiJmY2NhMjUzMC1jOTNiLTQwMTgtYTQ4Yy0xODZjYzAyMmY1MGQiLCJpc3MiOiJodHRwOi8vZW5hYmxlaW90LmNvbSIsInN1YiI6ImFhLTJjLTJiLTk3LTE0LTYwIiwiZXhwIjoiMjAyNC0xMi0xMlQyMTowODoyMC40MjNaIn0.K8RRVR6MkDc00MDAkLCR-MxTQWt03ggKxeOtqvhJB49kfKJ4KOWhdrC51JB8onJgAFOilHluakqT1Px-0RlyEvaSqoXp0VkmCrO2bfXyp7TtYDIKRAuVfnGE4xs7bgdKV0yKkKtIjKJlMi15MwO4tzrd4hDCDfXPBttLKU8JFwyhHtceNjbUB9ikBptquEtTUuFrJAU214iDIU1PNO-MH3NOWVUDXQocJmwN2MFSs_YnaSwMaU2lAn_-iGjnbTxkX7OP0uLg7ke0qclZ97Awf2Ogg-_KYeLFGUd2qtZDA-duT10g7tdyLBFW3S36OmKxCi2lzBpIbDx5-sPAckmk8w, agent_version=1.5.0, hardware_vendor=Genuine Intel(R) CPU &amp;nbsp; 4000&amp;nbsp; @&amp;nbsp; 500MHz, hardware_model=linux, Model Name=ia32, Firmware Version=3.10.17-poky-edison+, gatewayId=aa-2c-2b-97-14-60&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:28.963Z - &lt;SPAN class="s1"&gt;debug&lt;/SPAN&gt;: attributes has returned from&amp;nbsp; rest&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:28.970Z - &lt;SPAN class="s1"&gt;debug&lt;/SPAN&gt;: Filename&amp;nbsp; /usr/share/iotkit-agent/data/sensor-list.json&amp;nbsp; read&amp;nbsp; name=temp, type=temperature.v1.0, cid=4cfd2491-f59f-43c6-8fce-95b98c75d845&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:28.989Z - &lt;SPAN class="s2"&gt;info&lt;/SPAN&gt;: Submitting:&amp;nbsp; n=temp, v=110&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:28.995Z - &lt;SPAN class="s1"&gt;debug&lt;/SPAN&gt;: Metric doc: {"accountId":"4b9ca90a-5cb1-4a35-b14b-f9c261c4cae6","did":"aa-2c-2b-97-14-60","on":1418679388992,"count":1,"data":[{"on":1418679388992,"value":"110","cid":"4cfd2491-f59f-43c6-8fce-95b98c75d845"}],"gatewayId":"aa-2c-2b-97-14-60","deviceToken":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJqdGkiOiJmY2NhMjUzMC1jOTNiLTQwMTgtYTQ4Yy0xODZjYzAyMmY1MGQiLCJpc3MiOiJodHRwOi8vZW5hYmxlaW90LmNvbSIsInN1YiI6ImFhLTJjLTJiLTk3LTE0LTYwIiwiZXhwIjoiMjAyNC0xMi0xMlQyMTowODoyMC40MjNaIn0.K8RRVR6MkDc00MDAkLCR-MxTQWt03ggKxeOtqvhJB49kfKJ4KOWhdrC51JB8onJgAFOilHluakqT1Px-0RlyEvaSqoXp0VkmCrO2bfXyp7TtYDIKRAuVfnGE4xs7bgdKV0yKkKtIjKJlMi15MwO4tzrd4hDCDfXPBttLKU8JFwyhHtceNjbUB9ikBptquEtTUuFrJAU214iDIU1PNO-MH3NOWVUDXQocJmwN2MFSs_YnaSwMaU2lAn_-iGjnbTxkX7OP0uLg7ke0qclZ97Awf2Ogg-_KYeLFGUd2qtZDA-duT10g7tdyLBFW3S36OmKxCi2lzBpIbDx5-sPAckmk8w"}&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:28.998Z - &lt;SPAN class="s1"&gt;debug&lt;/SPAN&gt;: Metric doc: {"accountId":"4b9ca90a-5cb1-4a35-b14b-f9c261c4cae6","did":"aa-2c-2b-97-14-60","on":1418679388992,"count":1,"data":[{"on":1418679388992,"value":"110","cid":"4cfd2491-f59f-43c6-8fce-95b98c75d845"}],"gatewayId":"aa-2c-2b-97-14-60","deviceToken":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJqdGkiOiJmY2NhMjUzMC1jOTNiLTQwMTgtYTQ4Yy0xODZjYzAyMmY1MGQiLCJpc3MiOiJodHRwOi8vZW5hYmxlaW90LmNvbSIsInN1YiI6ImFhLTJjLTJiLTk3LTE0LTYwIiwiZXhwIjoiMjAyNC0xMi0xMlQyMTowODoyMC40MjNaIn0.K8RRVR6MkDc00MDAkLCR-MxTQWt03ggKxeOtqvhJB49kfKJ4KOWhdrC51JB8onJgAFOilHluakqT1Px-0RlyEvaSqoXp0VkmCrO2bfXyp7TtYDIKRAuVfnGE4xs7bgdKV0yKkKtIjKJlMi15MwO4tzrd4hDCDfXPBttLKU8JFwyhHtceNjbUB9ikBptquEtTUuFrJAU214iDIU1PNO-MH3NOWVUDXQocJmwN2MFSs_YnaSwMaU2lAn_-iGjnbTxkX7OP0uLg7ke0qclZ97Awf2Ogg-_KYeLFGUd2qtZDA-duT10g7tdyLBFW3S36OmKxCi2lzBpIbDx5-sPAckmk8w"}&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:29.006Z - &lt;SPAN class="s1"&gt;debug&lt;/SPAN&gt;: Metadata Device:&amp;nbsp; aa-2c-2b-97-14-60 Updated :&amp;nbsp; agent_version=1.5.0, hardware_vendor=Genuine Intel(R) CPU &amp;nbsp; 4000&amp;nbsp; @&amp;nbsp; 500MHz, hardware_model=linux, Model Name=ia32, Firmware Version=3.10.17-poky-edison+, created=1418677657734, components=[name=temp, type=temperature.v1.0, cid=4cfd2491-f59f-43c6-8fce-95b98c75d845], deviceId=aa-2c-2b-97-14-60, gatewayId=aa-2c-2b-97-14-60, name=aa-2c-2b-97-14-60, status=active&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:30.123Z - &lt;SPAN class="s1"&gt;debug&lt;/SPAN&gt;: Response From data Submission from API&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:30.126Z - &lt;SPAN class="s2"&gt;info&lt;/SPAN&gt;: Response received:&amp;nbsp; response=none detail, status=0&lt;/P&gt;

&lt;P class="p1"&gt;2014-12-15T21:36:30.130Z - &lt;SPAN class="s2"&gt;info&lt;/SPAN&gt;: Observation Sent response=none detail, status=0&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2014 21:44:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024284#M39458</guid>
      <dc:creator>Chandler_H_</dc:creator>
      <dc:date>2014-12-15T21:44:20Z</dc:date>
    </item>
    <item>
      <title>I am not sure is this is</title>
      <link>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024285#M39459</link>
      <description>&lt;P&gt;&lt;S&gt;It could be that you are using "iotkit-admin register temp temperature.v1.0" and then "iotkit.send("temperature sensor", temp);" so the paramerters don't match&lt;/S&gt;. I looked back at your post and noticed you had the parameter correct.&lt;/P&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;I am not sure is this is exactly your problem or not but I had a similar thing with the Python version at &lt;A href="https://github.com/enableiot/iotkit-samples/blob/master/python/IoTkitSimpleExample.py"&gt;https://github.com/enableiot/iotkit-samples/blob/master/python/IoTkitSimpleExample.py&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It tool me a little while (due to lack of good documentation) to realise that the way this all works is that you have an iot-agent that acts as a gateway for the observations from one-many iot-clients. When you look at the IoT solution architecture that we are delivering this makes perfect sense.&lt;/P&gt;

&lt;P&gt;As I understand it, when you issue "iotkit-admin observation temp 110", this actually starts up an iot-agent on the localhost on behalf of the command, then sends the observation to the cloud and then shuts down the agent.&lt;/P&gt;

&lt;P&gt;Therefore, if you want to&amp;nbsp;send the observation to the cloud, you need the agent running separately and you send the observation to the host that the agent is running on (which may be localhost) as opposed to directly to the cloud.&lt;/P&gt;

&lt;P&gt;When I did this with the Python version without the agent running and pointed directly to the cloud, the send observation function failed transparently. When I started the agent in the background&amp;nbsp;and then left the code as localhost (127.0.0.1) UDP all worked fine.&lt;/P&gt;

&lt;P&gt;Disclaimer: I am a "user" of the IoT-kit and am not involved in the actual IoT program so I am speaking from personal experience rather than actual knowledge/training.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2014 02:13:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024285#M39459</guid>
      <dc:creator>PeterKerney</dc:creator>
      <dc:date>2014-12-16T02:13:00Z</dc:date>
    </item>
    <item>
      <title>Hi Peter,</title>
      <link>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024286#M39460</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;

&lt;P&gt;Thank you for the reply. I am finding that that Arduino IDE delivery of the sketch is broken. Something changed between the Gen1 and Gen2 as there are other issues I am seeing with IoTkit 1.1 too. The Galileo Gen2 console reports a segfault after upload of the sketch from Arduino IDE 1.5.3 (1.0.4).&lt;/P&gt;

&lt;P&gt;Are you able to use the python version with the Arduino breakout board and shields? At this point I am open to other options.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;

&lt;P&gt;Chandler&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2014 15:31:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024286#M39460</guid>
      <dc:creator>Chandler_H_</dc:creator>
      <dc:date>2014-12-16T15:31:45Z</dc:date>
    </item>
    <item>
      <title>Unfortunately I cannot</title>
      <link>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024287#M39461</link>
      <description>&lt;P&gt;Unfortunately I cannot comment on the Galileo issues you are facing. I am using Edison with the Arduino board&amp;nbsp;and have the Python temperature update working with the code below (basically the same code from GitHub) from the shell when running the iot-agent on localhost as a daemon started from systemctld.&lt;/P&gt;

&lt;P&gt;I have not used IoT dev kit from Arduino at all I might give that a try at some point. I am just starting to play with Python IoT and the dashboard. Not started on shields yet. I was planning on tackling mraa and SPI/I2C next in order to get my SSD1603 OLED display working.&lt;/P&gt;

&lt;P&gt;#!/usr/bin/python&lt;BR /&gt;
	&lt;BR /&gt;
	import os&lt;BR /&gt;
	import socket&lt;BR /&gt;
	import json&lt;BR /&gt;
	import time&lt;BR /&gt;
	&lt;BR /&gt;
	HOST = "localhost"&lt;BR /&gt;
	PORT = 41234&lt;BR /&gt;
	INTERVAL = 60&lt;BR /&gt;
	&lt;BR /&gt;
	def send_data(metric_name, value):&lt;BR /&gt;
	#&amp;nbsp;&amp;nbsp;&amp;nbsp; print "Sending data", metric_name, value&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; msg = {&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "n": metric_name,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "v": value&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; sock.sendto(json.dumps(msg), (HOST, PORT))&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;BR /&gt;
	def get_temp():&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; temp = 0.1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; temp_src = "/sys/class/thermal/thermal_zone3/temp"&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; if os.path.isfile(temp_src):&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f = open(temp_src)&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t = f.read()&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; temp = int(float(t)) / 1000&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; except IOError:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pass&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return temp&lt;BR /&gt;
	&lt;BR /&gt;
	next_send_time = 0&lt;BR /&gt;
	while True:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; t = time.time()&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; if t &amp;gt; next_send_time:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; temp = get_temp()&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; send_data("temp", temp)&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; next_send_time = t + INTERVAL&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; time.sleep(1)&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 04:51:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024287#M39461</guid>
      <dc:creator>PeterKerney</dc:creator>
      <dc:date>2014-12-17T04:51:07Z</dc:date>
    </item>
    <item>
      <title>@ Chandler </title>
      <link>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024288#M39462</link>
      <description>&lt;P&gt;@ Chandler&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	Have you tried starting the iotkit-agent?&lt;BR /&gt;
	Use root:~# systemctl start iotkit-agent&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2014 04:32:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024288#M39462</guid>
      <dc:creator>Rahul_S_</dc:creator>
      <dc:date>2014-12-22T04:32:54Z</dc:date>
    </item>
    <item>
      <title>@ Rahul,</title>
      <link>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024289#M39463</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;@ Rahul,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I have started the iotkit-agent and it is running. I just never see any data passed from the arduino side to the agent and off to the dashboard.&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jan 2015 14:31:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Arduino-IoTkitSimpleExample-on-Edison-does-not-appear-to-send-to/m-p/1024289#M39463</guid>
      <dc:creator>Chandler_H_</dc:creator>
      <dc:date>2015-01-01T14:31:07Z</dc:date>
    </item>
  </channel>
</rss>

