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.

Location Engine RefNode configuration

Other Parts Discussed in Thread: CC2430, Z-STACK

Hi,

we would like to evaluate the Location Engine. Currently we look at the location engine sample code which comes with the Z-Stack installation. Is it possible to configure the RefNodes without using the Z-Location Engine program? Is anybody here who did it and implement the CC2430/31 in is own application?

Wishmaster_de

  • Wishmaster,

    If you study the location sample application code provided for the reference nodes you will see that the position is something that is stored in memory and can be updated in a variety of ways.  The way we demonstrate in the sample code is for an incoming packet, initiated by the PC Tool, to trigger the writing of these variables, but this is application code and it is up to you how you would like to populate these variables.

  •  Hi PME_BLUM,

    thanks for this information.

    Wishmaster_de