Skip to content

yaymalaga/esp8266_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Set-up

ESP8266

Arduino IDE (^1.6.4) need to be configured in order to support the ESP8266 board.

  1. Go to 'Files' => 'Preferences' and add the following url in the 'Additional Boards Manager URLs' field:
http://arduino.esp8266.com/stable/package_esp8266com_index.json
  1. Next, go to 'Tools' => 'Board: ..' => 'Boards Manager', filter the list by 'esp8266' and install it.

  2. Finally, choose the board '' in 'Tools' => 'Board: ..' and the proper port in 'Tools' => 'Port'

Dependencies

The following dependencies need to be manually installed in 'Tools' => 'Manage libraries':

  • DHT sensor library for ESPx

  • MQTT (Joel Gaehwiler)

  • Arduino_JSON

  • ESP8266httpUpdate

  • uRTCLib

  • WiFiManager

  • Adafruit_ADS1015

  • AAdafruit_SSD1306

  • Adafruit_GFX

  • OneWire

  • DallasTemperature

  • ESP_EEPROM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •