<?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[Can&#x27;t receive parent answer]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Trying to integrate a basic node but it seems it isn't "hearing" the GW.<br />
It boots up nicely, starts the signing backend and radio encryption. Then, it tries to find a parent, the gateway answers but it seems it isn't "heard" by the node.</p>
<p dir="auto">The node is 2m away from the gateway, I've tried different RFM69HW modules and different PCBs (slim node PCB).<br />
The node is a slimnode with internal 8MHz clock. Other nodes are working fine with the GW.</p>
<p dir="auto">Any idea what can be wrong?</p>
<pre><code> __  __       ____
|  \/  |_   _/ ___|  ___ _ __  ___  ___  _ __ ___
| |\/| | | | \___ \ / _ \ `_ \/ __|/ _ \| `__/ __|
| |  | | |_| |___| |  __/ | | \__ \  _  | |  \__ \
|_|  |_|\__, |____/ \___|_| |_|___/\___/|_|  |___/
        |___/                      2.3.2

16 MCO:BGN:INIT NODE,CP=RPNNAS-X,FQ=8,REL=255,VER=2.3.2
40 SGN:PER:OK
75 SGN:INI:BND OK
77 TSM:INIT
79 TSF:WUR:MS=0
81 TSM:INIT:TSP OK
83 TSM:INIT:STATID=34
86 TSF:SID:OK,ID=34
88 TSM:FPAR
90 SGN:SGN:NREQ=255
2095 ?TSF:MSG:SEND,34-34-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
4102 !TSM:FPAR:NO REPLY
4104 TSM:FPAR
4106 SGN:SGN:NREQ=255
6109 ?TSF:MSG:SEND,34-34-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
8116 !TSM:FPAR:NO REPLY
8118 TSM:FPAR
8120 SGN:SGN:NREQ=255
10123 ?TSF:MSG:SEND,34-34-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
12130 !TSM:FPAR:NO REPLY
12132 TSM:FPAR
12134 SGN:SGN:NREQ=255
14139 ?TSF:MSG:SEND,34-34-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
16146 !TSM:FPAR:FAIL
16148 TSM:FAIL:CNT=1
16150 TSM:FAIL:DIS
16152 TSF:TDI:TSL
26155 TSM:FAIL:RE-INIT
26157 TSM:INIT
26159 TSM:INIT:TSP OK
26161 TSM:INIT:STATID=34
26165 TSF:SID:OK,ID=34
26167 TSM:FPAR
26169 SGN:SGN:NREQ=255
28174 ?TSF:MSG:SEND,34-34-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
30181 !TSM:FPAR:NO REPLY
30183 TSM:FPAR
30185 SGN:SGN:NREQ=255
32190 ?TSF:MSG:SEND,34-34-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
34197 !TSM:FPAR:NO REPLY
34199 TSM:FPAR
34201 SGN:SGN:NREQ=255
36206 ?TSF:MSG:SEND,34-34-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
38213 !TSM:FPAR:NO REPLY
</code></pre>
<pre><code>Dec 06 19:28:25 DEBUG TSF:MSG:READ,34-34-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
Dec 06 19:28:25 DEBUG TSF:MSG:BC
Dec 06 19:28:25 DEBUG TSF:MSG:FPAR REQ,ID=34
Dec 06 19:28:25 DEBUG TSF:CKU:OK,FCTRL
Dec 06 19:28:25 DEBUG TSF:MSG:GWL OK
Dec 06 19:28:26 DEBUG SGN:SGN:NREQ=34
Dec 06 19:28:30 DEBUG !TSF:MSG:SEND,0-0-34-34,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=NACK:0
Dec 06 19:28:33 DEBUG TSF:MSG:READ,34-34-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
Dec 06 19:28:33 DEBUG TSF:MSG:BC
Dec 06 19:28:33 DEBUG TSF:MSG:FPAR REQ,ID=34
Dec 06 19:28:33 DEBUG TSF:CKU:OK,FCTRL
Dec 06 19:28:33 DEBUG TSF:MSG:GWL OK
Dec 06 19:28:34 DEBUG SGN:SGN:NREQ=34
Dec 06 19:28:38 DEBUG !TSF:MSG:SEND,0-0-34-34,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=NACK:0

</code></pre>
<pre><code>#define MY_DEBUG //!&lt; Enable debug prints to serial monitor

// RADIO STUFF
#define MY_RADIO_RFM69 //!&lt; RFM69 radio driver
#define MY_RFM69_NEW_DRIVER
#define MY_RFM69_FREQUENCY RFM69_433MHZ 
#define MY_IS_RFM69HW  
#define MY_RFM69_ENABLE_ENCRYPTION
//#define MY_DEBUG_VERBOSE_RFM69

// SIGNING STUFF
// Select soft/hardware signing method
#define MY_SIGNING_SOFT //!&lt; Software signing
//#define MY_SIGNING_ATSHA204 //!&lt; Hardware signing using ATSHA204A

// Enable node whitelisting
//#define MY_SIGNING_NODE_WHITELISTING {{.nodeId = 
#define MY_SIGNING_REQUEST_SIGNATURES //!&lt; destination node signs all messages sent to this node

// SETTINGS FOR MY_SIGNING_SOFT
//#define MY_SIGNING_SOFT_RANDOMSEED_PIN 7 //!&lt; Unconnected analog pin for random seed

// SETTINGS FOR MY_SIGNING_ATSHA204
#ifndef MY_SIGNING_ATSHA204_PIN
#define MY_SIGNING_ATSHA204_PIN 17 //!&lt; A3 - pin where ATSHA204 is attached
#endif
#define MY_DEBUG_VERBOSE_SIGNING //!&lt; Enable signing related debug prints to serial monitor




#define MY_NODE_ID 34
#include &lt;MySensors.h&gt;

#define LOCK_1  3     //!&lt; Arduino Digital I/O pin number for first lock (second on pin+1 etc)
#define NOF_LOCKS 2   //!&lt; Total number of attached locks
#define LOCK_LOCK 1   //!&lt; GPIO value to write to lock attached lock
#define LOCK_UNLOCK 0 //!&lt; GPIO value to write to unlock attached lock

void setup()
{
	for (int lock=1, pin=LOCK_1; lock&lt;=NOF_LOCKS; lock++, pin++) {
		// Set lock pins in output mode
		pinMode(pin, OUTPUT);
		// Set lock to last known state (using eeprom storage)
		digitalWrite(pin, loadState(lock)?LOCK_LOCK:LOCK_UNLOCK);
	}
}

void presentation()
{
	// Send the sketch version information to the gateway and Controller
	sendSketchInfo("Secure Lock", "1.0");

	// Fetch lock status
	for (int lock=1, pin=LOCK_1; lock&lt;=NOF_LOCKS; lock++, pin++) {
		// Register all locks to gw (they will be created as child devices)
		present(lock, S_LOCK, "SecureActuator", false);
	}
}

/** @brief Sketch execution code */
void loop()
{
}

/**
 * @brief Incoming message handler
 *
 * @param message The message to handle.
 */
void receive(const MyMessage &amp;message)
{
	// We only expect one type of message from controller. But we better check anyway.
	// And echoed messages are not accepted as control messages
	if (message.getType()==V_LOCK_STATUS &amp;&amp; message.getSensor()&lt;=NOF_LOCKS &amp;&amp; !message.isEcho()) {
		// Change relay state
		digitalWrite(message.getSensor()-1+LOCK_1, message.getBool()?LOCK_LOCK:LOCK_UNLOCK);
		// Store state in eeprom
		saveState(message.getSensor(), message.getBool());
		// Write some debug info
		Serial.print("****\n\nIncoming change for lock:");
		Serial.print(message.getSensor());
		Serial.print(", New status: ");
		Serial.println(message.getBool());
    Serial.print("\n\n****\n");
	}
}
</code></pre>
]]></description><link>https://forum.mysensors.org/topic/11467/can-t-receive-parent-answer</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 01:01:48 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/11467.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 06 Dec 2020 19:44:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can&#x27;t receive parent answer on Mon, 07 Dec 2020 12:07:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joaoabs" aria-label="Profile: joaoabs">@<bdi>joaoabs</bdi></a> said in <a href="/post/108342">Can't receive parent answer</a>:</p>
<blockquote>
<p dir="auto">Maybe the slim node page could have some reference to this?</p>
</blockquote>
<p dir="auto">I totally agree, the IRQ line should be routed, also for nrf24 modules. Could you propose this in the slimnode maker's thread?</p>
]]></description><link>https://forum.mysensors.org/post/108343</link><guid isPermaLink="true">https://forum.mysensors.org/post/108343</guid><dc:creator><![CDATA[frits]]></dc:creator><pubDate>Mon, 07 Dec 2020 12:07:12 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t receive parent answer on Mon, 07 Dec 2020 11:14:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/frits" aria-label="Profile: frits">@<bdi>frits</bdi></a> I think you are right!</p>
<p dir="auto">I admit initially I didn't thought it could be that because I have a slim node working 100%, but after your comment, I checked it and there is in fact a shunt between INT0 and DIO0 (I must have done it last year or so and didn't remember). The other nodes I've been trying don't have it, so that's likely the case.</p>
<p dir="auto">Maybe the <a href="https://www.mysensors.org/hardware/slim-node" rel="nofollow ugc">slim node page</a> could have some reference to this?</p>
<p dir="auto">I'll solder some shunts and will re-try this evening, but I'm sure that was the problem.</p>
<p dir="auto">My slim nodes PCB's are red, but were ordered in 2018. Not sure what PCB release they are, though.</p>
<p dir="auto">Thank you very much!</p>
]]></description><link>https://forum.mysensors.org/post/108342</link><guid isPermaLink="true">https://forum.mysensors.org/post/108342</guid><dc:creator><![CDATA[joaoabs]]></dc:creator><pubDate>Mon, 07 Dec 2020 11:14:38 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t receive parent answer on Mon, 07 Dec 2020 07:40:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joaoabs" aria-label="Profile: joaoabs">@<bdi>joaoabs</bdi></a> I might not have been clear in the other thread (<a href="https://forum.mysensors.org/topic/11465">https://forum.mysensors.org/topic/11465</a>).</p>
<p dir="auto">Slim Node does not route RFM69-signal DIO0 (interrupt) to Arduino-pin D2 (INT0) (at least PCB version 1.4).</p>
<p dir="auto">Have you added a trace for this signal?</p>
]]></description><link>https://forum.mysensors.org/post/108341</link><guid isPermaLink="true">https://forum.mysensors.org/post/108341</guid><dc:creator><![CDATA[frits]]></dc:creator><pubDate>Mon, 07 Dec 2020 07:40:16 GMT</pubDate></item></channel></rss>