I configured the JeeNode, but run into troubles upto the point that I have to upload the RF12demo again to get the JeeNode back to life...
- it started with the problem assigning #10 to the node --> was set to node 0
- then after upload, I was able to communicate with the JeeLink upto the point that I tried to send a packet to a nonexisting node, but with an Ack. --> node set to 0 ??
See below for the output:
Available commands:
<nn> i - set node ID (standard node ids are 1..26)
(or enter an uppercase 'A'..'Z' to set id)
<n> b - set MHz band (4 = 433, 8 = 868, 9 = 915)
<nnn> g - set network group (RFM12 only allows 212)
<n> c - set collect mode (advanced, normally 0)
t - broadcast max-size test packet, with ack
...,<nn> a - send data packet to node <nn>, with ack
...,<nn> s - send data packet to node <nn>, no ack
<n> l - turn activity LED on PB1 on or off
Remote control commands:
<hchi>,<hclo>,<addr>,<cmd> f - FS20 command (868 MHz)
<addr>,<dev>,<on> k - KAKU command (433 MHz)
Current configuration:
B i2 g212 @ 915 MHz
> 1a
-> 1 b
? 32 45 212 242 126 144 48 102 106 11 28 59 144 88 139 149 192 245 219 65 108
> 0t
-> 66 b
> 0e
> 0s
> 0t
> 0i
@ i0 g212 @ 915 MHz
config save failed
-> 66 b
> 0n
Available commands:
<nn> i - set node ID (standard node ids are 1..26)
(or enter an uppercase 'A'..'Z' to set id)
<n> b - set MHz band (4 = 433, 8 = 868, 9 = 915)
<nnn> g - set network group (RFM12 only allows 212)
<n> c - set collect mode (advanced, normally 0)
t - broadcast max-size test packet, with ack
...,<nn> a - send data packet to node <nn>, with ack
...,<nn> s - send data packet to node <nn>, no ack
<n> l - turn activity LED on PB1 on or off
Remote control commands:
<hchi>,<hclo>,<addr>,<cmd> f - FS20 command (868 MHz)
<addr>,<dev>,<on> k - KAKU command (433 MHz)
Current configuration:
@ i0 g212 @ 915 MHz
> 0g
@ i0 g0 @ 915 MHz
config save failed
> 0i
@ i0 g0 @ 915 MHz
config save failed
> 0t
-> 66 b
> 0a
> 0l
> 8a
And once more, after upload issuing the command "N i" (ie set to node N):
Current configuration:
A i1 g212 @ 433 MHz
N i14 g212 @ 433 MHz
> 0i
@ i0 g212 @ 433 MHz
config save failed
And dead again! Do I do something wrong?

resolved