explain install
This commit is contained in:
commit
1c5937c34e
1 changed files with 34 additions and 0 deletions
34
README.md
Normal file
34
README.md
Normal file
|
|
@ -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 <username>
|
||||
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
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue