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.

cc2530ZDK

Hello

I am a student of University of the Aegean . As part of my thesis I use cc2530ZDK , and I have some questions about cc2530zdk I wanted to ask you.  Initially I want to describe what I want to achieve and ask your advice . My aim is to study the energy efficiency as a function of link quality first for the pre -programmed sensors and then making my own scenarios . My first thought is to create the network and instead of connecting it to the ZSensor Monitor, to connect it to SmartRF Studio setting the gateway as receiver to get packages with the corresponding RSSI and total PER (%). What I get as a result, but I do not know if it's right, because I noticed large PER and packages that I couldn’t understand the information about temperature (temp) and voltage. That’s why I would like to ask you if the procedure I am following is correct or the connection with the SmartRF Studio cancels my default network and impose another condition?. If so , how do I get the data I need ?Is there any way that you can suggest me ?

  • Hi,

    Which sample application you used to send your sendor packets?

    First, I think you define the packet format by yourself. So you should know what means of each byte in your packet.

    You can use a simple sampl application code which have basic function and add your software to it. Then send data to the gateway which connect with PC as the RX mode.

    Please make sure two node should be set in the same work channel.

    Thank you.

  • Thanks for your answer...
    The program I use is the SensorDemo, that was pre - programmed the sensors . The truth is that the data does not interest me much ... all I want is to have a traffic on my network, for measuring RSSI and PER for different parameters in this program (SensorDemo) .SmartRF Studio do this work (measure rssi and PER) . When I connect SmartRF Studio with my board that runs the SensorDemo, observe that the LEDs on SmartRF05EB, that must blinking with specific way , stoped . And I wonder, if the SmartRF Studio show me  the results of the SensorDemo application (with sleep times, data polling etc) or stop this SensorDemo application and shows me something else ??