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.

CC2430 - Router conection to coordinator



Hello,

I´m using GenericApp to make comunication tests, i have the folowing cenario: R1 -> R2 -> Coord. R2 comunicate with Cord., but R1can´t . What i´m doing wrong?

Please, any help.

 

Thanks.

 

  • Hello,

     

    Do i have to use NLME_PermitJoiningRequest() on R2?

     

    Any help?

    Thanks

  • Many possible problems - have you observed over-air traffic using a sniffer? That would be very helpful to "see" whether R1 even sends anything. Have you verifed that R1 and R2 have different IEEE adresses? Are you using "auto-find" (SW4) to discover devices? I believe that ZStack "remembers" only the last response received, so it's luck whether R1 or ZC answers last when SW4 is pressed on R2.

  • Thank you for the reply, i will try to answer all the questions

     

    > have you observed over-air traffic using a sniffer?

    When the router is near the ZC the communication is made.

    > Have you verified that R1and R2 have different IEEE adresses?

    Yes, they have different IEEE adresses.

    > Are you using "auto-find" (SW4) to discover devices?

    I´m not using the switchs, and i´m not using binding. Probably this is the problem, for me to have multi-hop i have to use binding?


    Regards