Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 792 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 792 Bytes

Climactic Station

Wireless environmental data collection station.

Hardware

  • ESP8266 Controller and interface
  • BME280 Environmental data collection

Setup

Setting up Arduino IDE

Setup the Arduino IDE to use the ESP8266 Follow the instructions here: https://github.com/esp8266/Arduino#installing-with-boards-manager

For this projet you will need the following libraries. Install them using the library manager (Tools -> Manage Libraries...)

Network credentials

Create a file named psswd.h and put the following in

#ifndef STASSID
#define STASSID "<YOUR_SSID>"
#define STAPSK  "<YOUR_PASSWORD>"
#endif

And replace <YOUR_SSID> for your SSID (Network name that you see your wifi come up as) and <YOUR_PASSWORD>