commit 1c5937c34eafa0efc09c59208d1b68915693aeed Author: Christophe Robillard Date: Thu Aug 7 23:30:29 2025 +0200 explain install diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe14bdf --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# THE CUP + +Le micro-controller qui collecte des infos depuis une carte rfid et qui l'envoie à un serveur + +## INSTALL + +Adafruit Huzzah Feather ESP8266 + + +``` +sudo usermod -a -G uucp +reboot +``` + + +Tools -> Board Manager -> Adafruit Huzzah Feather ESP8266 + +Pour serial port, indiquer 115200 baud + + +1- Install Arduino core for ESP8266 WiFi chip + +Avec git version pour corriger le bug https://github.com/esp8266/Arduino/pull/9034 + +Instructions : https://arduino-esp8266.readthedocs.io/en/latest/installing.html#using-git-version +Installer dans le répertoire sketchbook (par defaut ~/Arduino) + +2- Install libraries + +Edit - Include Library - Manage Libraries +WifiManager + + +