Hi,
I have a similar problem with this post,
viewtopic.php?f=4&t=8742 I just received a Meshlium Zigbee-PRO-AP and some Waspmote ZB ON CHIP. The Meshlium cant receive anything from a waspmote.
My 1st question is, can they work together?
n I did the capturer test
Code:
meshlium:~# capturer S0 38400
setting speed 38400
ttyS0 chosen
...
Press Ctrl+c to close the program
+++ok
0
0
5
40714c07
13a200
10
meshlium
0
4
ok
ok
0
0
5
40714c07
13a200
10
meshlium
0
4
ok
The ATCH returns 10 where PANID and ATEE are both 0
In the Waspmote side, I use the start program and change the mac address to the Meshlium mac address
Code:
xbeeZB.setDestinationParams(paq_sent, "0013A2004074C07", data, MAC_TYPE,DATA_ABSOLUTE);
Anything beside this should be changed in order to use this example?
I read the waspmote zigbee networking guide, the waspmote can set as a Coordinator, Router or End Device. If I want to set it as a coordinator, should I just follow the startup process shown on 8.4.1 in the networking guide? And set as a router in 9.1.1?
So, how can I set the Channel, PANID in waspmote in order to match with my Meshlium?
In my Meshlium Manager System, inside the Zigbee Plugin, there are a few lines only, is it normal?
Code:
Node ID: Mesglium
Encrypted mode: OFF
Encrypt key:
MAC high: 13A200
MAC low: 40714C07
I also tried to preset the Meshlium to Zigbee AP, anything I should set or do after preset?
Thanks in advance