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.

smartRF studio version 7 transmission/reception

Other Parts Discussed in Thread: CC2520, CC2511, CC2530

sir,

i am using smartRF05EB+msp4302618+cc2520 in smartRf studion version 7......i had done PER test using CCS successfully, do same thing in smartRF studio but it has some problem that is  

please help me...my main task is to transmit and receive the data using smartRF studio

 now i try to 

  • Try to disconnect the CCDebugger and only use the SmartRF05 board.

  • Hi

    The SmartRF Studio does not use the MSP for the CC2520. Connect the CC2520EM directly on the SmartRF05EB without the MSP board or the FET connected. When you power up the SmartRF05EB with the USB connected to the computer you should see the CC2520 in the list of connected devises in the SmartRF Studio start window

  • how to check wether my smartrf05eb+cc2520  board is working or not

    it is showing two cc2520 devices are connected online it was given id also..my doubt is how to transmit and receive the data packet in using this smartrf05EB+cc2520

  • I have coonnected CC2520 dirctly to Smartrf05EB board and when i powered on the board i'm finding two devices in my list 1)CC2520 2)CC2511

    Before connecting CC2520 dirctly to EB bord we have connected it through MSP4302618 where we have dumped a n example code called PER-TEST but later on removed the MSP2618 as it will not be connected through Smartrf studio7..so will d program dumped in MSP2618 will be present in smartrf05eb board??

    when we run the smartrf05eb+cc2520 using smartrfstudio7 what program is actually running and transferring  the data given in expert mode??  Is that the default GUI program running??

    if that is d case where is that program stored??Can we modify that program as our requirements??

    n

    Is there any possibility to program CC2511??on our requiremnts??

  • Hi

    kenfreeM said:
    ..so will d program dumped in MSP2618 will be present in smartrf05eb board??

    No, the MSP is a separate MCU so any code programmed on the MSP will have no presence on the SmartRF05EB

    kenfreeM said:
    when we run the smartrf05eb+cc2520 using smartrfstudio7 what program is actually running and transferring  the data given in expert mode??  Is that the default GUI program running??

    The SmartRF05EB has a CC2511 SoC which serves as a USB controller. The controller is programmed with a firmware that controls the communication between the connected EM and the applications running on the PC, in this case SmartRF Studio. When using SmartRF Studio there is no program code that the user can change or alter other than the parameters available through the GUI. However you can export register settings from the GUI window to paste into your own code.

    kenfreeM said:
    Is there any possibility to program CC2511??on our requiremnts??

    The CC2511 on the SmarRF05EB has a bootloader that allows programming of new code onto the MCU, sse the CC2520DK Users guide

  • can you give step wise screen shots

  • Can u please give the step wise procedure..its urgent

  • i have to run pertest example using smartrf studio7 with the complete frame format and frame fields and its values using GUI..can u help me out..

    I am using  Smartrf05EB + cc2530  

  • It is not clear to my what you define as "complete frame format".

    In packet Tx you can send what ever you want by selecting "hex" in the packet Tx tab and write in the data. Have you read http://www.ti.com/lit/ug/swru194b/swru194b.pdf