From 1c5937c34eafa0efc09c59208d1b68915693aeed Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Thu, 7 Aug 2025 23:30:29 +0200 Subject: [PATCH] explain install --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md 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 + + +