in the AP as data hub application, how does the ED know how to find the AP?
I think that the " smplStatus_t nwk_join(void)" function is where the ED "finds" the AP, and then starts trying to join it. However, the "apAddr " variable never fills with anything resembling the address that is in the "smpl_config_dat" file for the AP. Is this how things are supposed to be?
So basically, the ED cannot find the network that the AP is broadcasting, so it doesn't know what network to try and join. (I think).
Any help?
CCSv4, Simpliciti, MSP430FG4618 exp board, CC2500 EMK, Ap as Data hub. When trying to load this program on to the boards, they will not join together. The behavior is that the LED's of the AP are on constantly, and the LED's on the ED's blink continuously. Buttons do nothing. Looking for help with this Debug,
Things I have checked:
Num_connections >0,
the semphore that allows the AP to listen for a new connection ("sJoinSem"), does not ever set
checking the ED for what it sees, when it gets to the function looking for apAddr, nothing returns as successful.
I have not changed any of the "out of box" code.
Paul