35 lines
678 B
Markdown
35 lines
678 B
Markdown
|
|
# 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
|
||
|
|
|
||
|
|
|
||
|
|
|