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/CC3220SF-LAUNCHXL: HOW CAN I SEND DATA TO HTML WEB PAGE USING CC3220SF LAUNCHPAD ?

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF, UNIFLASH

Tool/software: Code Composer Studio

Hi, 

I have cc3220sf launchpad and i wanna send a few data that i took with uart to the html web page. What should i do ? which example do i need to focus on and improve ? 

for example, out of box application makes possible to send accelometer datas to a web page dinamically. I wanna make similiar application. How can i improve that html page or design like that a new page ? 

thanks.

  • Hello,

    The link_local_task.c file in the out_of_box example contains all the HTTP implementation for the web page. There you will find function implementation for sensors, LED and all HTTP associated functions. The SimpleLinkNetAppRequestEventHandler receives all the incoming HTTP requests and puts them in a message queue so the application can handle them accordingly then respond. You can also download the internal website files from the out_of_box Uniflash project within the user files section in Uniflash to see how the web page for the out_of_box example was designed for CC3220.

    If you want to customize or "improve" the web page implementation of the out_of_box example - link_local_task.c and the web page files you can get from Uniflash would be the place to do so.

    Jesu

  • hello Jesu,

    thank you so much for these informations and quick repliying. :")

  • Glad I could help. Closing thread.

    Jesu