You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,6 @@
1
1
# Connects and Arduino board to WiFi using an ESP8266 ESP01 module, then sends data to AWS IOT through an MQTT topic
2
2
3
-
## Software requirements
4
-
5
-
ESP8266
6
-
- Use ESP8266 Arduino Core version **2.5.0-beta2 or greater**
7
-
- Will **NOT** work on ESP8266 Arduino Core v2.4.2 !!!
8
-
9
-
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.
10
-
3
+
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.
11
4
12
5
⚡️ COMPONENTS AND SUPPLIES
13
6
--------------------------
@@ -48,4 +41,8 @@ The ESP8266 WiFi Module is a self-contained stack that can give any microcontrol
48
41
Code Walkthrough
49
42
--------------------
50
43
44
+
- Use ESP8266 Arduino Core version **2.5.0-beta2 or greater**
45
+
- Will **NOT** work on ESP8266 Arduino Core v2.4.2 !!!
0 commit comments