├── ESP8266 └── ESP8266_LED_Matrix_Bar_Weather_Station │ ├── Config.h │ ├── DHT.h │ ├── DHT12.cpp │ ├── DHT12.h │ ├── DHT12Driver.h │ ├── DS18B20.h │ ├── ESP8266_LED_Matrix_Bar_Weather_Station.ino │ ├── LEDMatrix_ClockWeather.h │ ├── LEDStrip.h │ ├── LEDStripDriver.cpp │ ├── LEDStripDriver.h │ ├── MQTT.h │ ├── NTPClient.cpp │ ├── NTPClient.h │ ├── WS2812B_NeoPixel.h │ ├── Web_Server.h │ ├── WiFi_Manager.h │ ├── WiFi_Setup.h │ ├── fonts.h │ └── max7219.h ├── README.md └── images ├── Alarm_clock_digital_time_4732015_128.png ├── Alarm_clock_digital_time_4732015_256.png ├── Alarm_clock_digital_time_4732015_512.png ├── LEDMatrixBarWeatherStation-V2_01.png ├── LEDMatrixBarWeatherStation-V2_02.png ├── LEDMatrixBarWeatherStation-V2_03.png ├── LEDMatrixBarWeatherStation-V2_24.png ├── LEDMatrixBarWeatherStation-V3_01.png ├── LEDMatrixBarWeatherStation-V3_02.png ├── LEDMatrixBarWeatherStation-V3_03.png ├── LEDMatrixBarWeatherStation-V3_24.png ├── LEDMatrixBarWeatherStation_V1_01.jpg ├── LED_Matrix_Bar_Weather_Station_v104_Schematic_1of2.png ├── LED_Matrix_Bar_Weather_Station_v104_Schematic_2of2.png ├── cloudy_weather_icon_128px.png ├── cloudy_weather_icon_256px.png ├── cloudy_weather_icon_512px.png ├── display_128px.png ├── display_256px.png ├── display_512px.png ├── electronic_clock_0000_811469_128.png ├── electronic_clock_0000_811469_256.png ├── electronic_clock_0000_811469_512.png ├── electronic_clock_1200_811483_128.png ├── electronic_clock_1200_811483_256.png ├── electronic_clock_1200_811483_512.png ├── favicon.ico ├── favicon_display.ico ├── favicon_electronic_clock_random_time_stopwatch.ico ├── favicon_electronic_clock_time.ico ├── favicon_if_home.ico ├── favicon_if_home_40798.ico ├── favicon_time_management_clock.ico ├── google_home_5710541_128.png ├── google_home_5710541_256.png ├── google_home_5710541_512.png ├── screencapture-ledmatrixbarweatherstation-mobile-2021-06-25-20_04_00.png ├── screencapture-ledmatrixbarweatherstation-pc-2021-06-25-20_23_22.png ├── time_management_clock_128px.png ├── time_management_clock_256px.png ├── time_management_clock_512px.png ├── weather_2_2682849_128.png ├── weather_2_2682849_256.png └── weather_2_2682849_512.png /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/Config.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/DHT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/DHT.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/DHT12.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/DHT12.cpp -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/DHT12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/DHT12.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/DHT12Driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/DHT12Driver.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/DS18B20.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/DS18B20.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/ESP8266_LED_Matrix_Bar_Weather_Station.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/ESP8266_LED_Matrix_Bar_Weather_Station.ino -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/LEDMatrix_ClockWeather.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/LEDMatrix_ClockWeather.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/LEDStrip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/LEDStrip.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/LEDStripDriver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/LEDStripDriver.cpp -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/LEDStripDriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/LEDStripDriver.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/MQTT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/MQTT.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/NTPClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/NTPClient.cpp -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/NTPClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/NTPClient.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/WS2812B_NeoPixel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/WS2812B_NeoPixel.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/Web_Server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/Web_Server.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/WiFi_Manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/WiFi_Manager.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/WiFi_Setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/WiFi_Setup.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/fonts.h -------------------------------------------------------------------------------- /ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/max7219.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/ESP8266/ESP8266_LED_Matrix_Bar_Weather_Station/max7219.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/README.md -------------------------------------------------------------------------------- /images/Alarm_clock_digital_time_4732015_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/Alarm_clock_digital_time_4732015_128.png -------------------------------------------------------------------------------- /images/Alarm_clock_digital_time_4732015_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/Alarm_clock_digital_time_4732015_256.png -------------------------------------------------------------------------------- /images/Alarm_clock_digital_time_4732015_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/Alarm_clock_digital_time_4732015_512.png -------------------------------------------------------------------------------- /images/LEDMatrixBarWeatherStation-V2_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/LEDMatrixBarWeatherStation-V2_01.png -------------------------------------------------------------------------------- /images/LEDMatrixBarWeatherStation-V2_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/LEDMatrixBarWeatherStation-V2_02.png -------------------------------------------------------------------------------- /images/LEDMatrixBarWeatherStation-V2_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/LEDMatrixBarWeatherStation-V2_03.png -------------------------------------------------------------------------------- /images/LEDMatrixBarWeatherStation-V2_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/LEDMatrixBarWeatherStation-V2_24.png -------------------------------------------------------------------------------- /images/LEDMatrixBarWeatherStation-V3_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/LEDMatrixBarWeatherStation-V3_01.png -------------------------------------------------------------------------------- /images/LEDMatrixBarWeatherStation-V3_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/LEDMatrixBarWeatherStation-V3_02.png -------------------------------------------------------------------------------- /images/LEDMatrixBarWeatherStation-V3_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/LEDMatrixBarWeatherStation-V3_03.png -------------------------------------------------------------------------------- /images/LEDMatrixBarWeatherStation-V3_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/LEDMatrixBarWeatherStation-V3_24.png -------------------------------------------------------------------------------- /images/LEDMatrixBarWeatherStation_V1_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/LEDMatrixBarWeatherStation_V1_01.jpg -------------------------------------------------------------------------------- /images/LED_Matrix_Bar_Weather_Station_v104_Schematic_1of2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/LED_Matrix_Bar_Weather_Station_v104_Schematic_1of2.png -------------------------------------------------------------------------------- /images/LED_Matrix_Bar_Weather_Station_v104_Schematic_2of2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/LED_Matrix_Bar_Weather_Station_v104_Schematic_2of2.png -------------------------------------------------------------------------------- /images/cloudy_weather_icon_128px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/cloudy_weather_icon_128px.png -------------------------------------------------------------------------------- /images/cloudy_weather_icon_256px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/cloudy_weather_icon_256px.png -------------------------------------------------------------------------------- /images/cloudy_weather_icon_512px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/cloudy_weather_icon_512px.png -------------------------------------------------------------------------------- /images/display_128px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/display_128px.png -------------------------------------------------------------------------------- /images/display_256px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/display_256px.png -------------------------------------------------------------------------------- /images/display_512px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/display_512px.png -------------------------------------------------------------------------------- /images/electronic_clock_0000_811469_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/electronic_clock_0000_811469_128.png -------------------------------------------------------------------------------- /images/electronic_clock_0000_811469_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/electronic_clock_0000_811469_256.png -------------------------------------------------------------------------------- /images/electronic_clock_0000_811469_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/electronic_clock_0000_811469_512.png -------------------------------------------------------------------------------- /images/electronic_clock_1200_811483_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/electronic_clock_1200_811483_128.png -------------------------------------------------------------------------------- /images/electronic_clock_1200_811483_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/electronic_clock_1200_811483_256.png -------------------------------------------------------------------------------- /images/electronic_clock_1200_811483_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/electronic_clock_1200_811483_512.png -------------------------------------------------------------------------------- /images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/favicon.ico -------------------------------------------------------------------------------- /images/favicon_display.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/favicon_display.ico -------------------------------------------------------------------------------- /images/favicon_electronic_clock_random_time_stopwatch.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/favicon_electronic_clock_random_time_stopwatch.ico -------------------------------------------------------------------------------- /images/favicon_electronic_clock_time.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/favicon_electronic_clock_time.ico -------------------------------------------------------------------------------- /images/favicon_if_home.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/favicon_if_home.ico -------------------------------------------------------------------------------- /images/favicon_if_home_40798.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/favicon_if_home_40798.ico -------------------------------------------------------------------------------- /images/favicon_time_management_clock.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/favicon_time_management_clock.ico -------------------------------------------------------------------------------- /images/google_home_5710541_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/google_home_5710541_128.png -------------------------------------------------------------------------------- /images/google_home_5710541_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/google_home_5710541_256.png -------------------------------------------------------------------------------- /images/google_home_5710541_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/google_home_5710541_512.png -------------------------------------------------------------------------------- /images/screencapture-ledmatrixbarweatherstation-mobile-2021-06-25-20_04_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/screencapture-ledmatrixbarweatherstation-mobile-2021-06-25-20_04_00.png -------------------------------------------------------------------------------- /images/screencapture-ledmatrixbarweatherstation-pc-2021-06-25-20_23_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/screencapture-ledmatrixbarweatherstation-pc-2021-06-25-20_23_22.png -------------------------------------------------------------------------------- /images/time_management_clock_128px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/time_management_clock_128px.png -------------------------------------------------------------------------------- /images/time_management_clock_256px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/time_management_clock_256px.png -------------------------------------------------------------------------------- /images/time_management_clock_512px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/time_management_clock_512px.png -------------------------------------------------------------------------------- /images/weather_2_2682849_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/weather_2_2682849_128.png -------------------------------------------------------------------------------- /images/weather_2_2682849_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/weather_2_2682849_256.png -------------------------------------------------------------------------------- /images/weather_2_2682849_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZalophusDokdo/LED_Matrix_Bar_Weather_Station/HEAD/images/weather_2_2682849_512.png --------------------------------------------------------------------------------