cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F767+LWIP+FS data and access the data from web page

DK.8
Associate II

Hello, I've created a simple webpage using HTML and converted it into fs data and put it on STM32f7 nucleo board.

Now I want to access the data from web page and also want to display a message.

Could anybody please tell me how to access the data and write the data on web page

2 REPLIES 2
Sebastiaan
Senior

You will need:

SSI (server side includes) to display dynamic data in your web page

CGI (common gateway interface) to be able to interact with the system (e.g. send data to your stm or enable an LED).

The tutorial of this guy on youtube worked fine for me (https://www.youtube.com/watch?v=cYynDc82g4w). tutorial 2 is on CGI, tutorial 3 on SSI.

I am trying to follow this example 

https://www.youtube.com/watch?v=cYynDc82g4w

I am not using a DHCP server so I have set the board to a static IP in the same network as my computers ethernet.

 and when i try to ping with cmd i have no response the same with the browser

can you help me