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.

CCS/CC3200STK-WIFIMK: can I program the sensortag wifi with devpack?

Part Number: CC3200STK-WIFIMK
Other Parts Discussed in Thread: LAUNCHXL-CC3235SF, CC3220SF-LAUNCHXL, CC3200, CC3200-LAUNCHXL

Tool/software: Code Composer Studio

Hi,

I would like to ask if i can program the sensortag wifi using the devpack. I bought both as it was stated that using the devpack, i will be able to debug and flash the sensortag. However, i'm having issues with CCS 9 detecting the devpack. My sensortag is working fine and i can connect it to my IPhone via the app. However, what i would like to do is to program the sensortag to read all the sensor data and transmit all data to my wifi so as to collect sensor data. Please advise.

Thanks.

  • Hi,

    Uploading own firmware into CC3200 SensorTag is not supported due to regulatory limitations. For development of your firmware you should to use CC3200-LAUNCHXL or newer CC3220SF-LAUNCHXL, LAUNCHXL-CC3235SF.

    Jan
  • Hello,

    Please share with me where it says you can debug and flash the Sensortag so I can correct it. To add to Jan's comment - the SensorTag is for demonstration purposes only and cannot be used for development.

    On a side note, if you just wish to collect sensor data you can easily do this by sending the correct HTTP request to the Sensortag. You can find a useful Github repo here to learn how.

    Jesu