ESP8266 / ESP32 Clock

  Рет қаралды 34,177

Cine-Lights

Cine-Lights

Күн бұрын

Пікірлер: 87
@BudiYANZ-tc5fz
@BudiYANZ-tc5fz Жыл бұрын
Saya mencoba membuat jam digital ini, tapi kenapa waktunya tidak bisa sinkron dengan waktu di negara kami(indonesia) , code yang mana yang harus dimodifikasi ?
@squalazzo
@squalazzo 5 жыл бұрын
good, but why ds3231 if esp* can sync time via internet?
@cine-lights
@cine-lights 5 жыл бұрын
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.
@squalazzo
@squalazzo 5 жыл бұрын
@@cine-lights thanks
@azzattar8422
@azzattar8422 Жыл бұрын
Excellent travail,bravo.
@chulmin6082
@chulmin6082 4 жыл бұрын
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,
@wibbley1
@wibbley1 5 ай бұрын
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.
@vasanthchandrasekaran907
@vasanthchandrasekaran907 11 ай бұрын
Hi This 12hr format available?
@sk8t3rcz
@sk8t3rcz 5 жыл бұрын
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.motoryaficiones
@j.a.motoryaficiones 11 ай бұрын
Hola me da este erro rCompilation error: call of overloaded 'String(IPAddress)' is ambiguous
@Dancopymus
@Dancopymus 4 жыл бұрын
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
@chulmin6082
@chulmin6082 4 жыл бұрын
Read coding line # 278, 279 carefully !!!
@Dancopymus
@Dancopymus 4 жыл бұрын
​@@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
@chulmin6082
@chulmin6082 4 жыл бұрын
@@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 .
@Dancopymus
@Dancopymus 4 жыл бұрын
@@chulmin6082 Thank you very much
@burapat4100
@burapat4100 4 жыл бұрын
@@chulmin6082 , I've tried this search, but it hasn't worked, there are other ways or not
@JugaadItYourselfJIY
@JugaadItYourselfJIY 5 жыл бұрын
Nice project could y tell me can I use ws2811 or ws2812 led strips rather than these breakout led modules
@miky94x
@miky94x 5 жыл бұрын
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
@oscarserrano7717
@oscarserrano7717 5 жыл бұрын
Great Job,,,, is it possible to setup the wifi credentials (SSID and PW) not in Arduino IDE ?... maybe via Bluetooth with an app
@cesarsilvanoesilvia2225
@cesarsilvanoesilvia2225 2 ай бұрын
Muito bom, Parabéns.
@chulmin6082
@chulmin6082 4 жыл бұрын
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 ?
@burapat4100
@burapat4100 4 жыл бұрын
sir, how to set the clock, the clock results are not right
@chulmin6082
@chulmin6082 4 жыл бұрын
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.
@burapat4100
@burapat4100 4 жыл бұрын
@@chulmin6082 I am from Indonesia, can you help me how to enter the zone ... thanks
@chulmin6082
@chulmin6082 4 жыл бұрын
@@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.
@burapat4100
@burapat4100 4 жыл бұрын
@@chulmin6082 I try to learn, the problem is still a beginner....thnks
@MrBobWareham
@MrBobWareham 5 жыл бұрын
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
@romans7825
@romans7825 5 жыл бұрын
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?
@gusmilco8
@gusmilco8 5 жыл бұрын
How if i would to change with indonesian time , can you tell us?
@chulmin6082
@chulmin6082 4 жыл бұрын
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 .
@raisaa2017
@raisaa2017 2 жыл бұрын
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'
@raffyturc
@raffyturc 5 жыл бұрын
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 😂
@dtasim
@dtasim 4 жыл бұрын
how can we increase the character space allocated for Day names and month names? for exmp fri to friday
@yahnsolo
@yahnsolo 4 жыл бұрын
maybe do some search around DS3231 "Long number format: "
@burapat4100
@burapat4100 5 жыл бұрын
how to seting Serial.println(String(WiFi.localIP()));...........thnks
@dtasim
@dtasim 4 жыл бұрын
change to this Serial.println(String(WiFi.localIP());
@chulmin6082
@chulmin6082 4 жыл бұрын
That sentence might be compile error. Erase that one and put on likes " Serial.print("your network SSID"); Serial.println(WiFi.localIP());
@burapat4100
@burapat4100 4 жыл бұрын
@@chulmin6082 thnks
@burapat4100
@burapat4100 4 жыл бұрын
@@dtasim thnks
@burapat4100
@burapat4100 4 жыл бұрын
@@dtasim sir, how to Set the time to 12:00:00 (24hr format)
@HOTRODLED
@HOTRODLED 5 жыл бұрын
Great job bro!
@АлександрС-е8п
@АлександрС-е8п 5 жыл бұрын
Отлично!
@cine-lights
@cine-lights 5 жыл бұрын
Thankyou.., its an easy, small project. i do have some bigger ones coming ;)
@АлександрС-е8п
@АлександрС-е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п
@АлександрС-е8п 5 жыл бұрын
@@cine-lights This is Vumeter blutooth version
@АлександрС-е8п
@АлександрС-е8п 5 жыл бұрын
@@cine-lights Как я могу с тобой связаться ? В facebook? whatsapp?
@cine-lights
@cine-lights 5 жыл бұрын
@@АлександрС-е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.
@JetGyrotech
@JetGyrotech 5 жыл бұрын
Nice video mister. WOW 4 days on 4 days off. What sort of work do you do?
@cine-lights
@cine-lights 5 жыл бұрын
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
@chulmin6082
@chulmin6082 4 жыл бұрын
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-lights
@cine-lights 4 жыл бұрын
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.
@chulmin6082
@chulmin6082 4 жыл бұрын
@@cine-lights Thank a lot to your kindly reply .
@tomazjancic9057
@tomazjancic9057 5 жыл бұрын
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
@CATips
@CATips 4 жыл бұрын
i planing to do this project let me know can i upload this project code which is on description box is it works?
@newmax1057
@newmax1057 5 жыл бұрын
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.
@chulmin6082
@chulmin6082 4 жыл бұрын
Brightness , it doesn't change by debugging with code . You may connect cds and 10 k ohm resistor to ESP8266 board.
Led Matrix Clock using ESP32 NTP without RTC IC
5:04
StechiezDIY
Рет қаралды 25 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
ESP8266 Internet Clock, Weather Station and Information Display
3:03
Hilarious animals will make you laugh to tears 😂
20:50
Chats Drôles
Рет қаралды 92 М.
64 x 64 Rgb matrix, Smartmatrix & Aurora
14:52
Cine-Lights
Рет қаралды 9 М.
The Funniest Cats and Dogs Clip😼🐶||Try Not To Laugh😜
19:18
ESP8266 Internet Clock
2:46
John Rogers
Рет қаралды 42 М.
Wi-Fi Round LED Clock (ESP8266 and WS2812B)
4:15
Leon van den Beukel
Рет қаралды 1,2 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН