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.

include files for CC2430 Blind node C code

Other Parts Discussed in Thread: CC2431, CC2430, Z-STACK, CC2530

hi

can anyone pls tell me where i can find the #include files used for programming the blind nodes in CC2430/CC2431 EMK's ?

files are like this:

 

#include "OSAL.h"

#include "OSAL_NV.h"

#include "MTEL.h"

#include "AF.h"

#include "ZDApp.h"

#include "OnBoard.h"

#include "hal_key.h"

#if defined ( LCD_SUPPORTED )

#include "hal_lcd.h"

#endif

#include "LocationProfile.h"

#include "BlindNode.h"

#include "LocationEngine.h"

#include "SampleApp.h"

 

 

Hope for a quick and positive response.

Thanks

  • psk,

    The source files are included in the Z-stack code for the CC2431.  This is no longer on the TI web site, but here's a link where it can be downloaded (search for swrc073 on the page):  http://e2e.ti.com/support/low_power_rf/f/158/t/51927.aspx.

    Once the file is unzipped, the files are in the C:\Texas Instruments\ZStack-1.4.3-1.2.1\Projects\zstack\Samples\Location\Source and C:\Texas Instruments\ZStack-1.4.3-1.2.1\Components directories.

    -GrantC

  • hi Grant,

    Thanks for the reply but the given link is also not working. It seems that TI has stopped any developments on CC2430ZDK.

    another option i found was CC2530ZDK but i have a doubt whether it will suit my application or not.

     

    1. Please tell me whether CC2530ZDK can be used for location detection purpose ? 

    I mean that i want to use some fixed reference nodes which receive the RF signals from a blind node and sends the RSSI  values to the blind node which in turn calculates the position of the blind node.

    2. If it is possible to use than please tell me where i can find the manual for this application ?

    Please try to reply as soon as possible.

    Thanks

     

  • Hello,

    I am starting to work with a CC2530ZDK. I found on the Internet some codes that could help me, but they were based on the CC2430.

    Of course, when I tried to build the project I had some problems:

    "Fatal Error[Pe1696]: cannot open source file "OSAL_Custom.h" C:\Texas Instruments\ZStack-CC2530-2.5.1a\Projects\zstack\Samples\Test\Source\OSAL_GenericApp.c 17"

    "Fatal Error[Pe1696]: cannot open source file "MTEL.h" C:\Texas Instruments\ZStack-CC2530-2.5.1a\Projects\zstack\Samples\Test\Source\Serial.c 15"

    What modifications should I do if I want to adapt these codes for my project?

    Thanks,

    Victor.

  • Hi ,

    I am also facing the issue with cc2530.

    Fatal Error[Pe1696]: cannot open source file "osal.h" C:\Users\sunilksi\RXTX\RXTX\TempSensorCode_rx\source\components\targets\srf05_soc\hal_uart.c 53.

    Can any one help me out ?

    Thanks,

    Sunil

  • Hi Sunil,

    You can download and install Z-Stack. These file are in Z-Stack source.