-
Notifications
You must be signed in to change notification settings - Fork 0
Environment_setup
Stefano Zenaro edited this page Apr 22, 2019
·
1 revision
- Download Arduino IDE (> 1.8.7 ) Here
- Install USB drivers, download Here
- Add this to the “Additional Boards Manager URLs” in the Arduino IDE
http://arduino.esp8266.com/stable/package_esp8266com_index.json
- Restart the Arduino IDE
- Go to
Tools -> Board -> Boards Manager
and install theesp8266
package by ESP8266 Community - Restart the Arduino IDE
- Change the current board to
Generic ESP8266 Module
under the tools menu - Under tools, make sure this settings are selected:
- Flash Mode = QIO
- Flash Frequency = 40MHz
- CPU Frequency = 80MHz
- Flash Size = 4M 1M SPIFFS
- Reset Method = nodemcu
- Upload Speed = 115200
- Download these libraries from
Sketch -> Include Library -> Libraries Manager
- Adafruit Unified Sensor by Adafruit
- DHT Sensor Library by Adafruit
- Select the correct port under the Tools menu
- Change the variables values to your liking and upload the sketch to the board
- User Guide
- Customization
-
Raspberry Pi
-
web server
- frontend
- backend
- database
- network
-
web server
- Node MCU
- Manuale Utente
- Personalizzazioni
-
Raspberry Pi
-
server web
- descrizione breve sistema monitoraggio
- descrizione per navigazione
- descrizione per componente (TODO)
- database
- rete
-
server web
- Node MCU