Skip to main content
sainti
Associate
August 29, 2019
Question

how to link own web-server with stm32f2+enc28j60.

  • August 29, 2019
  • 4 replies
  • 1418 views

Hi st-community, Actually i have create my own embedded server and blink the led through a web page and this is done with the help of enc28j60 module interface with stm32f207. Now I want to connect my web-server(my own website) with stm32f2+enc28j60. So please tell how to link that web-server with stm32f2+enc28j60.

This topic has been closed for replies.

4 replies

Tesla DeLorean
Guru
August 29, 2019

You'd send a HTTP GET request to the server, in the inverse fashion that you serve the page in your earlier example.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
sainti
saintiAuthor
Associate
August 30, 2019

Actually, I don't know how to apply the GET request in my code and the above procedure have been done by me with the help of internet tutorial. Please help me I am beginner.

Piranha
Principal III
August 31, 2019

Here it is:

https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Example_session

But, if the intent is to set up communication between devices all of which are made by You, then using HTTP is a very stupid thing to do.

sainti
saintiAuthor
Associate
August 31, 2019

Actually i get the whole code from github and i just edit it and it works.