Skip to content

Commit 495af86

Browse files
authored
Update README.md
1 parent db3880d commit 495af86

File tree

1 file changed

+26
-27
lines changed

1 file changed

+26
-27
lines changed

README.md

+26-27
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
11
# ESP8266 Webserver Tutorials
22
A series of tutorials to use the ESP8266 as a web server
3-
* Part 1 : Store HTML, CSS and IMG files on system file SPIFFS
4-
http://www.diyprojects.io/esp8266-web-server-part-1-store-web-interface-spiffs-area-html-css-js/)
5-
* Part 2 : Interaction between Arduino code and HTML interface
6-
http://www.diyprojects.io/esp8266-web-server-part-2-interaction-code-arduino-html-interface/
7-
* Part 3 : How to recover time on a time server (NTP)
8-
http://www.diyprojects.io/esp8266-web-server-part-3-recover-time-time-server-ntp/
9-
* Part 4 : ArduinoJson, load, save files (SPIFFS)
10-
http://www.diyprojects.io/esp8266-web-server-part-4-arduinojson-load-save-files-spiffs/
11-
* Part 5 : add Google Charts gauges and charts
12-
http://www.diyprojects.io/esp8266-web-server-part-5-add-google-charts-gauges-and-charts/
13-
* Part 6 : OTA update of the ESP8266 modules
14-
https://diyprojects.io/arduinoota-wireless-update-ota-arduino-ide-esp8266-programs/#.WnXyDJOdXJw
15-
* FTP server : SPIFFS file exchange, rapid development Web Server
16-
http://www.diyprojects.io/esp8266-ftp-server-spiffs-file-exchange-rapid-development-web-server/
3+
* Part 1: [Store HTML, CSS and IMG files on system file SPIFFS](
4+
https://diyprojects.io/esp8266-web-server-part-1-store-web-interface-spiffs-area-html-css-js/)
5+
* Part 2: [Interaction between Arduino code and HTML interface](
6+
https://diyprojects.io/esp8266-web-server-part-2-interaction-code-arduino-html-interface/)
7+
* Part 3: [How to recover time on a time server (NTP)](
8+
https://diyprojects.io/esp8266-web-server-part-3-recover-time-time-server-ntp/)
9+
* Part 4: [ArduinoJson, load, save files (SPIFFS)](
10+
https://diyprojects.io/esp8266-web-server-part-4-arduinojson-load-save-files-spiffs/)
11+
* Part 5: [add Google Charts gauges and charts](
12+
https://diyprojects.io/esp8266-web-server-part-5-add-google-charts-gauges-and-charts/)
13+
* Part 6: [OTA update of the ESP8266 modules](
14+
https://diyprojects.io/arduinoota-wireless-update-ota-arduino-ide-esp8266-programs/#.WnXyDJOdXJw)
15+
* FTP server: [SPIFFS file exchange, rapid development Web Server](
16+
https://diyprojects.io/esp8266-ftp-server-spiffs-file-exchange-rapid-development-web-server/)
1717

1818
# Programmation Web Serveur ESP8266
1919
Une série de tutoriels pour apprendre comment programmer l'ESP8266 comme un serveur web
20-
* Partie 1 : enregistrer les fichiers HTML, CSS, IMG sur le système de fichier SPIFFS
20+
* Partie 1 : [enregistrer les fichiers HTML, CSS, IMG sur le système de fichier SPIFFS](
2121
http://www.projetsdiy.fr/esp8266-web-server-partie1-stockage-spiffs-interface-web/)
22-
* Partie 2 : Interaction entre le code Arduino et l'interface HTML
23-
http://www.projetsdiy.fr/esp8266-web-serveur-partie2-interaction-arduino-interface-html/
24-
* Partie 3 : Comment récupérer l'heure sur un serveur de temps (NTP)
25-
http://www.projetsdiy.fr/esp8266-web-serveur-partie3-heure-internet-ntp-ntpclientlib/
26-
* Partie 4 : ArduinoJson, charger, enregistrer des fichiers (SPIFFS)
27-
http://www.projetsdiy.fr/esp8266-webserveur-partie4-arduinojson-charger-enregistrer-fichiers-spiffs/
28-
* Partie 5 : gauges et graphiques Google Charts
29-
http://www.projetsdiy.fr/esp8266-web-serveur-partie5-gauges-graphiques-google-charts/
30-
* Partie 6 : mise à jour sans fil (OTA) des modules ESP8266
31-
https://projetsdiy.fr/arduinoota-ota-mise-jour-sans-fil-ide-arduino-programmes-esp8266/
32-
* Serveur FTP : échange de fichiers avec le système de fichier SPIFFS, développement rapide Web Serveur
33-
http://www.projetsdiy.fr/esp8266-serveur-ftp-echange-fichiers-spiffs/
22+
* Partie 2 : [Interaction entre le code Arduino et l'interface HTML](
23+
http://www.projetsdiy.fr/esp8266-web-serveur-partie2-interaction-arduino-interface-html/)
24+
* Partie 3 : [Comment récupérer l'heure sur un serveur de temps (NTP)](
25+
http://www.projetsdiy.fr/esp8266-web-serveur-partie3-heure-internet-ntp-ntpclientlib/)
26+
* Partie 4 : [ArduinoJson, charger, enregistrer des fichiers (SPIFFS)](
27+
http://www.projetsdiy.fr/esp8266-webserveur-partie4-arduinojson-charger-enregistrer-fichiers-spiffs/)
28+
* Partie 5 : [gauges et graphiques Google Charts](
29+
http://www.projetsdiy.fr/esp8266-web-serveur-partie5-gauges-graphiques-google-charts/)
30+
* Partie 6 : [mise à jour sans fil (OTA) des modules ESP8266](
31+
https://projetsdiy.fr/arduinoota-ota-mise-jour-sans-fil-ide-arduino-programmes-esp8266/)
32+
* Serveur FTP : [échange de fichiers avec le système de fichier SPIFFS, développement rapide Web Serveur](http://www.projetsdiy.fr/esp8266-serveur-ftp-echange-fichiers-spiffs/)

0 commit comments

Comments
 (0)