<?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[Digital Poti on same Pins as NRF24L01+ how can I solve this?]]></title><description><![CDATA[<p dir="auto">HI,</p>
<p dir="auto">I would like to use a digital poti (MCP 4131). It uses the SPI.h and PINs 10/11/13 which collides  with the NRF24L01+ pins.</p>
<p dir="auto">How can I solve this?</p>
<p dir="auto">Many Thanks</p>
<p dir="auto">Petz</p>
]]></description><link>https://forum.mysensors.org/topic/2452/digital-poti-on-same-pins-as-nrf24l01-how-can-i-solve-this</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 23:22:32 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/2452.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 Nov 2015 08:19:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Digital Poti on same Pins as NRF24L01+ how can I solve this? on Tue, 24 Nov 2015 19:22:44 GMT]]></title><description><![CDATA[<p dir="auto">sorry... I'm blind...<br />
maybe I can change it here:</p>
<pre><code>int CS = 10;
</code></pre>
<p dir="auto">sorry again</p>
]]></description><link>https://forum.mysensors.org/post/25195</link><guid isPermaLink="true">https://forum.mysensors.org/post/25195</guid><dc:creator><![CDATA[Meister_Petz]]></dc:creator><pubDate>Tue, 24 Nov 2015 19:22:44 GMT</pubDate></item><item><title><![CDATA[Reply to Digital Poti on same Pins as NRF24L01+ how can I solve this? on Tue, 24 Nov 2015 16:57:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meister_petz" aria-label="Profile: Meister_Petz">@<bdi>Meister_Petz</bdi></a> said:</p>
<blockquote>
<p dir="auto">The Poti only uses SPI.h no other library is involved. And I don't find anything about PIN 10 in the mysensors.h. Where can I change that for the NRF24L01+?</p>
<p dir="auto">Thanks</p>
<p dir="auto">Petz</p>
</blockquote>
<p dir="auto">You can construct an instance of the rf24 radio :</p>
<pre><code>MyTransportNRF24 transport(RF24_CE_PIN, RF24_CS_PIN, RF24_PA_LEVEL_GW);
</code></pre>
<p dir="auto">At this point you can define an custom CE and CS Pin.</p>
<p dir="auto">But it should be also possible to modify the poti code. What code are you using to read it?</p>
]]></description><link>https://forum.mysensors.org/post/25183</link><guid isPermaLink="true">https://forum.mysensors.org/post/25183</guid><dc:creator><![CDATA[Oitzu]]></dc:creator><pubDate>Tue, 24 Nov 2015 16:57:26 GMT</pubDate></item><item><title><![CDATA[Reply to Digital Poti on same Pins as NRF24L01+ how can I solve this? on Tue, 24 Nov 2015 16:37:59 GMT]]></title><description><![CDATA[<p dir="auto">The Poti only uses SPI.h no other library is involved. And I don't find anything about PIN 10 in the mysensors.h. Where can I change that for the NRF24L01+?</p>
<p dir="auto">Thanks</p>
<p dir="auto">Petz</p>
]]></description><link>https://forum.mysensors.org/post/25181</link><guid isPermaLink="true">https://forum.mysensors.org/post/25181</guid><dc:creator><![CDATA[Meister_Petz]]></dc:creator><pubDate>Tue, 24 Nov 2015 16:37:59 GMT</pubDate></item><item><title><![CDATA[Reply to Digital Poti on same Pins as NRF24L01+ how can I solve this? on Tue, 24 Nov 2015 10:33:12 GMT]]></title><description><![CDATA[<p dir="auto">Because SPI is an Bus, both devices (the MCP 4131 and the NRF24L01+), share the pins 11 (MOSI), 12 (MISO) and 13 (SCK). The fourth pin 10 (CS) needs to be unique to each device. For this any free pin can be used.<br />
One of both libarys (mysensors or mcp4131) needs to be reconfigured to use another pin for CS then pin 10.</p>
]]></description><link>https://forum.mysensors.org/post/25163</link><guid isPermaLink="true">https://forum.mysensors.org/post/25163</guid><dc:creator><![CDATA[Oitzu]]></dc:creator><pubDate>Tue, 24 Nov 2015 10:33:12 GMT</pubDate></item><item><title><![CDATA[Reply to Digital Poti on same Pins as NRF24L01+ how can I solve this? on Tue, 24 Nov 2015 08:43:49 GMT]]></title><description><![CDATA[<p dir="auto">Maybe this will help:</p>
<p dir="auto"><a href="http://forum.arduino.cc/index.php?topic=138812.0" rel="nofollow ugc">http://forum.arduino.cc/index.php?topic=138812.0</a></p>
]]></description><link>https://forum.mysensors.org/post/25156</link><guid isPermaLink="true">https://forum.mysensors.org/post/25156</guid><dc:creator><![CDATA[HarryDutch]]></dc:creator><pubDate>Tue, 24 Nov 2015 08:43:49 GMT</pubDate></item></channel></rss>