Saya mencoba membuat jam digital ini, tapi kenapa waktunya tidak bisa sinkron dengan waktu di negara kami(indonesia) , code yang mana yang harus dimodifikasi ?
@squalazzo5 жыл бұрын
good, but why ds3231 if esp* can sync time via internet?
@cine-lights5 жыл бұрын
The ESP8266 is an older version and uses the DS3231, which to be honest i much prefer. the ESP32 uses the internet and syncs with the net. i also built a youtube subscriber display using the esp32 and it tends to drop out and loses its data. At least if you lose wifi the ds3231 will carry on supplying the time. i am sure there are other reasons.. But thats is the way schreibfaul1 designed it.
@squalazzo5 жыл бұрын
@@cine-lights thanks
@azzattar8422 Жыл бұрын
Excellent travail,bravo.
@chulmin60824 жыл бұрын
This code has to be rewritten twice per year . Because it is summer-time . Is there any one can solve this problem ? I mean with only one time uploading,
@wibbley15 ай бұрын
Only three years for a reply, but the answer is yes. The ESP32 has an on-board real time clock. It will accept a code string, to set it to your local time and will then also adjust for summer/winter time. Easy to do, send me a DM if you want the details.
@vasanthchandrasekaran90711 ай бұрын
Hi This 12hr format available?
@sk8t3rcz5 жыл бұрын
Hello, please is there any version of these clocks with temperature and humidity sensors? For example with DHT11/22 :) it could be cool. Thanks for great job!
@j.a.motoryaficiones11 ай бұрын
Hola me da este erro rCompilation error: call of overloaded 'String(IPAddress)' is ambiguous
@Dancopymus4 жыл бұрын
I would like an answer on two questions: 1) In Brazil there is no summer time anymore. So, I would like to know which lines in ESP8266 to disable it. 2) How to add the OTA function to the code with ESP8266. Thanks
@chulmin60824 жыл бұрын
Read coding line # 278, 279 carefully !!!
@Dancopymus4 жыл бұрын
@@chulmin6082 Hi Chul Min, thanks for the reply but, I don't understand why line 279 "// epoch = epoch-3600 * 6; // difference -6h = -6 * 3600 sec)" in the ESP8266 code is commented on? If this line is uncommented, then should line 278 be commented out? Note that I need to disable daylight saving time completely (no longer exists in Brazil); thank you again
@chulmin60824 жыл бұрын
@@Dancopymus Line # 278 is actuale sentence. Forget it about daylight saving time . You can adjust your display time using Line # 278 . For example , your display time is 5 hours faster than real time , debug the Line # 278 like that " epoch = secsSince1900 - seventyYears -3600*5 +2; " . I hope your good luck .
@Dancopymus4 жыл бұрын
@@chulmin6082 Thank you very much
@burapat41004 жыл бұрын
@@chulmin6082 , I've tried this search, but it hasn't worked, there are other ways or not
@JugaadItYourselfJIY5 жыл бұрын
Nice project could y tell me can I use ws2811 or ws2812 led strips rather than these breakout led modules
@miky94x5 жыл бұрын
you can make everything, but surely not with this code, there is a plenty of video on youtube about ws2812b clock, have a good day
@oscarserrano77175 жыл бұрын
Great Job,,,, is it possible to setup the wifi credentials (SSID and PW) not in Arduino IDE ?... maybe via Bluetooth with an app
@cesarsilvanoesilvia22252 ай бұрын
Muito bom, Parabéns.
@chulmin60824 жыл бұрын
Serial.println(String(WiFi.localIP())); this column makes compile error, and someone had same question, in here you gave the answer, likes "Serial.println(String(WiFi.localIP());", but it was not right solution, still it can't go to next step. makes compile error too, What can I do ?
@burapat41004 жыл бұрын
sir, how to set the clock, the clock results are not right
@chulmin60824 жыл бұрын
Do you mean real time & led matrix display are not same ? You can't set up clock, clock signal is came from NTP through wifi. So we have to find coding to set up the time zone where you are located.
@burapat41004 жыл бұрын
@@chulmin6082 I am from Indonesia, can you help me how to enter the zone ... thanks
@chulmin60824 жыл бұрын
@@burapat4100 Firstable you have to know your location's longitude. Divide your location's longitude by 15 , first number is your time zone. For example Seoul's longitude is about 127.xx.xx. So 120~135 degree is time zone 9.
@burapat41004 жыл бұрын
@@chulmin6082 I try to learn, the problem is still a beginner....thnks
@MrBobWareham5 жыл бұрын
Where did you find that noise from it has to be the worst sound ever it would be good to piss of your worst enemy
@romans78255 жыл бұрын
Hello, the author of this super clock I have one problem, I get an error with the IP address: although I gave the name of the network and password and the problem is with IP if you could help me thank you Roman
5 жыл бұрын
Do it works with 4 panels and can i display the time of diffrent contrys?
@gusmilco85 жыл бұрын
How if i would to change with indonesian time , can you tell us?
@chulmin60824 жыл бұрын
How many hours different to real time ? For example if it has 5 hrs difference , debug likes this, code line #278 , +3600*5. 3600 meas 1 hour's secound .
@raisaa20172 жыл бұрын
I have problem /storage/emulated/0/ArduinoDroid/userlibraries/WiFi101/src/bsp/include/nm_bsp.h:110:23: error: conflicting declaration 'typedef long unsigned int uint32'
@raffyturc5 жыл бұрын
Me I do 6days work and 2 days off! Last 2yrs ago, it was 6/1! Wow 8 pcs 8x8..that would be a looooong clock 😂
@dtasim4 жыл бұрын
how can we increase the character space allocated for Day names and month names? for exmp fri to friday
@yahnsolo4 жыл бұрын
maybe do some search around DS3231 "Long number format: "
@burapat41005 жыл бұрын
how to seting Serial.println(String(WiFi.localIP()));...........thnks
@dtasim4 жыл бұрын
change to this Serial.println(String(WiFi.localIP());
@chulmin60824 жыл бұрын
That sentence might be compile error. Erase that one and put on likes " Serial.print("your network SSID"); Serial.println(WiFi.localIP());
@burapat41004 жыл бұрын
@@chulmin6082 thnks
@burapat41004 жыл бұрын
@@dtasim thnks
@burapat41004 жыл бұрын
@@dtasim sir, how to Set the time to 12:00:00 (24hr format)
@HOTRODLED5 жыл бұрын
Great job bro!
@АлександрС-е8п5 жыл бұрын
Отлично!
@cine-lights5 жыл бұрын
Thankyou.., its an easy, small project. i do have some bigger ones coming ;)
@АлександрС-е8п5 жыл бұрын
@@cine-lights Arduino: 1.6.5 (Windows 8.1), Плата"Arduino/Genuino Uno" In file included from Bluetoothmic.ino:3:0: C:\Program Files (x86)\Arduino\libraries\FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.002.001 # pragma message "FastLED version 3.002.001" ^ Bluetoothmic:1800: error: invalid conversion from 'void (*)(boolean) {aka void (*)(bool)}' to 'void (*)()' [-fpermissive] Bluetoothmic:1800: error: invalid conversion from 'void (*)(uint8_t) {aka void (*)(unsigned char)}' to 'void (*)()' [-fpermissive] invalid conversion from 'void (*)(boolean) {aka void (*)(bool)}' to 'void (*)()' [-fpermissive] Это сообщение будет содержать больше информации чем "Отображать вывод во время компиляции" включено в Файл > Настройки
@АлександрС-е8п5 жыл бұрын
@@cine-lights This is Vumeter blutooth version
@АлександрС-е8п5 жыл бұрын
@@cine-lights Как я могу с тобой связаться ? В facebook? whatsapp?
@cine-lights5 жыл бұрын
@@АлександрС-е8п Please download the lastest arduino ide. i am using version 1.8.9. when installed, go to TOOLS , Board then boards manager found at the top of that menu. in the menu at the top will be listed arduino avr models by arduino. on the bottom left select version 1.6.20 and downgrade to the older version. The fastled warning is just telling you, you have version 3.002.001 installed.
@JetGyrotech5 жыл бұрын
Nice video mister. WOW 4 days on 4 days off. What sort of work do you do?
@cine-lights5 жыл бұрын
Hey jetgyrotech I'm a machine tech./ engineer producing a million plastic bottles a day. Or 28 million bottles a month My.job is to keep the machines running 24/7 or pimp my ride fitting bomb blast protection to cars which I have done for 27 years, and 1 of 4 capable in the UK of doing it.. so it keeps me busy. But also gives me time.for leds... lots.of them
@chulmin60824 жыл бұрын
This project should be getting real time data from NTP through wifi . I don't know why need the DS3231 RTC module . If someone knows this module 's function , Please leave the message to here for me !!!
@cine-lights4 жыл бұрын
Hi agreed. It would be a great design, and then the DS3231 would not be needed. All the countries time zones would also have to taken into account. But its not designed that way. Its designed with the DS3231, I'm guessing temp may have been an option at the time using the inboad temp chip. But it didn't get that far You are more than welcome to design a clock and share it with us.
@chulmin60824 жыл бұрын
@@cine-lights Thank a lot to your kindly reply .
@tomazjancic90575 жыл бұрын
Hi, this is my first time trying ESP boards and would like to know why am I getting these errors when trying to verify ESP8266 version of Clock. www.dropbox.com/s/njbqjjxdxezrfda/MatrixClock.txt?dl=0
@CATips4 жыл бұрын
i planing to do this project let me know can i upload this project code which is on description box is it works?
@newmax10575 жыл бұрын
Dear, This is not about this. This problem about this video - kzbin.info/www/bejne/hZ2TfYOYpZeBh6M I need to reduce the brightness and I have change it and not work. How to reduce the brightness ? I have change in this place... #endif #define BRIGHTNESS 13 #define LED_TYPE WS2812B But not reduce the brightness.
@chulmin60824 жыл бұрын
Brightness , it doesn't change by debugging with code . You may connect cds and 10 k ohm resistor to ESP8266 board.