<?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[rtlsdr~ for purr-data?]]></title><description><![CDATA[<p>dear list,<br />
I'm new here.<br />
I'm developing a pd&amp;software-defined radio project for a sound-art installation using rpi.</p>
<p>I'm trying to get purr-data working in order to obtain some software-defined radio functions into a patch. In particular I like the idea of detecting in pd the RF field, and usign radio signals as an input and as a kind of invisible/inaudible landscape (since it is not demodulated).</p>
<p>Tom Zicarelli developed an rtlsdr~ object</p>
<p>[<a href="https://github.com/tkzic/pd-rtlsdr" rel="nofollow">https://github.com/tkzic/pd-rtlsdr</a>](link url)</p>
<p>he says that it should be used with pd-extended but currently I'm not able to run pd-extended in rpi</p>
<p>the patch he put as an examle &quot;rtlSDR-block.pd&quot; seems to open perfectly for every object but rtlsdr~</p>
<p>I'have put all the rtlsdr~ files into the extra folders, but purr-data cannot create it anyway</p>
<p>does anybody could help me in doing this trick?</p>
<p>Any help is greatly appreciated!</p>
<p>love for your great work</p>
<p>stefano</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 11:31:45 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/13296.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 Feb 2021 00:11:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to rtlsdr~ for purr-data? on Tue, 16 Feb 2021 00:11:42 GMT]]></title><description><![CDATA[<p>dear list,<br />
I'm new here.<br />
I'm developing a pd&amp;software-defined radio project for a sound-art installation using rpi.</p>
<p>I'm trying to get purr-data working in order to obtain some software-defined radio functions into a patch. In particular I like the idea of detecting in pd the RF field, and usign radio signals as an input and as a kind of invisible/inaudible landscape (since it is not demodulated).</p>
<p>Tom Zicarelli developed an rtlsdr~ object</p>
<p>[<a href="https://github.com/tkzic/pd-rtlsdr" rel="nofollow">https://github.com/tkzic/pd-rtlsdr</a>](link url)</p>
<p>he says that it should be used with pd-extended but currently I'm not able to run pd-extended in rpi</p>
<p>the patch he put as an examle &quot;rtlSDR-block.pd&quot; seems to open perfectly for every object but rtlsdr~</p>
<p>I'have put all the rtlsdr~ files into the extra folders, but purr-data cannot create it anyway</p>
<p>does anybody could help me in doing this trick?</p>
<p>Any help is greatly appreciated!</p>
<p>love for your great work</p>
<p>stefano</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data</guid><dc:creator><![CDATA[stefano_zorzanello]]></dc:creator><pubDate>Tue, 16 Feb 2021 00:11:42 GMT</pubDate></item><item><title><![CDATA[Reply to rtlsdr~ for purr-data? on Tue, 16 Feb 2021 05:30:19 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/stefano_zorzanello">@stefano_zorzanello</a> you might need to install a package called librtlsdr0.<br />
rpi uses apt, yes? if so, then type this into a terminal window:</p>
<pre><code>apt install librtlsdr0
</code></pre>
]]></description><link>http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/2</guid><dc:creator><![CDATA[myQwil]]></dc:creator><pubDate>Tue, 16 Feb 2021 05:30:19 GMT</pubDate></item><item><title><![CDATA[Reply to rtlsdr~ for purr-data? on Tue, 16 Feb 2021 21:04:58 GMT]]></title><description><![CDATA[<p>Thank you very much myQwill for your answer!<br />
I followed your tip, installed the librtlsdrO (zero) but nothing changed... I think tht the problem remains  in the external [rtlsdrì~] that needs to be compilerd, and I don't know how to do that...</p>
<p>I put again here the Zicarelli git-hub repository</p>
<p>[<a href="https://github.com/tkzic/pd-rtlsdr" rel="nofollow">https://github.com/tkzic/pd-rtlsdr</a>](link url)</p>
<p>if anyone could help it's very much appreciated.</p>
<p>best<br />
stefano</p>
<pre><code></code></pre>
]]></description><link>http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/3</guid><dc:creator><![CDATA[stefano_zorzanello]]></dc:creator><pubDate>Tue, 16 Feb 2021 21:04:58 GMT</pubDate></item><item><title><![CDATA[Reply to rtlsdr~ for purr-data? on Tue, 16 Feb 2021 21:41:37 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/stefano_zorzanello">@stefano_zorzanello</a> My bad, I must not have realised that when I was testing this on my computer, I actually did end up recompiling as well. I thought maybe it hadn't built successfully.</p>
<p>To compile, just open up src/pd/linux/rtlsdr~ in a terminal and type <code>make</code></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/4</guid><dc:creator><![CDATA[myQwil]]></dc:creator><pubDate>Tue, 16 Feb 2021 21:41:37 GMT</pubDate></item><item><title><![CDATA[Reply to rtlsdr~ for purr-data? on Tue, 16 Feb 2021 23:40:38 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/myqwil">@myQwil</a> Sorry, my bad again, I actually did <em>not</em> recompile, everything started working on my end as soon as I installed librtlsdr0</p>
<p>However, now I have gotten it to compile, and I needed to install the dev package to get it to work. So in the terminal you would write:</p>
<pre><code>apt install librtlsdr-dev
</code></pre>
<p>and now when you try running <code>make</code>, it should build successfully</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/5</guid><dc:creator><![CDATA[myQwil]]></dc:creator><pubDate>Tue, 16 Feb 2021 23:40:38 GMT</pubDate></item><item><title><![CDATA[Reply to rtlsdr~ for purr-data? on Wed, 17 Feb 2021 00:09:38 GMT]]></title><description><![CDATA[<p>thank myQwil again, I've installed the stuff you told me with</p>
<p>apt install librtlsdr0</p>
<p>apt install librtlsdr-dev</p>
<p>the following lines are the report from terminal</p>
<p>pi@raspberrypi:~ $ sudo apt install librtlsdr0<br />
sudo: /etc/sudoers.d is world writable<br />
[sudo] password for pi:<br />
Reading package lists... Done<br />
Building dependency tree<br />
Reading state information... Done<br />
librtlsdr0 is already the newest version (0.5.3-11+rpt1).<br />
The following packages were automatically installed and are no longer required:<br />
coinor-libipopt1v5 libbluray2 libmicrodns0 libmumps-seq-4.10.0 libraw15<br />
Use 'sudo apt autoremove' to remove them.<br />
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.<br />
pi@raspberrypi:~ $ cd /usr/lib/pd/extra/pd-rtlsdr-master/src/pd/linux/rtlsdr~<br />
pi@raspberrypi:/usr/lib/pd/extra/pd-rtlsdr-master/src/pd/linux/rtlsdr~ $ make<br />
make: Nothing to be done for 'pd_linux'.</p>
<p>then I replaced the new [rtlsdr~.pd_linux] into the extra folder, but pd still couldn't create the object</p>
<p>one qustion does it work fo you with purr-data or just pd?</p>
<p>thank you for your patience...</p>
<p>best<br />
stefano</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/6</guid><dc:creator><![CDATA[stefano_zorzanello]]></dc:creator><pubDate>Wed, 17 Feb 2021 00:09:38 GMT</pubDate></item><item><title><![CDATA[Reply to rtlsdr~ for purr-data? on Wed, 17 Feb 2021 00:15:15 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/stefano_zorzanello">@stefano_zorzanello</a> It works on purr-data for me. Try this though: instead of writing <code>make</code> write <code>make clean; make</code></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/7</guid><dc:creator><![CDATA[myQwil]]></dc:creator><pubDate>Wed, 17 Feb 2021 00:15:15 GMT</pubDate></item><item><title><![CDATA[Reply to rtlsdr~ for purr-data? on Wed, 17 Feb 2021 16:30:09 GMT]]></title><description><![CDATA[<p>Great myQwil!<br />
by your kind advice i COULD MAKE IT WORK! Now, replacing the rtlsdr~.pd_linux object with the newly created one in their externals folder, both pd-vanilla and purr-data do create rtlsdr~</p>
<p>!</p>
<p>I'm so happy that my project can start from here.</p>
<p>Just in purr-data at the moment I can't get the audio work because of some errors that I don't understand:</p>
<p>here's the console report only error at start-up</p>
<p>libdir_loader: added 'pdlua' to the global objectclass path<br />
tried but couldn't sync A/D/A</p>
<p>and then when I put the dsp on I get</p>
<p>error: audio I/O dropout   (with a red numerical index in brackets increasing each 5/6 seconds, or so)</p>
<p>the dsp is working as I can see the audio signal operating, but no audio from the dac</p>
<p>I can't find also any place where to set the usb sound card I'm using with rpi</p>
<p>any idea?</p>
<p>anyway, at least pd-vanilla works fine and this is most important thing.</p>
<p>thank you again<br />
best<br />
stefano</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/8</guid><dc:creator><![CDATA[stefano_zorzanello]]></dc:creator><pubDate>Wed, 17 Feb 2021 16:30:09 GMT</pubDate></item><item><title><![CDATA[Reply to rtlsdr~ for purr-data? on Wed, 17 Feb 2021 21:09:26 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/stefano_zorzanello">@stefano_zorzanello</a> Someone seems to have had a similar issue in this thread: <a href="https://forum.pdpatchrepo.info/topic/11606/audio-io-error-couldn-t-sync-a-d-a" rel="nofollow">https://forum.pdpatchrepo.info/topic/11606/audio-io-error-couldn-t-sync-a-d-a</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13296/rtlsdr-for-purr-data/9</guid><dc:creator><![CDATA[myQwil]]></dc:creator><pubDate>Wed, 17 Feb 2021 21:09:26 GMT</pubDate></item></channel></rss>