Hi,
We have an integration problem using a CC1180. we need a little support from you and thank you in advance.
We made our own board (MSP430 + CC1180) based on the evaluation kit Ti-CC-868-DK 6LoWPAN. (this is basically the same design as the CC1180DK_DB). The problem is that using the same software (sensinode NAP Socket library) which is used for CC1180DK_DB, the CC1180 in our board does not work or does not response to the MSP430.
Normally, the CC1180 comes with a preloaded NanoStack Lite 2.0. Is there a specific configuration or initialization to do for the first use?
The CC1180 comes preloaded with a MAC address. What is the MAC address that comes by default on the chip?
I tried to read the MAC address in Nanoboot mode. but I didn't get any response from the CC1180. Is this the correct NAP packet to send in Nanoboot mode to read MAC address? :
0x05 | 0x4E | 0x41 | 0xCD | 0x05 | 0xC2
should I do something before sending a packet in nanoboot mode?