<?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[Osc from isadora to arduino]]></title><description><![CDATA[<p dir="auto">hi guys.  i'm trying got make something where isadora controls some ws2812b led strip via arduino.  the plan is to send osc messages from isadora to arduino and use the values to set rgb values on the led.</p>
<div>through this tutorial [http://trippylighting.com/teensy-arduino-ect/touchosc-and-arduino-oscuino/](http://trippylighting.com/teensy-arduino-ect/touchosc-and-arduino-oscuino/) i've got something working with the oscuino library in arduino.</div>
<div>i've got to a point where i simply don;t understand how the incoming osc value can be used in arduino as a variable to control the led values.</div>
<div>i'm not sure where to start. </div>
<div>i've spent hours on it so far.</div>
<div>does anyone know of some documentation for the oscunio library they could point me to or point me somewhere to better understand how to get the incoming value to work with.  i'm first asking this here as this forum is so much friendlier than some of the others i've tried in the past.  </div>]]></description><link>https://community.troikatronix.com/topic/2005/osc-from-isadora-to-arduino</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 19:06:07 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/2005.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Jun 2015 17:21:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Osc from isadora to arduino on Fri, 12 Jun 2015 06:44:30 GMT]]></title><description><![CDATA[<p dir="auto">thank you again @<a href="/troikatronixforum/profile/15/jhoepffner">jhoepffner</a><span style="font-family:Verdana, Geneva, sans-serif;font-size:10pt;font-style:normal;font-variant:normal;font-weight:normal;line-height:22.100000381469727px;background-color:rgb(248, 248, 248)"> for sharing the arduino </span><span style="line-height:22.100000381469727px">sketch.  i've modified it to work with the led strip and along with it have attached an isadora patch to play with the arduino.  </span></p>
<div><span style="line-height:22.100000381469727px">  
</span></div>
<div><span style="line-height:22.100000381469727px">usable info online has been difficult to find so i share this for those who want to experiment with isadora and led strip control via arduino and osc.</span></div>
<p dir="auto"><a href="/uploads/files/FileUpload/cd/8d6093-izzy2led-forum.zip">8d6093-izzy2led-forum.zip</a></p>
]]></description><link>https://community.troikatronix.com/post/16060</link><guid isPermaLink="true">https://community.troikatronix.com/post/16060</guid><dc:creator><![CDATA[particlep]]></dc:creator><pubDate>Fri, 12 Jun 2015 06:44:30 GMT</pubDate></item><item><title><![CDATA[Reply to Osc from isadora to arduino on Thu, 11 Jun 2015 07:40:29 GMT]]></title><description><![CDATA[<p dir="auto">thank you for the example @<a href="/troikatronixforum/profile/15/jhoepffner">jhoepffner</a><span style="background-color:rgb(248, 248, 248)"><span style="line-height:22.100000381469727px"> . the ardosc library looks much more straight forward to get the incoming osc values into the rest of the arduino sketch.  i'll let you know how i get on.</span></span></p>
<div><span style="background-color:rgb(248, 248, 248)"><span style="line-height:22.100000381469727px">  
</span></span></div>
<div><span style="background-color:rgb(248, 248, 248)"><span style="line-height:22.100000381469727px">thanks also @</span></span>[Fred](/troikatronixforum/profile/10/Fred) for the heads up, all really handy insight.  the length of the strip is likely to be no more than 16 as i'm looking to power the project from a usb power pack that has a maximum current delivery of 1 amp.</div>]]></description><link>https://community.troikatronix.com/post/16040</link><guid isPermaLink="true">https://community.troikatronix.com/post/16040</guid><dc:creator><![CDATA[particlep]]></dc:creator><pubDate>Thu, 11 Jun 2015 07:40:29 GMT</pubDate></item><item><title><![CDATA[Reply to Osc from isadora to arduino on Wed, 10 Jun 2015 05:47:19 GMT]]></title><description><![CDATA[<p dir="auto">You can do this, watch out, depending on how many LEDs you use (how long the strip is) you can choke the arduino pretty fast. There are some cool solutions to get around it like a DIY lookup table in the arduino. The arduino bus either for USB serial or ethernet is slow. Fade candy is a faster solution or using raspberry PI with IO pin libraries. <a href="http://www.adafruit.com/products/1689" rel="nofollow ugc">http://www.adafruit.com/products/1689</a></p>
]]></description><link>https://community.troikatronix.com/post/16034</link><guid isPermaLink="true">https://community.troikatronix.com/post/16034</guid><dc:creator><![CDATA[Fred]]></dc:creator><pubDate>Wed, 10 Jun 2015 05:47:19 GMT</pubDate></item><item><title><![CDATA[Reply to Osc from isadora to arduino on Wed, 10 Jun 2015 05:33:25 GMT]]></title><description><![CDATA[<p dir="auto">Controlling servo motors from Isadora is something I always wanted to test. This looks like a good start. All informations how to achieve this in Isadora via arduino is very welcome.</p>
]]></description><link>https://community.troikatronix.com/post/16032</link><guid isPermaLink="true">https://community.troikatronix.com/post/16032</guid><dc:creator><![CDATA[crystalhorizon]]></dc:creator><pubDate>Wed, 10 Jun 2015 05:33:25 GMT</pubDate></item><item><title><![CDATA[Reply to Osc from isadora to arduino on Tue, 09 Jun 2015 21:40:04 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<div>For a workshop, I prepared Arduino code and Isadora patch driving 4 servos motors from Isadora using OSC.</div>
<div>I tried many OSC libraries and the best (for me) is ArdOSC.</div>
<div>Here are the patches.</div>
<div>Jacques</div>
<p dir="auto"><a href="/uploads/files/FileUpload/83/fe8b76-isadorato4servo.zip">fe8b76-isadorato4servo.zip</a></p>
]]></description><link>https://community.troikatronix.com/post/16019</link><guid isPermaLink="true">https://community.troikatronix.com/post/16019</guid><dc:creator><![CDATA[jhoepffner]]></dc:creator><pubDate>Tue, 09 Jun 2015 21:40:04 GMT</pubDate></item></channel></rss>