<?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: Control Arduino using SR300 Realsense via Bluetooth in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Control-Arduino-using-SR300-Realsense-via-Bluetooth/m-p/490538#M5596</link>
    <description>&lt;P&gt;Hi MartyG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to establish something like in the video link you sent me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The forum discussion link that you sent me says it is not possible without an Intel edison. But is it possible to establish communication using UART?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2017 10:02:57 GMT</pubDate>
    <dc:creator>MMoha17</dc:creator>
    <dc:date>2017-02-16T10:02:57Z</dc:date>
    <item>
      <title>Control Arduino using SR300 Realsense via Bluetooth</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Control-Arduino-using-SR300-Realsense-via-Bluetooth/m-p/490536#M5594</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an arduino robot and a bluetooth module is connected from the arduino robot to another bluetooth module connected to an Arduino Uno. The robot can be controlled via a GUI from PC via bluetooth and everything works perfectly. However, I would like it to be controlled by gestures received from a Realsense camera. May I know how this can be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 07:00:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Control-Arduino-using-SR300-Realsense-via-Bluetooth/m-p/490536#M5594</guid>
      <dc:creator>MMoha17</dc:creator>
      <dc:date>2017-02-16T07:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Control Arduino using SR300 Realsense via Bluetooth</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Control-Arduino-using-SR300-Realsense-via-Bluetooth/m-p/490537#M5595</link>
      <description>&lt;P&gt;Using Arduino with RealSense has always been problematic, because the Arduino board is USB 2.0 and the RealSense camera needs USB 3.0.  So developers had to create a bridge between the two, because they could not be connected together directly.  Even then, to the best of my recollection, only raw camera data could be sent to the Arduino rather than anything that was very advanced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Things became a bit easier when the Intel Edison board came out, which can be bought in a kit containing an Arduino breakout board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having said that, it should be possible to do something with the Arduino Uno you already have.  In this video, the RealSense camera is used with Arduino to control a moving robot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=ZbO61CKnxmc"&gt;https://www.youtube.com/watch?v=ZbO61CKnxmc&lt;/A&gt; Controlling an Arduino Robot with Intel RealSense - YouTube&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one other discussion on the RealSense forums about trying to use RealSense with an Uno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/realsense/topic/623621"&gt;https://software.intel.com/en-us/forums/realsense/topic/623621&lt;/A&gt; Intel RealSense Camera and Arduino &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 09:19:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Control-Arduino-using-SR300-Realsense-via-Bluetooth/m-p/490537#M5595</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-02-16T09:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Control Arduino using SR300 Realsense via Bluetooth</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Control-Arduino-using-SR300-Realsense-via-Bluetooth/m-p/490538#M5596</link>
      <description>&lt;P&gt;Hi MartyG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to establish something like in the video link you sent me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The forum discussion link that you sent me says it is not possible without an Intel edison. But is it possible to establish communication using UART?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 10:02:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Control-Arduino-using-SR300-Realsense-via-Bluetooth/m-p/490538#M5596</guid>
      <dc:creator>MMoha17</dc:creator>
      <dc:date>2017-02-16T10:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Control Arduino using SR300 Realsense via Bluetooth</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Control-Arduino-using-SR300-Realsense-via-Bluetooth/m-p/490539#M5597</link>
      <description>&lt;P&gt;I believe that this is pretty much the recommendation of Samontab (who is very knowledgeable on such subjects) - use a serial connection with Arduino to communicate with the camera.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://forum.arduino.cc/index.php?topic=391722.0"&gt;http://forum.arduino.cc/index.php?topic=391722.0&lt;/A&gt; Intel Real Sense Camera + Arduino &lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 10:17:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Control-Arduino-using-SR300-Realsense-via-Bluetooth/m-p/490539#M5597</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-02-16T10:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Control Arduino using SR300 Realsense via Bluetooth</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Control-Arduino-using-SR300-Realsense-via-Bluetooth/m-p/490540#M5598</link>
      <description>&lt;P&gt;Hi MartyG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to connect the 2 devices without the intel edison but only using serial communication?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 10:26:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Control-Arduino-using-SR300-Realsense-via-Bluetooth/m-p/490540#M5598</guid>
      <dc:creator>MMoha17</dc:creator>
      <dc:date>2017-02-16T10:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Control Arduino using SR300 Realsense via Bluetooth</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Control-Arduino-using-SR300-Realsense-via-Bluetooth/m-p/490541#M5599</link>
      <description>&lt;P&gt;I've reached the limits of my knowledge about communicating between RealSense and Arduino, sadly and I could not find any other helpful information sources about it on the net.  One way to get some useful insights about how to proceed from here may be to look at this article about controlling a water pump with Arduino Uno using RealSense's direct predecessor, 2013's Intel Perceptual Computing Camera.  The PCC and RealSense are not compatible hardware, but you may be able to get useful insights about making a bridge to RealSense from it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.instructables.com/id/The-Pee-Timer-Connecting-the-Arduino-the-Intel-Per/"&gt;http://www.instructables.com/id/The-Pee-Timer-Connecting-the-Arduino-the-Intel-Per/&lt;/A&gt; The Pee Timer: Connecting the Arduino, the Intel Perceptual Computing Camera, and a Submersible Water Pump &lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 10:49:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Control-Arduino-using-SR300-Realsense-via-Bluetooth/m-p/490541#M5599</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-02-16T10:49:15Z</dc:date>
    </item>
  </channel>
</rss>

