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.

SimpliciTI -- AP as data hub

Other Parts Discussed in Thread: SIMPLICITI, CC2510

Hi,

I have a problem with SimpliciTI example -- AP as data hub. I downloaded the code (SimpliciTI 1.0.6 version)  to ED (with main_mainy_Eds.c) and AP, however the ED does not link to AP. I changed their addresses in smpl_config.dat. I haven't change anything else in the original code.

I use ez430 rf2500 boards. What could be the problem?

Thanks!

 

  • Hi.

    Do not have access to the ez430 boards right now, but tried the same example using the SmartRF04EB and CC2510 and it works just fine out of the box.
    Does the ED successfully join the AP?

  • Hi Kjetil,

    The example now works just fine -- sometimes it's just needed to rebuild the whole project again, and it works perfectly.

    Thank you!

  • I like to 'clean' the projects before each build - especially if I am changing between the ED and AP projects. This assures that the correct smpl_config.dat file is included in each build, which may not happen without the clean and can lead to the behavior described.

    Regards, ~Miguel

  • I use the CC1111F32 chip. I find the CC1111 USB Dongle example and SimpliciTI example (AP as data hub). How I can to use SimpliciTI Access Point with PC USB connection as CDC device?

  • I have a similar request.  Have any one done it?  pls give us a helping hand.  thanks

  • Hi.

    At the moment there are no complete examples on how to achieve this using SimpliciTI.

    What you will need to do is to modify the USB library examples found here and merge it with SimplciTI.
    There will eventually be a new and upgraded example library (including a RF modem) for the CC1111 and the other LPRF SoCs with USB that has CDC and is based partly on SimpliciTI (it's lower layer called MRFI), but i have no date when this will be available.

    Rgds,
    Kjetil

  • Hi,
    OK, I tried, but I need help.  I need CC1111 as AP with USB functions to work.  But my first step is to get CC1111 to compile and run Simpliciti as AP without USB functions. 

    So, I stripped out board functions (such as LED light and buttons on/off etc.) and able to compiled and run on CC1110 perfectly.


    Then with that same code, I compiled for CC1111.  Unfortunately, it didn't compile.  I got this error Fatal Error[Pe035]: #error directive: "ERROR: __bsp_CLOCK_MHZ__ not defined for this radio." C:\Texas Instruments\SimpliciTI-1.0.6\Components\bsp\boards\SRF04EB\bsp_board_defs.h 69 nwk_ping.c .


    I set compile options for "MCU_H=<ioCC1111.h> and MRFI_CC1111.

    And Of course I am new to this.  Please give me a helping hand.
    thanks

  • Well, I solve my own problem.  It needs different include file from different folder.  I changed the path in compiler options to use this path first

    $PROJ_DIR$\..\..\..\..\..\Components\bsp\boards\RFUSB

    then problems solved.

    Now on to merge the USB stuffs

    thanks[:)]