-
In Memory of F. Hugh Magee, brother of John Magee (WW2 Fighter Ace) and author of a cool poem called HIGH FLIGHT.
-
Created by John Pipe with lots of help from David Bird and some code from Rui Santos.
-
This Metar Map works WORLDWIDE to show Airport METARs from Avationweather.Gov and includes flashing LEDS for quick weather identification.
-
Most Metar Maps use a Raspberry Pi, this uses a less expensive option of ESP32 and gives much more.
-
Works with WS2811 and WS2812 Leds that other Metar Maps use and can be easily upgraded.
-
It creates HTML displays that your favorite web browser can access to display an Airport Summary Display and Station Displays. This shows decoded METAR information and much more without needing extra hardware. Please see examples below.
- The Arduino IDE Software to compile and load the code, which is free.
- An ESP32 Development Board.
- A chain of approximately 60 Color changing LEDS (WS2811 or WS2812 or NEOPIXELS), showing the Airport Flight Category with Colors, GREEN, BLUE, RED and MAGENTA plus Weather indication and more.
Note: The LEDS are not required to just get these Color Coded Displays of the Airport Summary and Decoded METARs, see examples below. Feel free to down load the above files and take a "test drive".
- GETTING DATA : Updates METARS approximately every ten minutes, so nearly REAL TIME data, from AVIATIONWEATHER.GOV. (Includes the Latest Revision)
- WIRING OF LEDS : Three wires to a set of LEDS (Add a 330 resistor in the Data Line).
Note: With less than 60 LEDS an external Power Supply is not neccessary and can be driven by the ESP32 but at minimal brightness.
-
MOUNTING OF LEDS : I found it useful to mark the led strip with an arrow on the positive connection showing data in/out direction to make it easier to wire up later.
-
Cut the led strip up and tin the connections.
-
Push a pin through the front of the chart where you want place the led, then turn the chart over and place the led over the hole. I used Scotch Tape to keep it in place. Then wire and solder. Note, keep the wires as short as possible.
-
MOUNTING OF LEDS PLAN B : Use a foam backing. Lay the chart on the foam backing and push the pin through the chart and into the backing. Now, fix the leds to the backing foam where ever there is a pin hole. Wire and solder.
-
The idea is mount the LEDS behind a Chart so the light shines through the chart.
- So the Front of the chart looks like this: Showing the Flight Category with Colors, GREEN, BLUE, RED and MAGENTA plus more.
-
HTML DISPLAYS : Can be accesed by any device connected to the WiFi local network.
-
Just Enter the Logical Address http://metar.local or the IP Address in your Browser.
- METAR Summary Display Example:
- Updated: Station METAR Display Example:
- ** "Any Airport ID" can be enterd, even if it is not in the database.
- ** Includes Decoded Remarks
- ** Includes Sky Cover Change
- ** Includes Previous Wind Direction
- ** Includes Heat Index or Wind Chill
- ** Includes Relative Humidity
- ** Includes Alimeter Change
- ** Includes Estimated Density Altitude
- Recently Added: AIRPORT INFORMATION ~ AirNav Link in Station Display for US airports
- Recently Added: AIRPORT RADAR ~ Radar Link in Station Display for US airports
- Previously Added OVER THE AIR updates:
To use this you need to add the library "Over_The_Air.h" in this respository to the SAME folder as the METAR program.
First: "Upload" as normal, using a cable, to initialise OTA.
Then use the menu "Tools", "Port" and select metar xx.x.x.xx and "Upload" again, then it should work "Over the Air". (Direct connection with the computer is now not required.)
There are some videos on how to use "OTA" on YouTube.
- See Additional Remarks/Comments in the program file.
- Not for Commercial Use.