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.

Cascading End Device not working

Other Parts Discussed in Thread: SIMPLICITI

Hi,

I am new to this and am trying to get the Simpliciti Cascading End Device example to work in IAR on two ez430-RF2500 modules.  I can get each module to blink the red LED if I push the button (indicating it has entered start2Babble mode).  However, when I push the button and start2Babble, the other module does not blink the red LED which indicates to me that it did not receive the "BAD_NEWS" message.

I did change the address on each device to make them different but since it uses the unconnected user datagram I don't think this was necessary.

This same resulting behavior has been posted before in this forum and the user found that commenting the DRX_POLLS statement in smpl_config.dat fixed his problem.  I checked this but this is already commented out.

I removed and reloaded the SimpliciTI directory to insure I had not corrupted the files or code but get the same result.  Does anyone have a suggestion on how to get it to work?

 

 I would really like some help with this since this example is close to how I would like to use these devices in my product development.

Thanks,

tom

  • Hi,

    My fault.  The example is working fine.  When I first changed the address, I must not have saved the change so it had no impact.  Once I changed the address (more carefully) so they were different on each module, it worked fine.

    Moving on, tom