cnsat1
October 4, 2022, 4:26pm
1
Good Day,
I'm trying to make a web server with Ethernet Shield with an input form to be stored into the EEPROM. Basically I have to store four variables values that must be used in other task.
I'm not very skilled in HTML. Any suggestion?
Thank you!
J-M-L
October 4, 2022, 4:29pm
2
cnsat1:
Any suggestion?
assuming you have a UNO or MEGA and not an ESP?
The net is full of tutorials for creating a simple web server and getting form info back.
there are also tutorials for handling EEPROM
you should play with those separately and once you get a good grasp on how it works, put everything together
cnsat1
October 4, 2022, 7:37pm
3
Hi,
thank you for the answer. Exactly. I have a UNO with Ethernet shield.
I found several tutorials using the ESP but nothing using the Ethernet Shield. Any Link?
Thank you
J-M-L
October 4, 2022, 9:21pm
4
If you read French
Bonjour à tous,
(EDIT: en post #25 la meme chose pour une carte esp8266 genre Wemos D1 R2)
comme j'ai vu pas mal de questions concernant l'usage d'un shield Ethernet pour permettre de piloter son Arduino par une page web, ou simplement d'afficher de l'information en provenance de son Arduino sur un navigateur, je me suis dit qu'en cette fin de journée pluvieuse ce serait un petit exercice sympa à partager.
Le montage physique est super simple:
Vous connectez le shield ethernet sur votre UNO
…
Or probably could use Google translate
cnsat1
October 5, 2022, 6:31am
5
Ok... Thank you.
I found the solution:
Is there a simple way to implement querystring parameter parsing in the WebServer example?
For example I would like to call ?key=value and read the value in the lines:
EthernetClient client = server.available();
if (client) {
....
thank you
system
Closed
April 3, 2023, 6:31am
6
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.