Тёмный
No video :(

Nodemcu (Esp8266) & Max7219 weather station/Clock. The easiest way? 

SK Electronics
Подписаться 792
Просмотров 8 тыс.
50% 1

Max7219 & Nodemcu(esp8266) board-based weather station/Clock must use the same module and library, Required libraries are mentioned in the code download it from the library manager.
This Weather shows
* Time
* Date
* Temperature min - max
* Humidity
* Pressure
* Clouds
* Wind speed
Link for the code and schematic --
github.com/Sek...
------------------------------------------------------------------------------------
Song: Jarico - Island
• Video
Music supported by
#BackgroundMusicWithout Limitations
------------------------------------------------------------------------------------
#NoCopyrightMusic #Background Music #VlogMusic
-------------------------------------------------------------------------------
Created by InShot:inshotapp.page...
Please like share and subscribe to support this channel.
Follow me:-
Facebook page:-
/ skelectronics55
Thanks for watching #SK Electronics

Опубликовано:

 

27 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 48   
@kokophonemyint0957
@kokophonemyint0957 2 года назад
I encounter long epoch = round(curEpoch + 3600 * utcOffset + 86400L) % 86400L; error, could you tell me how to solve,please
@SKElectronics
@SKElectronics 2 года назад
search the error on Google u will find how to solve it.
@kokophonemyint0957
@kokophonemyint0957 2 года назад
@@SKElectronics Yes Sir.
@TanvirAhmed101
@TanvirAhmed101 2 года назад
Same issue here, dont know how to solve
@SKElectronics
@SKElectronics 2 года назад
@@TanvirAhmed101 The code cannot be compiled on the latest version of the ESP board (2.5.0), so we must install an older version (2.4.2)
@SKElectronics
@SKElectronics 2 года назад
@@TanvirAhmed101also u can replace the line with this but this isn't tested u can try and report back long epoch = (long)(round(curEpoch + 3600 * utcOffset + 86400L)) % 86400L;
@pawankumarsingh3996
@pawankumarsingh3996 2 года назад
Sir, it's good but display format issue there. pls describe display format issue clear.
@TimGray
@TimGray 2 месяца назад
so how do I rotate the output as everything is sideways?
@jimmybuttani3906
@jimmybuttani3906 Год назад
Hello, I have just finished your clock which works perfectly for myself, I only use the time, the day and the date. I would simply like to know where and how I can translate into French the days (Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday) and the months (January, February, March, April, May, June, July, August, September, October , November and December). Unfortunately my programming knowledge is quite limited but I was able to update to French time. Thanks a lot for your help
@SKElectronics
@SKElectronics Год назад
You have to change the bitmaps in font.h for the alphabets.
@julimaker4594
@julimaker4594 Год назад
hola, como se puede cambiar la orientación de la matriz? Gracias
@cardiot4620
@cardiot4620 Год назад
I am not getting weather in max7219 only date and time is displaying
@riteshsinha5900
@riteshsinha5900 3 года назад
i am using fc16 module {4 max7219 preconnected 8*32] what changes should i make in the code? can you help
@SKElectronics
@SKElectronics 3 года назад
Maybe a little if orientation is wrong if not that then 😅 I don't have that module otherwise I would have implemented that
@ANTONIO_2709
@ANTONIO_2709 Год назад
@@SKElectronics me sale mal orientado
@jimmybuttani3906
@jimmybuttani3906 Год назад
Hello, Thank you for your quick reply. As I told you in my previous message, my programming knowledge is limited, therefore I don't know how to "change the bitmaps in font.h for the alphabets" as you suggest. Too bad, I'm going to give up. Thanks anyway
@SKElectronics
@SKElectronics Год назад
Sorry to hear that unfortunately french is not in my knowledge.
@jimmybuttani3906
@jimmybuttani3906 Год назад
@@SKElectronics Since you don't want to make a little effort I will unsubscribe from your channel
@jimmybuttani3906
@jimmybuttani3906 Год назад
I will find someone else who can help me!
@SKElectronics
@SKElectronics Год назад
@@jimmybuttani3906 I don't know French even if I make changes in code I will not know if it correct or not and it's not that hard to change bitmaps I guess u need to do little effort on your own.
@sougatasengupta3592
@sougatasengupta3592 Год назад
i am using {4 max7219 preconnected 8*32] -- what would be the code -- please help
@SKElectronics
@SKElectronics Год назад
problem in orientation.
@sougatasengupta3592
@sougatasengupta3592 Год назад
@@SKElectronics can u give the new code
@noirbac
@noirbac 2 года назад
Hello! When compiling the code, it gave me the following error: "error: DynamicJsonBuffer is a class from ArduinoJson 5" (lines 325 and 334). Any idea why that happened? Thank you very much!
@SKElectronics
@SKElectronics 2 года назад
U have to download from library manager ArduinoJson 5.16 latest version of the same won't work.
@TanzilHudaJnU
@TanzilHudaJnU 2 года назад
@@SKElectronics I can not find "ArduinoJson 5.16". Do you Upload the library?
@SKElectronics
@SKElectronics 2 года назад
go to library manager search ArduinoJson there u can select version
@TanzilHudaJnU
@TanzilHudaJnU 2 года назад
@@SKElectronics Sorry to say 5.6 version is not available in the library manager. Do you upload the ArduinoJson 5.6 version? Or give us the download link of 5.6 version. Or Update the code of latest version. Thank you so much.
@SKElectronics
@SKElectronics 2 года назад
@@TanzilHudaJnU also replace 402 line with this other wise u will get error - long epoch = (long)(round(curEpoch + 3600 * utcOffset + 86400L)) % 86400L;
@pawankumarsingh3996
@pawankumarsingh3996 2 года назад
Sir, fonts.h library not available?
@SKElectronics
@SKElectronics 2 года назад
available put all files in same folder
@pawankumarsingh3996
@pawankumarsingh3996 2 года назад
Sir, display format is not proper.
@SKElectronics
@SKElectronics 2 года назад
@@pawankumarsingh3996 r u using the same display module or not?
@lucassobralofc
@lucassobralofc 2 года назад
works with esp 32 ?
@SKElectronics
@SKElectronics 2 года назад
not checked.
@addiction-69
@addiction-69 2 года назад
Bro, Open Weather API didn't work is it payable?
@SKElectronics
@SKElectronics 2 года назад
u don't have to pay for date time data extraction.
@addiction-69
@addiction-69 2 года назад
@@SKElectronics no no Bro you didn't understand for weather forecast API didn't work?
@SKElectronics
@SKElectronics 2 года назад
@@addiction-69 u have to create your own api with your own account.
@addiction-69
@addiction-69 2 года назад
@@SKElectronics yeah! I do that, but it didn't work. That's why I was ask you that is it payable?
@SKElectronics
@SKElectronics 2 года назад
@@addiction-69 it is but maybe u r doing something wrong that's why it didn't work.
Далее
WILL IT BURST?
00:31
Просмотров 28 млн
ESP8266 Internet Clock
2:46
Просмотров 41 тыс.
NODEMCU ESP8266 Jam digital dot matrix MX7219
5:03
Просмотров 20 тыс.
Wi-Fi Round LED Clock (ESP8266 and WS2812B)
4:15
Просмотров 1,2 млн