<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Connecting and Unpacking or Routing from Arduino uno]]></title><description><![CDATA[<pre><code>
* Hi everyone 
I have searched around, I found any solutions that match my problem or are up-to-date unfortunately.

I’m having trouble unpacking and/Or routing the data coming in from sensors attached to my Arduino uno. The senses are working fine when I check the Arduino serial monitor before I began looking at the PD patch.

I just can’t seem to get them to unpack, or route in PD 0.5

Just wondering if anyone else has solved this - or has found this to be a problem?

Attached are images of two separate Arduino Scripps I’ve tried. One to try unpacking, the other to  try routing - Plus, an image of my pure data patch to try testing the incoming signal data.

![Arduino-Sensors Input-Unpack.png](/uploads/files/1729806028184-arduino-sensors-input-unpack.png) [sAp-Sensors Input Test.pd](/uploads/files/1729806028183-sap-sensors-input-test.pd) ![sAp-Sensors test-pd Image.png](/uploads/files/1729806028184-sap-sensors-test-pd-image.png) ![Arduino-Sensors Input-Route.png](/uploads/files/1729806028179-arduino-sensors-input-route.png) 
</code></pre>
]]></description><link>http://forum.pdpatchrepo.info/topic/14910/connecting-and-unpacking-or-routing-from-arduino-uno</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 07:36:42 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/14910.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Oct 2024 21:49:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Connecting and Unpacking or Routing from Arduino uno on Thu, 24 Oct 2024 21:49:26 GMT]]></title><description><![CDATA[<pre><code>
* Hi everyone 
I have searched around, I found any solutions that match my problem or are up-to-date unfortunately.

I’m having trouble unpacking and/Or routing the data coming in from sensors attached to my Arduino uno. The senses are working fine when I check the Arduino serial monitor before I began looking at the PD patch.

I just can’t seem to get them to unpack, or route in PD 0.5

Just wondering if anyone else has solved this - or has found this to be a problem?

Attached are images of two separate Arduino Scripps I’ve tried. One to try unpacking, the other to  try routing - Plus, an image of my pure data patch to try testing the incoming signal data.

![Arduino-Sensors Input-Unpack.png](/uploads/files/1729806028184-arduino-sensors-input-unpack.png) [sAp-Sensors Input Test.pd](/uploads/files/1729806028183-sap-sensors-input-test.pd) ![sAp-Sensors test-pd Image.png](/uploads/files/1729806028184-sap-sensors-test-pd-image.png) ![Arduino-Sensors Input-Route.png](/uploads/files/1729806028179-arduino-sensors-input-route.png) 
</code></pre>
]]></description><link>http://forum.pdpatchrepo.info/topic/14910/connecting-and-unpacking-or-routing-from-arduino-uno</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14910/connecting-and-unpacking-or-routing-from-arduino-uno</guid><dc:creator><![CDATA[bonehead696]]></dc:creator><pubDate>Thu, 24 Oct 2024 21:49:26 GMT</pubDate></item><item><title><![CDATA[Reply to Connecting and Unpacking or Routing from Arduino uno on Thu, 24 Oct 2024 21:55:45 GMT]]></title><description><![CDATA[<p>Sorry just wasn’t sure if the images uploaded properly. Doing it from my iPhone so not used to how it looks</p>
<p><img src="/uploads/files/1729806859819-arduino-sensors-input-route.png" alt="Arduino-Sensors Input-Route.png" class="img-responsive img-markdown" /> <img src="/uploads/files/1729806859818-arduino-sensors-input-unpack.png" alt="Arduino-Sensors Input-Unpack.png" class="img-responsive img-markdown" /> <img src="/uploads/files/1729806859817-sap-sensors-test-pd-image.png" alt="sAp-Sensors test-pd Image.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14910/connecting-and-unpacking-or-routing-from-arduino-uno/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14910/connecting-and-unpacking-or-routing-from-arduino-uno/2</guid><dc:creator><![CDATA[bonehead696]]></dc:creator><pubDate>Thu, 24 Oct 2024 21:55:45 GMT</pubDate></item><item><title><![CDATA[Reply to Connecting and Unpacking or Routing from Arduino uno on Fri, 25 Oct 2024 07:41:59 GMT]]></title><description><![CDATA[<p>You might want to give [serial_print] abstraction a try, I made it especially for communicating with Arduino's Serial.print() function. Your Arduino code seems alright for this case. You can find the abstraction <a href="https://github.com/alexdrymonitis/Arduino_Pd" rel="nofollow">here</a>.<br />
Connect [comport] to [serial_print], and both outlets of [serial_print] to [s ] ([send]) without arguments, like this:</p>
<pre><code>[comport 1 9600]
|
[serial_print]
|           /
|         /
|       /
|      /
[send]
</code></pre>
<p>Then use [r ] ([recieve]) objects with the same argument as the string you use in your Arduino code, for example [r p], [r s1], [r f1], [r f2] for your first Arduino sketch, and [r a1] etc. [r dist] for your second sketch.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14910/connecting-and-unpacking-or-routing-from-arduino-uno/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14910/connecting-and-unpacking-or-routing-from-arduino-uno/3</guid><dc:creator><![CDATA[alexandros]]></dc:creator><pubDate>Fri, 25 Oct 2024 07:41:59 GMT</pubDate></item><item><title><![CDATA[Reply to Connecting and Unpacking or Routing from Arduino uno on Fri, 25 Oct 2024 21:25:28 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/alexandros">@alexandros</a> thanks so much. I will give this a try this afternoon</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14910/connecting-and-unpacking-or-routing-from-arduino-uno/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14910/connecting-and-unpacking-or-routing-from-arduino-uno/4</guid><dc:creator><![CDATA[bonehead696]]></dc:creator><pubDate>Fri, 25 Oct 2024 21:25:28 GMT</pubDate></item><item><title><![CDATA[Reply to Connecting and Unpacking or Routing from Arduino uno on Tue, 29 Oct 2024 00:14:49 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/alexandros">@alexandros</a> said:</p>
<blockquote>
<p>here</p>
</blockquote>
<p>Just set this up - worked absolutely perfectly! Thanks so so much... I've been going around and round in circles over this for about two months!<br />
Thanks again</p>
<p>dREw</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14910/connecting-and-unpacking-or-routing-from-arduino-uno/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14910/connecting-and-unpacking-or-routing-from-arduino-uno/5</guid><dc:creator><![CDATA[bonehead696]]></dc:creator><pubDate>Tue, 29 Oct 2024 00:14:49 GMT</pubDate></item><item><title><![CDATA[Reply to Connecting and Unpacking or Routing from Arduino uno on Tue, 29 Oct 2024 06:38:53 GMT]]></title><description><![CDATA[<p>Happy that it worked.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14910/connecting-and-unpacking-or-routing-from-arduino-uno/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14910/connecting-and-unpacking-or-routing-from-arduino-uno/6</guid><dc:creator><![CDATA[alexandros]]></dc:creator><pubDate>Tue, 29 Oct 2024 06:38:53 GMT</pubDate></item></channel></rss>