<?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[Read this first - it could SAVE YOU A LOT OF TIME]]></title><description><![CDATA[<p dir="auto">People asking questions here on MySensors is generally good at it. But for the newcomers it can be good to have a small guide on how to debug and then some things how to improve your chances of getting help.</p>
<h2>Debug</h2>
<p dir="auto">This flowchart shows the most common problems a newcomer may experience. Try to follow the flowchart if you find your problem. Read the <a href="http://www.mysensors.org/build/debug" rel="nofollow ugc">most common actions</a> and also read the FAQ below.</p>
<p dir="auto"><img src="/uploads/files/1454445048766-debug.jpg" alt="0_1454445050795_Debug.jpg" class=" img-fluid img-markdown" /></p>
<h2>FAQ</h2>
<p dir="auto"><strong>#1:1 How do I debug my sensors/gateway?</strong><br />
Add #define MY_DEBUG at top of your sketch. Re-flash the sketch and look in the Serial Monitor (default 115200 bps).</p>
<p dir="auto"><strong>#2:1 Why should I use a capacitor?</strong><br />
The NRF24L01+ is <strong>very</strong> sensitive to power spikes. A capacitor will most likely help in smoothing these spikes out. Start with a capacitor of 4.7uF across the radio's 3.3V and GND.</p>
<p dir="auto"><strong>#2:2 What does ST:Fail/ST=Fail means?</strong><br />
This means the receiving node or gateway has problems sending ack back to the sending node.<br />
Its probably a hardware issue (power and/or range). Try adding a capacitor (<a href="http://www.mysensors.org/build/connect_radio#connecting-a-decoupling-capacitor" rel="nofollow ugc">http://www.mysensors.org/build/connect_radio#connecting-a-decoupling-capacitor</a>) to the receiving radio, change powersource, move receiver/sender closer to eachother or build a repeater.</p>
<p dir="auto"><strong>#2:3 I get "Radio init fail/!TSM:INIT:TSP FAIL"</strong><br />
Radio init fail means</p>
<ol>
<li>Not wired correctly</li>
<li>Not powered correctly</li>
<li>A nrf24, not a nrf24+</li>
</ol>
<p dir="auto">Do you have a capacitor between gnd/vcc on the 3.3v radio? This can make difference... Some reading regarding + and not + Nrf modules.<br />
<a href="http://forum.mysensors.org/topic/1153/we-are-mostly-using-fake-nrf24l01-s-but-worse-fakes-are-emerging/4" rel="nofollow ugc">http://forum.mysensors.org/topic/1153/we-are-mostly-using-fake-nrf24l01-s-but-worse-fakes-are-emerging/4</a><br />
<a href="http://forum.mysensors.org/topic/1664/which-are-the-best-nrf24l01-modules/2" rel="nofollow ugc">http://forum.mysensors.org/topic/1664/which-are-the-best-nrf24l01-modules/2</a></p>
<p dir="auto"><strong>#2:4 I only get Find parent in serial log for node</strong><br />
Find parent means the node is trying to find its way to the gateway - and if this repeats it cant.<br />
Its either a range issue or a power issue. You can start by checking the gateway serial log and see if there is any info.<br />
Also, have you added a capacitor on the radios? This is very important since the radio is sensitive to power spikes.</p>
<p dir="auto">It this doesnt work start with changing the power source and check your wirings / ground connection on the node.<br />
Also you can try to move the node closer to the gateway - if this works and you have some distance between node and gateway you should consider a repeater.</p>
<p dir="auto"><strong>#3:1 My relay isn't working - why?</strong></p>
<ul>
<li>The radio is very power sensitive and it can help adding/changing caps GND/VCC on the radio. 4.7uF is recommended but you can also add higher or lower and even parallel.</li>
<li>How you wire the ground from the relay can also make a difference. I have had relays jamming when i ran ground trough the Arduino and not straight to source. Also the opposite that it dint work well if I dint have ground through the Arduino.</li>
<li>Range, when you send a on-command there is a ack going back which needs to be ok ("Error sending command,  check device/hardware" message in Domoticz). Follow your serial logs in node and gateway to find out if the radio traffic is ok - and put a repeater in between if necessary.</li>
<li>Power - I have had Pro Minis that was a little to weak to trigger the relay... :( When the arduino didnt put enough juice out some tries resulted in a unsuccessful relay switch even if the logs told me so. To test this you can upload a sketch doing nothing else but setting the pin to high and low with a delay in between.</li>
</ul>
<p dir="auto">Correct log for node (standard relay sketch, node ID = 4) when incoming command from controller.<br />
read: 0-0-4 s=1,c=1,t=2,pt=0,l=1,sg=0:1<br />
send: 4-4-0-0 s=1,c=1,t=2,pt=0,l=1,sg=0,st=ok:1<br />
Incoming change for sensor:1, New status: 1</p>
<h2>How to ask for help</h2>
<ol>
<li>
<p dir="auto">Use a meaningful, specific topic header.</p>
</li>
<li>
<p dir="auto">Specify your environment:<br />
Arduino IDE version? OS?<br />
Which Arduino Library are you running?<br />
What type of Arduino is your node? Which radio are you using?</p>
</li>
<li>
<p dir="auto">Post the code your having problem with and make sure the code is formatted correctly. You can either enclose the source code in 4 "backtick" characters ```` or write 4 spaces first on each line of code.</p>
</li>
<li>
<p dir="auto">What is your sensor and gateway debug logs showing? <a href="http://www.mysensors.org/build/debug#enabling-debug-logging" rel="nofollow ugc">Enable DEBUG in MyConfig.h</a> and look open the Serial Monitor. You can get some hints on how to interpret it <a href="http://www.mysensors.org/build/serial_api" rel="nofollow ugc">here</a> or by using the <a href="https://www.mysensors.org/build/parser" rel="nofollow ugc">log parser</a> tool.</p>
</li>
<li>
<p dir="auto">How do you power your sensor/gateway? The NRF-radios is very sensitive to power spikes and transients. 90% of communication problems can be resolved by replacing a bad transformer or <a href="http://www.mysensors.org/build/connect_radio#connecting-a-decoupling-capacitor" rel="nofollow ugc">adding a decoupling capacitor to your radio</a>.</p>
</li>
<li>
<p dir="auto">What are the symptoms? Describe the research and diagnostic steps you've done before asking the question. If possible post an example on how to reproduce the problems you've encountered.</p>
</li>
</ol>
<p dir="auto">For a more comprehensive guide. Have a look here:<br />
<a href="http://www.catb.org/esr/faqs/smart-questions.html" rel="nofollow ugc">http://www.catb.org/esr/faqs/smart-questions.html</a></p>
<h2>Troubleshoot the debug output: use the <a href="https://www.mysensors.org/build/parser" rel="nofollow ugc">log parser</a> tool.</h2>
<p dir="auto">(courtesy of <a class="plugin-mentions-user plugin-mentions-a" href="/user/martinhjelmare" aria-label="Profile: martinhjelmare">@<bdi>martinhjelmare</bdi></a> from <a href="http://forum.mysensors.org/topic/2579/about-serial-api-1-5/2" rel="nofollow ugc">this</a> thread)</p>
<blockquote>
<p dir="auto">From the source code in the dev branch: <a href="https://github.com/mysensors/Arduino/blob/a876b320bcad5c29a2cf931b6be68636c5b5f162/libraries/MySensors/core/MyTransport.cpp#L91" rel="nofollow ugc">link</a></p>
<p dir="auto">s = sensor id<br />
c = message type 0-4: presentation, set, req, internal or stream. See <a href="https://github.com/mysensors/Arduino/blob/a876b320bcad5c29a2cf931b6be68636c5b5f162/libraries/MySensors/core/MyMessage.h#L44" rel="nofollow ugc">link</a><br />
t = value type: S_VALUE during presentation or V_VALUE during set/req<br />
pt = payload type: string, byte int, etc. See <a href="https://github.com/mysensors/Arduino/blob/a876b320bcad5c29a2cf931b6be68636c5b5f162/libraries/MySensors/core/MyMessage.h#L184" rel="nofollow ugc">link</a><br />
l = message length<br />
sg = signed or unsigned message: 0 or 1 for false or true</p>
<p dir="auto">0;0;3;0;9 means node 0 , sensor 0, internal message (3), not an ack message (0), log message (9). This means that it's the gateway that prints this info as a log after already having received the message from a node.</p>
<p dir="auto">At the end you have the payload: 27</p>
<p dir="auto">Similarly for a sent message: <a href="https://github.com/mysensors/Arduino/blob/a876b320bcad5c29a2cf931b6be68636c5b5f162//libraries/MySensors/core/MyTransport.cpp#L324" rel="nofollow ugc">link</a></p>
</blockquote>
<h2>General tip</h2>
<p dir="auto">Start small! If you are having problems with your node - exclude everything (make your code as small as possible) in your sketch and only include the MySensors library. Same for the components - only add minimal needed!<br />
Upload and debug through serial line. Does it work? Great - add ONE function (analogread and one sensor for example). Upload and debug through serial. Continue until you find that it does not work anymore. Now you know which part is causing you trouble. This is much better than trying to debug a big sketch with a lot of functions and components that might interfere with each other.</p>
]]></description><link>https://forum.mysensors.org/topic/666/read-this-first-it-could-save-you-a-lot-of-time</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 07:50:42 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/666.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Dec 2014 08:40:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Sat, 13 Aug 2022 23:59:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ctodor" aria-label="Profile: ctodor">@<bdi>ctodor</bdi></a> sorry, I don’t understand. Could you describe where the sensorid could be added?</p>
]]></description><link>https://forum.mysensors.org/post/112816</link><guid isPermaLink="true">https://forum.mysensors.org/post/112816</guid><dc:creator><![CDATA[mfalkvidd]]></dc:creator><pubDate>Sat, 13 Aug 2022 23:59:35 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Sat, 13 Aug 2022 22:51:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mfalkvidd" aria-label="Profile: mfalkvidd">@<bdi>mfalkvidd</bdi></a> what if we replace "s" with "sensorId" and so one?</p>
]]></description><link>https://forum.mysensors.org/post/112815</link><guid isPermaLink="true">https://forum.mysensors.org/post/112815</guid><dc:creator><![CDATA[ctodor]]></dc:creator><pubDate>Sat, 13 Aug 2022 22:51:10 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Sun, 21 Jun 2020 17:32:10 GMT]]></title><description><![CDATA[<p dir="auto">Like many, I struggled for literally years getting MySensors to work.  Recently I tried (yet again) and this time around I began by focussing on an <a href="https://forum.mysensors.org/topic/11200/finally-progress-evidence-based-radio-testing-method">evidence based radio testing method</a>, which for me was the key to success.  I humbly cross-link it from here in the hopes that it is helpful to others, because it makes me sad reading how many people have given up trying to get MySensors to work.</p>
<p dir="auto">Good luck!</p>
<p dir="auto">And by all means please do not suffer, struggling along in silence.  Make a post and try and get some help before frustration mounts too high, and you give up (as I did, many times).</p>
]]></description><link>https://forum.mysensors.org/post/106255</link><guid isPermaLink="true">https://forum.mysensors.org/post/106255</guid><dc:creator><![CDATA[TRS-80]]></dc:creator><pubDate>Sun, 21 Jun 2020 17:32:10 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Thu, 10 May 2018 15:49:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alowhum" aria-label="Profile: alowhum">@<bdi>alowhum</bdi></a> the security documentation is quite clear on the use of eeprom for encryption keys.</p>
]]></description><link>https://forum.mysensors.org/post/89861</link><guid isPermaLink="true">https://forum.mysensors.org/post/89861</guid><dc:creator><![CDATA[Anticimex]]></dc:creator><pubDate>Thu, 10 May 2018 15:49:26 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Thu, 10 May 2018 15:41:04 GMT]]></title><description><![CDATA[<p dir="auto">Now that encryption is becoming more common, perhaps there can be some tips/flowchart on how to troubleshoot that?</p>
<p dir="auto">For example, I just discovered that clearing the eeprom (there is a special sketch for that in the examples folder) helps remove old encryption settings.</p>
]]></description><link>https://forum.mysensors.org/post/89859</link><guid isPermaLink="true">https://forum.mysensors.org/post/89859</guid><dc:creator><![CDATA[alowhum]]></dc:creator><pubDate>Thu, 10 May 2018 15:41:04 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Tue, 01 Aug 2017 02:12:42 GMT]]></title><description><![CDATA[<p dir="auto">This is old, but I was looking through it today...<br />
According to the datasheets for voltage regulators and the reports of why there are problems with the nRF, the output, or load side capacitors are for keeping the voltage into the nRF as steady as possible. smaller caps are on the front side of the regulators for noise (faster transient voltages than what you'd see on the nRF draw), like those from other electronics, certain lights, radios, etc. and they are ceramic (or other non-polarized) that are great for this filtering in a small package.<br />
The regulators themselves, like the ones in the Arduinos (if you feed RAW pin) take care of the high frequency stuff, but a bigger capacitor is needed for voltage variations, which a ceramic can't do. This is why electrolytics are used. The problem is, electrolytics are much bigger, and so most regulators have you add them to make them work better. But where would you put a component larger than the MCU's chip? And besides, they are getting smaller all the time.<br />
I've never seen anyone say what value cap is overkill, as each person's setup is different. Some don't power their radios from the MCU's rail at all, and some MCUs can be loaded with servos, etc. that would make their draw on transmit different than yours. The bigger the cap (as long as voltage is a tad over what it will see) the better, when it comes to electrolytics. In fact, you can power your MCU with them!<br />
The only way you can know what will work in your unique situation is with an oscilloscope. It is fast enough to capture any dips in voltage on transmit/power-up, and it can show you any noise and ripple on the input. VOMs are just too slow, and not made to measure small changes in a higher voltage at the speeds you will need to see them.<br />
Since I have a pile of 10uf and 100uf, I start with 10uf by default, and if there is any errors that seem like TX dropout, I'll try 100uf, but a cap in this scenario is only a bandaid making up for an under-powered board, IMHO. With battery size/count restrictions, we don't have any choice, but in AC powered systems we should have a PS beefy enough to allow the radio and all peripherals to go nuts without affecting each other.<br />
If you suspect a supply voltage dropout to the nRF, you'll receive fine. So maybe try taking the other peripherals out one by one, maybe measuring overall current draw, and see if the symptom at some point goes away.<br />
And finally, my <em>opinion</em> is that the radio board is the most suspect piece in the chain. Playing musical parts might save you messing with the caps... :)</p>
]]></description><link>https://forum.mysensors.org/post/72704</link><guid isPermaLink="true">https://forum.mysensors.org/post/72704</guid><dc:creator><![CDATA[Bogus Exception]]></dc:creator><pubDate>Tue, 01 Aug 2017 02:12:42 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Thu, 23 Feb 2017 21:49:46 GMT]]></title><description><![CDATA[<p dir="auto">I have updated the instructions above with references to the new awesome online log parser tool created by <a class="plugin-mentions-user plugin-mentions-a" href="/user/hek" aria-label="Profile: hek">@<bdi>hek</bdi></a>. <a href="https://www.mysensors.org/build/parser" rel="nofollow ugc">https://www.mysensors.org/build/parser</a></p>
]]></description><link>https://forum.mysensors.org/post/60638</link><guid isPermaLink="true">https://forum.mysensors.org/post/60638</guid><dc:creator><![CDATA[mfalkvidd]]></dc:creator><pubDate>Thu, 23 Feb 2017 21:49:46 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Mon, 17 Oct 2016 10:49:34 GMT]]></title><description><![CDATA[<pre><code>"Error sending command, check device/hardware"
</code></pre>
<p dir="auto">I had oxidized dupont wires between radio and arduino. Good thing to check if your sensors lives outside!</p>
]]></description><link>https://forum.mysensors.org/post/50412</link><guid isPermaLink="true">https://forum.mysensors.org/post/50412</guid><dc:creator><![CDATA[pjr]]></dc:creator><pubDate>Mon, 17 Oct 2016 10:49:34 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Wed, 21 Sep 2016 15:04:36 GMT]]></title><description><![CDATA[<p dir="auto">I just checked my sensors and I'm using 470µF.<br />
Shows to go you really should check what you grab from a bag of capacitors ;)</p>
]]></description><link>https://forum.mysensors.org/post/48195</link><guid isPermaLink="true">https://forum.mysensors.org/post/48195</guid><dc:creator><![CDATA[Nicklas Starkel]]></dc:creator><pubDate>Wed, 21 Sep 2016 15:04:36 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Wed, 14 Sep 2016 09:35:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pellusfromtellus" aria-label="Profile: pellusfromtellus">@<bdi>pellusfromtellus</bdi></a> thanks for noticing. I've updated the connect radio page, hopefully it is a bit clearer now.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sundberg84" aria-label="Profile: sundberg84">@<bdi>sundberg84</bdi></a> nice profile picture. Great to get a face for you :)</p>
]]></description><link>https://forum.mysensors.org/post/47658</link><guid isPermaLink="true">https://forum.mysensors.org/post/47658</guid><dc:creator><![CDATA[mfalkvidd]]></dc:creator><pubDate>Wed, 14 Sep 2016 09:35:32 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Wed, 14 Sep 2016 06:07:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sundberg84" aria-label="Profile: sundberg84">@<bdi>sundberg84</bdi></a>: Tks for answering! :)</p>
]]></description><link>https://forum.mysensors.org/post/47641</link><guid isPermaLink="true">https://forum.mysensors.org/post/47641</guid><dc:creator><![CDATA[pellusfromtellus]]></dc:creator><pubDate>Wed, 14 Sep 2016 06:07:19 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Wed, 14 Sep 2016 06:05:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pellusfromtellus" aria-label="Profile: pellusfromtellus">@<bdi>pellusfromtellus</bdi></a> - its a typo... mostly I use a 4.7uF but to be honest im not sure which is the "recommended".</p>
]]></description><link>https://forum.mysensors.org/post/47640</link><guid isPermaLink="true">https://forum.mysensors.org/post/47640</guid><dc:creator><![CDATA[sundberg84]]></dc:creator><pubDate>Wed, 14 Sep 2016 06:05:30 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Wed, 14 Sep 2016 05:48:28 GMT]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">Thanks for Your troubleshooting guide. For a newbie (like me) it's really appreciated! :)</p>
<p dir="auto">A newbie question: Why do You use a 4.7 µF capasitor and on the page for connecting the radio (<a href="https://www.mysensors.org/build/connect_radio" rel="nofollow ugc">https://www.mysensors.org/build/connect_radio</a>) they use a 47µF capasitor (10 times bigger)?</p>
<p dir="auto">/Pellus</p>
]]></description><link>https://forum.mysensors.org/post/47638</link><guid isPermaLink="true">https://forum.mysensors.org/post/47638</guid><dc:creator><![CDATA[pellusfromtellus]]></dc:creator><pubDate>Wed, 14 Sep 2016 05:48:28 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Tue, 02 Jan 2018 18:58:00 GMT]]></title><description><![CDATA[<p dir="auto">For reading debug output for MySensors 2.0 (starts with TSP/TSM), see <a href="https://forum.mysensors.org/topic/4347/can-t-get-sensors-talking/3">this</a> great post by <a class="plugin-mentions-user plugin-mentions-a" href="/user/tekka" aria-label="Profile: tekka">@<bdi>tekka</bdi></a> and the doxygen documentation at <a href="https://www.mysensors.org/apidocs-beta/group__MyTransportgrp.html#details" rel="nofollow ugc">https://www.mysensors.org/apidocs-beta/group__MyTransportgrp.html#details</a></p>
<p dir="auto">EDIT: Or even better, use the awesome online <a href="https://www.mysensors.org/build/parser" rel="nofollow ugc">log parser</a> tool.</p>
]]></description><link>https://forum.mysensors.org/post/43373</link><guid isPermaLink="true">https://forum.mysensors.org/post/43373</guid><dc:creator><![CDATA[mfalkvidd]]></dc:creator><pubDate>Tue, 02 Jan 2018 18:58:00 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Mon, 29 Feb 2016 22:27:44 GMT]]></title><description><![CDATA[<h2>Troubleshoot the debug output</h2>
<p dir="auto">(courtesy of <a class="plugin-mentions-user plugin-mentions-a" href="/user/martinhjelmare" aria-label="Profile: martinhjelmare">@<bdi>martinhjelmare</bdi></a> from <a href="http://forum.mysensors.org/topic/2579/about-serial-api-1-5/2" rel="nofollow ugc">this</a> thread)</p>
<blockquote>
<p dir="auto">From the source code in the dev branch: <a href="https://github.com/mysensors/Arduino/blob/a876b320bcad5c29a2cf931b6be68636c5b5f162/libraries/MySensors/core/MyTransport.cpp#L91" rel="nofollow ugc">link</a></p>
<p dir="auto">s = sensor id<br />
c = message type 0-4: presentation, set, req, internal or stream. See <a href="https://github.com/mysensors/Arduino/blob/a876b320bcad5c29a2cf931b6be68636c5b5f162/libraries/MySensors/core/MyMessage.h#L44" rel="nofollow ugc">link</a><br />
t = value type: S_VALUE during presentation or V_VALUE during set/req<br />
pt = payload type: string, byte int, etc. See <a href="https://github.com/mysensors/Arduino/blob/a876b320bcad5c29a2cf931b6be68636c5b5f162/libraries/MySensors/core/MyMessage.h#L184" rel="nofollow ugc">link</a><br />
l = message length<br />
sg = signed or unsigned message: 0 or 1 for false or true</p>
<p dir="auto">0;0;3;0;9 means node 0 , sensor 0, internal message (3), not an ack message (0), log message (9). This means that it's the gateway that prints this info as a log after already having received the message from a node.</p>
<p dir="auto">At the end you have the payload: 27</p>
<p dir="auto">Similarly for a sent message: <a href="https://github.com/mysensors/Arduino/blob/a876b320bcad5c29a2cf931b6be68636c5b5f162//libraries/MySensors/core/MyTransport.cpp#L324" rel="nofollow ugc">link</a></p>
</blockquote>
]]></description><link>https://forum.mysensors.org/post/33000</link><guid isPermaLink="true">https://forum.mysensors.org/post/33000</guid><dc:creator><![CDATA[mfalkvidd]]></dc:creator><pubDate>Mon, 29 Feb 2016 22:27:44 GMT</pubDate></item><item><title><![CDATA[Reply to Read this first - it could SAVE YOU A LOT OF TIME on Sat, 20 Feb 2016 15:09:49 GMT]]></title><description><![CDATA[<p dir="auto">Hi Everyone,</p>
<p dir="auto">I made a quick video to share some of the things I've learned when troubleshooting issues.  I’m not an expert and this is by no means an all-inclusive troubleshooting guide but hopefully it will give you some tips that will help you get to the root of the problem you’re experiencing.</p>
<p dir="auto"><a href="https://youtu.be/vehinrWbxpw" rel="nofollow ugc">https://youtu.be/vehinrWbxpw</a></p>
]]></description><link>https://forum.mysensors.org/post/32115</link><guid isPermaLink="true">https://forum.mysensors.org/post/32115</guid><dc:creator><![CDATA[petewill]]></dc:creator><pubDate>Sat, 20 Feb 2016 15:09:49 GMT</pubDate></item></channel></rss>