<?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 Re: Raspberry Pi Data in Dashboard in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/raspberry-pi-data-in-dashboard/m-p/1277280#M7622</link>
    <description>&lt;P&gt;Great question&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/673882"&gt;@emmabard&lt;/a&gt;&amp;nbsp;- what kind of data? Does it have an 'XY' or a geolocation? Or, do you want to 'join' it to an existing location (location of stream gauge sensor, or weather sensor, etc.).&lt;/P&gt;&lt;P&gt;Short answer is for sure - I would take a look at using ArcGIS Online and then scheduling a push/sync/update of your data from the Raspberry Pi via a Python script. The ArcGIS Python API has some great documentation and you could even use one of the ArcGIS Notebooks to schedule the script to run.&lt;/P&gt;&lt;P&gt;There is a blog right here with some older instructions/workflow:&amp;nbsp;&lt;A href="https://community.esri.com/t5/k12-instruction-questions/arcgis-api-for-python-on-a-raspberry-pi-happy-pi/td-p/866300" target="_blank"&gt;https://community.esri.com/t5/k12-instruction-questions/arcgis-api-for-python-on-a-raspberry-pi-happy-pi/td-p/866300&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2023 13:47:14 GMT</pubDate>
    <dc:creator>BrianBaldwin</dc:creator>
    <dc:date>2023-04-11T13:47:14Z</dc:date>
    <item>
      <title>Raspberry Pi Data in Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/raspberry-pi-data-in-dashboard/m-p/1277245#M7620</link>
      <description>&lt;P&gt;Hello, I am trying to create an ArcGIS Dashboard that shows real time data from a raspberry pi. My first question is, is this possible to do in ArcGIS Online or do I need to do this in Pro? My second question is how to do I get the data from the raspberry pi to ArcGIS in realtime? Thank you in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 12:31:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/raspberry-pi-data-in-dashboard/m-p/1277245#M7620</guid>
      <dc:creator>emmabard</dc:creator>
      <dc:date>2023-04-11T12:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Raspberry Pi Data in Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/raspberry-pi-data-in-dashboard/m-p/1277251#M7621</link>
      <description>&lt;P&gt;Hi, first tings first, I am not sure if it is possible to link your RasPi data to ArcGIS.&lt;BR /&gt;&lt;BR /&gt;Also, I do not know what data from the RasPi you want to show. I would assume that you have to write your data into one or the other database. Since the database can be connected through a data store it should be theoretically possible to do such thing.&lt;BR /&gt;On the other hand, there are a couple of dashboards available that you can run on your RasPi…&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 12:45:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/raspberry-pi-data-in-dashboard/m-p/1277251#M7621</guid>
      <dc:creator>TomGeo</dc:creator>
      <dc:date>2023-04-11T12:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Raspberry Pi Data in Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/raspberry-pi-data-in-dashboard/m-p/1277280#M7622</link>
      <description>&lt;P&gt;Great question&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/673882"&gt;@emmabard&lt;/a&gt;&amp;nbsp;- what kind of data? Does it have an 'XY' or a geolocation? Or, do you want to 'join' it to an existing location (location of stream gauge sensor, or weather sensor, etc.).&lt;/P&gt;&lt;P&gt;Short answer is for sure - I would take a look at using ArcGIS Online and then scheduling a push/sync/update of your data from the Raspberry Pi via a Python script. The ArcGIS Python API has some great documentation and you could even use one of the ArcGIS Notebooks to schedule the script to run.&lt;/P&gt;&lt;P&gt;There is a blog right here with some older instructions/workflow:&amp;nbsp;&lt;A href="https://community.esri.com/t5/k12-instruction-questions/arcgis-api-for-python-on-a-raspberry-pi-happy-pi/td-p/866300" target="_blank"&gt;https://community.esri.com/t5/k12-instruction-questions/arcgis-api-for-python-on-a-raspberry-pi-happy-pi/td-p/866300&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 13:47:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/raspberry-pi-data-in-dashboard/m-p/1277280#M7622</guid>
      <dc:creator>BrianBaldwin</dc:creator>
      <dc:date>2023-04-11T13:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Raspberry Pi Data in Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/raspberry-pi-data-in-dashboard/m-p/1277297#M7624</link>
      <description>&lt;P&gt;I think &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/366"&gt;@BrianBaldwin&lt;/a&gt;&amp;nbsp; has the right answer here. I'd add, though, that the ArcGIS Python API can be a bit &lt;EM&gt;bloated&lt;/EM&gt; for single-purpose scripts like updating a feature / layer. Odds are you only need a couple of the submodules or dependencies, and the rest will be wasted space.&lt;/P&gt;&lt;P&gt;If you use the &lt;STRONG&gt;requests&lt;/STRONG&gt; and &lt;STRONG&gt;json &lt;/STRONG&gt;modules, you should be able to do everything you need making POST requests to the feature layer's REST endpoint. We have a couple of lightweight scripts for updating single layers, and they can execute in less time than it takes to import the arcgis module.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 14:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/raspberry-pi-data-in-dashboard/m-p/1277297#M7624</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2023-04-11T14:06:54Z</dc:date>
    </item>
  </channel>
</rss>

