2021-08-02 09:05 AM
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
2021-08-03 01:25 AM
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.
2022-03-16 02:46 AM
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