<?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[First node: nothing work]]></title><description><![CDATA[<p dir="auto">Hi everybody;</p>
<p dir="auto">This is my first post, and my first attempt to build some mysensors gateway and temperature node.</p>
<p dir="auto">First of all, this is what I use:</p>
<ul>
<li>arduino nano</li>
<li>NRF24L01 with antenna</li>
<li>1.4 library</li>
</ul>
<p dir="auto">I have successfully created the serial usb gateway. When I start it, I can see on the debug output that the controller is online and ready to receive some date.</p>
<p dir="auto">Unfortunately,  the sensor never works. I have the "feeling" he can't correctly initialize: nothing on the debug output. The "bad" seems to be : gw.begin(). I follow the source code and it seems he can't send the first broadcast message and it seems to "wait" indefinitely.<br />
To give more information, I can successfully load and start the controller sketch on the second device: so it seems not broken. I can successfully read a temperature from a one wire device. But, even the first <a href="http://www.mysensors.org/download/sensor_api_15" rel="nofollow ugc">exemple</a> from <a href="http://mysensors.org" rel="nofollow ugc">mysensors.org</a> don't work. What is really wired too is I can upload a new sketch to this arduino: the serial ouput seems always "full": I can only upload it when the arduino start.</p>
<p dir="auto">Do you have some idea please ?</p>
]]></description><link>https://forum.mysensors.org/topic/1740/first-node-nothing-work</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 20:20:16 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/1740.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 02 Aug 2015 16:18:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to First node: nothing work on Wed, 05 Aug 2015 19:27:59 GMT]]></title><description><![CDATA[<p dir="auto">Here are the specifications from the NRF24 without antenna</p>
<p dir="auto"><a href="http://www.nordicsemi.com/eng/Products/2.4GHz-RF/nRF24L01#Specification" rel="nofollow ugc">http://www.nordicsemi.com/eng/Products/2.4GHz-RF/nRF24L01#Specification</a></p>
]]></description><link>https://forum.mysensors.org/post/18308</link><guid isPermaLink="true">https://forum.mysensors.org/post/18308</guid><dc:creator><![CDATA[kalle]]></dc:creator><pubDate>Wed, 05 Aug 2015 19:27:59 GMT</pubDate></item><item><title><![CDATA[Reply to First node: nothing work on Wed, 05 Aug 2015 11:08:28 GMT]]></title><description><![CDATA[<ul>
<li>The NRF24 antenna version is:<br />
-- working current in transmit mode is 115mA<br />
-- working current in receiver mode is 45mA</li>
</ul>
<p dir="auto">For the NRF24 non antenna version i did'nt find any details of power consum. (only 1uA on Power down mode)</p>
<p dir="auto">Arduino Nano:</p>
<ul>
<li>The total current from all the IO pins together is 200 mA max.</li>
<li>The 3.3V output is capable of supplying 150 mA.<br />
-- Note - Any power drawn from the 3.3V rail has to go through the 5V rail. Therefore, if you have a 100 mA device on the 3.3V output, you need to also count it against the 5V total current.</li>
</ul>
<p dir="auto">The 5V output is much powerful on the Arduino nano. U can try to use a 5V to 3.3V stepdown regulator like AMS1117</p>
]]></description><link>https://forum.mysensors.org/post/18274</link><guid isPermaLink="true">https://forum.mysensors.org/post/18274</guid><dc:creator><![CDATA[Harrdy]]></dc:creator><pubDate>Wed, 05 Aug 2015 11:08:28 GMT</pubDate></item><item><title><![CDATA[Reply to First node: nothing work on Tue, 04 Aug 2015 07:56:14 GMT]]></title><description><![CDATA[<p dir="auto">Same thing append if I try the serial sketch on the working "serial-gateway". If I try the gateway sktech on the "bad" arduino, the gateway seems to start.</p>
<p dir="auto">The NRF24 is connected to the 3.3V out from the Arduino nano. I will try to use and external power supply; or maybe, I will buy the NRF24 without antena. Thanks for that suggestion.</p>
]]></description><link>https://forum.mysensors.org/post/18226</link><guid isPermaLink="true">https://forum.mysensors.org/post/18226</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 04 Aug 2015 07:56:14 GMT</pubDate></item><item><title><![CDATA[Reply to First node: nothing work on Tue, 04 Aug 2015 07:16:22 GMT]]></title><description><![CDATA[<p dir="auto">Is the NRF24 connected to externel 3.3V power or to the 3.3V from the Nano? The NRF24 antenna version has a higher power consumption as the version without antenna.</p>
]]></description><link>https://forum.mysensors.org/post/18224</link><guid isPermaLink="true">https://forum.mysensors.org/post/18224</guid><dc:creator><![CDATA[kalle]]></dc:creator><pubDate>Tue, 04 Aug 2015 07:16:22 GMT</pubDate></item><item><title><![CDATA[Reply to First node: nothing work on Mon, 03 Aug 2015 18:30:29 GMT]]></title><description><![CDATA[<p dir="auto">Looks like it is dying in the middle of serial log output.</p>
<p dir="auto">What happens if you try the same sketch on the working "serial-gateway"-Arduino you were talking about in the first post? You might have some faulty hardware there..</p>
]]></description><link>https://forum.mysensors.org/post/18194</link><guid isPermaLink="true">https://forum.mysensors.org/post/18194</guid><dc:creator><![CDATA[hek]]></dc:creator><pubDate>Mon, 03 Aug 2015 18:30:29 GMT</pubDate></item><item><title><![CDATA[Reply to First node: nothing work on Mon, 03 Aug 2015 05:43:54 GMT]]></title><description><![CDATA[<p dir="auto">I have already clear the EEPROM many times. No changes.</p>
<p dir="auto">I have activate the DEBUG mode on the RF24_config.h file:</p>
<pre><code>  #define FAILURE_HANDLING
  #define SERIAL_DEBUG
</code></pre>
<p dir="auto">I can now see some debug informations:</p>
<pre><code>send: 255-255-255-255 s=255,c=3,
</code></pre>
<p dir="auto">And nothing more. Some kind of "failed broadcast" ?<br />
Maybe, the gateway seems to never respond to this first broadcast; the gateway never receive it anyway.</p>
]]></description><link>https://forum.mysensors.org/post/18154</link><guid isPermaLink="true">https://forum.mysensors.org/post/18154</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 03 Aug 2015 05:43:54 GMT</pubDate></item><item><title><![CDATA[Reply to First node: nothing work on Mon, 03 Aug 2015 04:58:43 GMT]]></title><description><![CDATA[<p dir="auto">Try to clear the EEPROM first, then re-upload your sketch.</p>
]]></description><link>https://forum.mysensors.org/post/18151</link><guid isPermaLink="true">https://forum.mysensors.org/post/18151</guid><dc:creator><![CDATA[msamy.earth]]></dc:creator><pubDate>Mon, 03 Aug 2015 04:58:43 GMT</pubDate></item><item><title><![CDATA[Reply to First node: nothing work on Mon, 03 Aug 2015 04:20:48 GMT]]></title><description><![CDATA[<p dir="auto">No, nothing.</p>
]]></description><link>https://forum.mysensors.org/post/18148</link><guid isPermaLink="true">https://forum.mysensors.org/post/18148</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 03 Aug 2015 04:20:48 GMT</pubDate></item><item><title><![CDATA[Reply to First node: nothing work on Mon, 03 Aug 2015 01:10:03 GMT]]></title><description><![CDATA[<p dir="auto">Do you get any output on serial monitor on node side?</p>
]]></description><link>https://forum.mysensors.org/post/18142</link><guid isPermaLink="true">https://forum.mysensors.org/post/18142</guid><dc:creator><![CDATA[rvendrame]]></dc:creator><pubDate>Mon, 03 Aug 2015 01:10:03 GMT</pubDate></item><item><title><![CDATA[Reply to First node: nothing work on Sun, 02 Aug 2015 20:27:58 GMT]]></title><description><![CDATA[<p dir="auto">I already try that without success.</p>
<p dir="auto">Using same cable with same arduino works like a charm for the gateway.</p>
]]></description><link>https://forum.mysensors.org/post/18131</link><guid isPermaLink="true">https://forum.mysensors.org/post/18131</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 02 Aug 2015 20:27:58 GMT</pubDate></item><item><title><![CDATA[Reply to First node: nothing work on Sun, 02 Aug 2015 18:03:07 GMT]]></title><description><![CDATA[<p dir="auto">Weird, try switching power supply/usb cable. You should get some output even if radio init fails.</p>
]]></description><link>https://forum.mysensors.org/post/18126</link><guid isPermaLink="true">https://forum.mysensors.org/post/18126</guid><dc:creator><![CDATA[hek]]></dc:creator><pubDate>Sun, 02 Aug 2015 18:03:07 GMT</pubDate></item><item><title><![CDATA[Reply to First node: nothing work on Sun, 02 Aug 2015 17:43:09 GMT]]></title><description><![CDATA[<p dir="auto">115200</p>
<p dir="auto">It seems to work nicely using gateway sketchup with correctly debug information...</p>
]]></description><link>https://forum.mysensors.org/post/18124</link><guid isPermaLink="true">https://forum.mysensors.org/post/18124</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 02 Aug 2015 17:43:09 GMT</pubDate></item><item><title><![CDATA[Reply to First node: nothing work on Sun, 02 Aug 2015 17:32:58 GMT]]></title><description><![CDATA[<p dir="auto">What baudrate did you set?</p>
<p dir="auto"><a href="http://www.mysensors.org/build/debug" rel="nofollow ugc">http://www.mysensors.org/build/debug</a></p>
]]></description><link>https://forum.mysensors.org/post/18122</link><guid isPermaLink="true">https://forum.mysensors.org/post/18122</guid><dc:creator><![CDATA[hek]]></dc:creator><pubDate>Sun, 02 Aug 2015 17:32:58 GMT</pubDate></item><item><title><![CDATA[Reply to First node: nothing work on Sun, 02 Aug 2015 17:30:21 GMT]]></title><description><![CDATA[<p dir="auto">Nothing....</p>
]]></description><link>https://forum.mysensors.org/post/18120</link><guid isPermaLink="true">https://forum.mysensors.org/post/18120</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 02 Aug 2015 17:30:21 GMT</pubDate></item><item><title><![CDATA[Reply to First node: nothing work on Sun, 02 Aug 2015 17:14:57 GMT]]></title><description><![CDATA[<p dir="auto">What does the debug output say in the Serial Monitor of the sensor?</p>
]]></description><link>https://forum.mysensors.org/post/18116</link><guid isPermaLink="true">https://forum.mysensors.org/post/18116</guid><dc:creator><![CDATA[hek]]></dc:creator><pubDate>Sun, 02 Aug 2015 17:14:57 GMT</pubDate></item></channel></rss>