I am using MSp430F5438A + cc2520 and zstack sample app...
1) In documents, it says ieee address is unique.
but each time(power up) it displays different address ,,,
pls explain...
2) where ieee addresses are stored?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am using MSp430F5438A + cc2520 and zstack sample app...
1) In documents, it says ieee address is unique.
but each time(power up) it displays different address ,,,
pls explain...
2) where ieee addresses are stored?
I am not familiar with MSP. But IEEE address is unique only. If you are using Zigbee in it, the address which displays is not a IEEE address that is short address. You can request a IEEE address with that short address to know IEEE address of remote device by using ZDP_IEEEAddrReq().
ok sir,,,
But when the power on board, it displays IEEE address and then network address is over written in same LCD row.
I knew ieee address is unique. But zstack sampleapp gererates ieee address randomly,,
Regards,
Keerthi G
Hi Keerthi,
I have no experience on MSp430F5438A + cc2520 however I suppose that IEEE address should be keep on EEPROM or NV on MSP. Z-Stack will try to read IEEE address on it but will generate a random one if not available. For each CC2530, I know TI has already claim a fixed IEEE address and burn on it. As for MSp430F5438A , I think TI doesn't claim one for it becasue MSp430F5438A is a general purpose low power MCU. So, you won't have a default IEEE address in it for Z-Stack. That's why IEEE address always changes.
Ok chen,
Thank you.
Every zigbee device has a ieee address, when it is manufactured.
1) then why CC2520 doesn't have that?
I want to store my sensor data in memory. what is the procedure to store it? Is there any functions or library in zstack?
Regards,
Keerthi G
As I mentioned in previous post, I have no experience on MSp430F5438A + cc2520. May I ask why you choose I have no experience on MSp430F5438A + cc2520? In my experience, CC2530 works pretty good for most of projects and it is cheaper solution.