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

🌡️ Wireless environmental data collection station (ESP8266 providing HTTP REST interface for BME280)

Notifications You must be signed in to change notification settings

antoinegag/Climactic-station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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>

About

🌡️ Wireless environmental data collection station (ESP8266 providing HTTP REST interface for BME280)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages