Skip to content

Commit

Permalink
code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
isbkch committed Sep 28, 2020
1 parent eee7e2c commit f8e5ad5
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# Connects and Arduino board to WiFi using an ESP8266 ESP01 module, then sends data to AWS IOT through an MQTT topic

## Software requirements

ESP8266
- Use ESP8266 Arduino Core version **2.5.0-beta2 or greater**
- Will **NOT** work on ESP8266 Arduino Core v2.4.2 !!!

This repo accompanies the "Connected Weather Station" [project](https://github.com/MecaHumArduino/arduino-uno-aws-weather-station) but can also be used as a standalone repo to learn how an [Arduino Uno](https://amzn.to/2RnHhPY) board can communicate with an ESP8266 WiFi module in order to gain access to the internet.

This repo accompanies the ["Connected Weather Station" project](https://github.com/MecaHumArduino/arduino-uno-aws-weather-station) but can also be used as a standalone repo to learn how an [Arduino Uno](https://amzn.to/2RnHhPY) board can communicate with an ESP8266 WiFi module in order to gain access to the internet.

⚡️ COMPONENTS AND SUPPLIES
--------------------------
Expand Down Expand Up @@ -48,4 +41,8 @@ The ESP8266 WiFi Module is a self-contained stack that can give any microcontrol
Code Walkthrough
--------------------

- Use ESP8266 Arduino Core version **2.5.0-beta2 or greater**
- Will **NOT** work on ESP8266 Arduino Core v2.4.2 !!!


WIP....

0 comments on commit f8e5ad5

Please sign in to comment.