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
The ThingPulse Weather Station Color depends on a number of other libraries. They need to be made available to the
100
+
The ThingPulse Weather Station Color depends on a number of other libraries. They need to be made available to the
101
101
Arduino IDE for them to be compiled and linked into the final application.
102
102
103
-
Go to ==Sketch== > ==Include Library...== > ==Manage Libraries...==. Then, for each library, put its name into the
104
-
text field to have its metadata pulled from the internet and displayed below. Select the latest version and install
105
-
it. Make sure to come back to this dialog from time to time to keep each library up to date. Also make sure that you
103
+
Go to ==Sketch== > ==Include Library...== > ==Manage Libraries...==. Then, for each library, put its name into the
104
+
text field to have its metadata pulled from the internet and displayed below. Select the latest version and install
105
+
it. Make sure to come back to this dialog from time to time to keep each library up to date. Also make sure that you
106
106
only have one version of each of the libraries installed.
107
107
108
108
-[Mini Grafx](https://github.com/ThingPulse/minigrafx) by Daniel Eichhorn
@@ -111,39 +111,39 @@ only have one version of each of the libraries installed.
111
111
-[simpleDSTadjust](https://github.com/neptune2/simpleDSTadjust) by neptune2
112
112
-[XPT2046 TouchScreen](https://github.com/PaulStoffregen/XPT2046_Touchscreen) by Paul Stoffregen
113
113
114
-
## Create Wunderground API key
114
+
## Create OpenWeatherMap API key
115
115
116
-
{!../includes/wunderground-key.md!}
116
+
{!../includes/openweathermap-key.md!}
117
117
118
118
## Weather Station Color project
119
119
120
-
With all the preparation done you will - finally, sigh - turn to the Weather Station Color project itself.
120
+
With all the preparation done you will - finally, sigh - turn to the Weather Station Color project itself.
121
121
Fortunately, this last step is a rather simple one.
122
122
123
123
**Obtain the code**
124
124
125
-
The WiFi Color Kit project is, as all of ThingPulse's open-source code, publicly accessible on GitHub. Hence, there
125
+
The WiFi Color Kit project is, as all of ThingPulse's open-source code, publicly accessible on GitHub. Hence, there
126
126
are two options to download the code:
127
127
128
-
- Clone the repository with Git: `git clone https://github.com/ThingPulse/esp8266-weather-station-color`
128
+
- Clone the repository with Git: `git clone https://github.com/ThingPulse/esp8266-weather-station-color`
129
129
- Download the sources from https://github.com/ThingPulse/esp8266-weather-station-color/archive/master.zip and unpack
130
-
them somewhere to your local file system
130
+
them somewhere to your local file system
131
131
132
132
**Open project in Arduino IDE**
133
133
134
134
- Start the Arduino IDE
135
135
- ==File== > ==Open==
136
-
- find and select [`esp8266-weather-station-color.ino`](https://github.com/ThingPulse/esp8266-weather-station-color/blob/master/esp8266-weather-station-color.ino)
136
+
- find and select [`esp8266-weather-station-color.ino`](https://github.com/ThingPulse/esp8266-weather-station-color/blob/master/esp8266-weather-station-color.ino)
137
137
from the previous step.
138
138
139
139
**Configuration & customization**
140
140
141
141
In one of the tabs the IDE opened [`settings.h`](https://github.com/ThingPulse/esp8266-weather-station-color/blob/master/settings.h).
142
-
Go through the file and adjust the two handful of configuration parameters. They are all documented _inside_ the file
143
-
directly. Everything should be self-explanatory. Most importantly you will need to set the Wunderground API key you
142
+
Go through the file and adjust the two handful of configuration parameters. They are all documented _inside_ the file
143
+
directly. Everything should be self-explanatory. Most importantly you will need to set the Wunderground API key you
144
144
obtained in a previous step.
145
145
146
146
**Upload code to device**
147
147
148
-
The very last step really is to upload the code and all its dependencies to the device from the Arduino IDE. You do
148
+
The very last step really is to upload the code and all its dependencies to the device from the Arduino IDE. You do
149
149
this through CTRL + U (⌘ + U on macOS) or ==Sketch== > ==Upload== or the right-arrow icon in the toolbar.
0 commit comments