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.

CC1350STK: unable to find the each sensor data in binary data format

Part Number: CC1350STK
Other Parts Discussed in Thread: ENERGIA, CC1350

Hallo all,

Good day,

I read CC1350STK  device data from the flash programmer 2 software. I want to plot the graphs with each sensors(accelerometer sensor,movement,humidity etc). But  i am unable to differentiate the data in saved .txt file(unable to get it). And also i used Btool but no useful it says time error(not reading or writing the data). kindly let me know, how can i read' the data for each sensor? or is there any procedure than the FP 2?

I tried in google and in community but i didn't get any related to my problem.

Thanks in advance.

  • Hi, so let me see if I got this correct: You are trying to use flash programmer 2 to read the flash content then save it to a txt file in order to retrieve sensor information (Edit (all flash)->Read->Save to file?)?

  • Hi Fred G,

    thanks for your reply.

    Yes, i done the same way as you said. is it correct way to proceed?

  • Hi, it's the first time I have heard anyone using Flash Programmer studio for this purpose.
    I would rather suggest to make a project in CCS which reads these sensors, transmit the data over UART and then you can log it with PuTTY or similar application. Or Combine it with the rfPacketTx example and transmit the data to an rfPacketRx controlled by SmartRF Studio. You can log the data from this application as well.
    A shortcut in regards to code development could be the Energia tools, which have example code for several of the sensors:
    http://energia.nu/

  • Hi, firstly i have taken data from sensortag (ideal data i.e, buyed time),data has been stored in .txt file and want to plot it. so, i use Fp2 software to read the binary data. After that, i want to do a sample experiment ,vibration and movement observed by sensortag and this data should be transformed into a Btool or FP2  and also want to take another data but without touching any thing in experiment(ex. position and place). now i have to plot again and observe.

    Here i can use SmartRF studio because i dont have Rx. so, i am unable to use this software application(I have CC1350, usb dongle and debugger only). If i use ccs, i think i have to touch the tag.
    I am very beginner. i may asking very small questions but these are very big problems from my side. kindly understand.