Skip to main content
Visitor II
August 2, 2021
Question

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

  • August 2, 2021
  • 1 reply
  • 1312 views

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

    This topic has been closed for replies.

    1 reply

    Explorer
    August 3, 2021

    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.

    Visitor II
    March 16, 2022

    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