Hollow clock "Wifi enabled", Wifi Clock

  Рет қаралды 9,283

Drop-by

Drop-by

Күн бұрын

Inspired by "www.thingivers..."
Each time to modify clock timing we need to recompile. with my effort we can perform the task online through we browser.
Here is the link to code that has been used to flash ESP8266 / NodeMCU / D1 mini
Note : Please dont forget to enter your credentials before flashing the code
github.com/mut...
Thank you.
Subscribe and like if you are benefitted with my effort

Пікірлер: 63
@Waitingforya
@Waitingforya Жыл бұрын
Personally I think this is the best and most reliable code out there. Mr. "Drop By" is a prince to work with. There are a ton of boards out there. Check the PINOUT for your particular board. Some seem to vary somewhat in the pin assignment. This is where you will probably run into trouble. As far as the code it's GREAT. IT WORKS
@mutthunaveen
@mutthunaveen Жыл бұрын
Thank you for the kind comment.
@Waitingforya
@Waitingforya 9 ай бұрын
I thoroughly agree, however I can't seem to pick up DST. I'm located in the US. The clock sets up and works flawlessly, just no DST.@@mutthunaveen
@shiura
@shiura Жыл бұрын
Great improvement!
@mutthunaveen
@mutthunaveen Жыл бұрын
Yeah with all your inspiration 🎉🎉
@ahmetmania8870
@ahmetmania8870 Жыл бұрын
Very nice clock
@Greimelinio
@Greimelinio 4 ай бұрын
I made it and the motor work but I don't get to the page which is on 0:54 can you help me please
@francocatera9721
@francocatera9721 Жыл бұрын
hi, when I try to upload on my wemos d1 R2 mini, I get this error: exit status 1 no matching function for call to 'NTPClient::NTPClient(WiFiUDP&, const char [13])'
@mutthunaveen
@mutthunaveen Жыл бұрын
Hello Request to install all drivers as mentioned in the link below. The code utilizes OTA.. so all OTA drivers need to be installed. randomnerdtutorials.com/esp8266-ota-updates-with-arduino-ide-over-the-air/
@francocatera9721
@francocatera9721 Жыл бұрын
@@mutthunaveen yes, I did install the OTA drivers, but when I go back to install the code, I get the same error
@mutthunaveen
@mutthunaveen Жыл бұрын
@@francocatera9721 I'll better improve my read me document in GitHub.. For now easy way to approach is, in headers whatever library you are calling please install all libraries. I can see from error that NTP library is not installed. Please install all libraries and compile it will definitely do..
@mutthunaveen
@mutthunaveen Жыл бұрын
You can refer NTP library installation guide here... randomnerdtutorials.com/esp8266-nodemcu-date-time-ntp-client-server-arduino/
@mutthunaveen
@mutthunaveen Жыл бұрын
@@francocatera9721 Code added in Github with improvements. Please follow read me and you can install and enjoy new GUI without hassle.
@danelectron6835
@danelectron6835 8 ай бұрын
Hello! I can’t find your code! Please help!!!
@sausage5849
@sausage5849 Жыл бұрын
The link to the code seems broken
@hunakaka
@hunakaka Жыл бұрын
which files are different from the original hollo clock 4?
@mutthunaveen
@mutthunaveen Жыл бұрын
All are, you can find my GitHub page..
@vlosa2439
@vlosa2439 Жыл бұрын
Shinsaku Hiura to inform you, I invented this clock configuration over 10 years ago and I have a patent on it. I am Earl S Bell from Brooklyn New York City. This is an international notice of Prior Art / possible IP infringement. you can not claim yourself as the creator as I predate you by many years.
@mutthunaveen
@mutthunaveen Жыл бұрын
Interesting May I know the patent number...?
@mutthunaveen
@mutthunaveen Жыл бұрын
Hello...
@shiura
@shiura Жыл бұрын
I have never applied patents on this matter. The idea of my all clocks are public domain.
@mutthunaveen
@mutthunaveen Жыл бұрын
@@shiura dont worry bro.. your clock evolutions are very reasonable whoever in that domain will come up with this kind of idea.... Seems shinasaku is sending notices for no reason.. neither of us are making money.. so why to worry... 😁
@张科-m7r
@张科-m7r Жыл бұрын
How to reset WIFI connection?
@mutthunaveen
@mutthunaveen Жыл бұрын
What do you mean by reset WIfi? Anyways ;) I'm using general esp8266 wifi libraries you can find in my GitHub page.
@张科-m7r
@张科-m7r Жыл бұрын
@@mutthunaveen Now I have successfully written to ESP8266 according to the code you shared. Now I am connected to the company WIFI SSID, but I want to take the clock home and use it. I re-burned the code to ESP8266, and I also searched for no AP and no AP connection. I can't set the SSID at home, so the clock can't connect to the WIFI network at home now.
@francocatera9863
@francocatera9863 Жыл бұрын
Hi again me, I am getting confused regarding the connection on my Wemos D1R2 mini, on the arduino Nano I get 2345, and in the wemos 2345 or D11, d12, 4, 5, to what pin correspond D11 and D12, thank and Merry Christms
@mutthunaveen
@mutthunaveen Жыл бұрын
Hello, Happy Christmas.. 🎉 Here are the pins you need to connect Gpio12 Gpio13 Gpio04 Gpio05 You can get pinout info here. randomnerdtutorials.com/esp8266-pinout-reference-gpios/
@AFUDirk
@AFUDirk Жыл бұрын
Thank you for sharing, I've finished my Hollow Clock so far and wanted the WiFi function too. Unfortunately, I'm not very familiar with Arduino. It would still be good if you could change the WiFi access data via the web interface without re-flashing the Wemos. Good work!!!
@mutthunaveen
@mutthunaveen Жыл бұрын
Glad you found it useful... The code actually I've posted has OTA enabled. Once flashed using USB cable later you can use OTA function for uploading the code.. here is the short tutorial how to use OTA and select wireless device instead of COM port in IDE randomnerdtutorials.com/esp8266-ota-updates-with-arduino-ide-over-the-air/ Anyways I'll modify the code and post it in few days.. keep track my GitHub page.. 🙏
@AFUDirk
@AFUDirk Жыл бұрын
@@mutthunaveen I'll wait anxiously for the new version. I will soon try to flash the firmware on an ESP 07 with minimal circuitry, this fits better into the small housing of the hollow clock.
@mutthunaveen
@mutthunaveen Жыл бұрын
​@@AFUDirk Code Uploaded with all dependent libraries, and some more improvements. visit github page and follow readme. :) Post your comment and give a like. :)
@AFUDirk
@AFUDirk Жыл бұрын
@@mutthunaveen Hello, thank you, it works. Flashed it to an ESP07. Now all I have to do is wire it up and install it in the housing.👍
@mutthunaveen
@mutthunaveen Жыл бұрын
@@AFUDirk great glad to know.
@agunghartama9382
@agunghartama9382 8 ай бұрын
Hello, how if the clock lost their power for 5 minute or more? Can they automaticly adjust to correct the time or need help to adjust to 12.00 again?
@ankitduseja1856
@ankitduseja1856 6 ай бұрын
Can we use hollow clock v4 with this code?
@dhruv.pandey93
@dhruv.pandey93 10 ай бұрын
Can i user wemos d1 mini?
@peterr.4768
@peterr.4768 Жыл бұрын
Could you show your wiring again and the code for it? Mine is not moving or any light powering up 😢
@mutthunaveen
@mutthunaveen Жыл бұрын
Hello Here are the requested pinouts D6 - in1 D7 - in2 D2 - in3 D1 - in4 🙏🙏
@antbrown5473
@antbrown5473 Жыл бұрын
I have made this clock and it works ok on a Nano, a couple of timing issues to fix but it's pretty accurate. When I try with a D1 mini, the hollow clock.local server will not open for me so I can't set the clock. I have all libraries installed using Arduino IDE 1.8.19 and I don't get any compile errors and Serial monitor is empty. What am I missing ? Is there any specific D1 settings for the IDE or do default settings work ok ? Still a great clock though.
@mutthunaveen
@mutthunaveen Жыл бұрын
Hope compiling and flashing into D1 mini is successful, the only issue you see is not able to get the clock.local. is that correct? If yes, then make sure your board is connected to your local wifi network.. (hint to check if your esp8266 is connected to your wifi, check if esp8266 ip is listed in the wifi router connected devices list) If yes use the same IP address in the browser and you should be able to access the page.
@antbrown5473
@antbrown5473 Жыл бұрын
@@mutthunaveen U R A STAR Fixed, Thanx
@TheBp98
@TheBp98 Жыл бұрын
Buenas noches!!! Gran trabajo... Podrías poner un esquema de como has realizado el conexionado en la placa ESP?? En Arduino va conectada la placa del motor en los pines D2 a D5 y la alimentación al pin Vin. Y mi duda es a que pines va conectada la placa del motor en la ESP D1 mini y con qué tensión la alimentas y en que pin. Gracias!!
@mutthunaveen
@mutthunaveen Жыл бұрын
English please
@TheBp98
@TheBp98 Жыл бұрын
Good night!!! Great job... Could you put a diagram of how you have made the connection to the ESP board? In Arduino, the motor board is connected to pins D2 to D5 and power to the Vin pin. And my question is to which pins is the motor plate connected in the ESP D1 mini and with what voltage do you feed it and on which pin. Thank you!!
@mutthunaveen
@mutthunaveen Жыл бұрын
@@TheBp98 Hello Here are the requested pinouts D6 - in1 D7 - in2 D2 - in3 D1 - in4 🙏🙏
@TheBp98
@TheBp98 Жыл бұрын
Thank you!!!
@paulnarag
@paulnarag Жыл бұрын
may I know the wirings for the esp8226 board to the motors
@paulnarag
@paulnarag Жыл бұрын
can I use this video and just change the code kzbin.info/www/bejne/gZ2xo3uAmbF8rtU
@mutthunaveen
@mutthunaveen Жыл бұрын
Hello Here are the requested pinouts D6 - in1 D7 - in2 D2 - in3 D1 - in4 🙏🙏
@paulnarag
@paulnarag Жыл бұрын
can i get the wirings for everything
@paulnarag
@paulnarag Жыл бұрын
not just the motors
@paulnarag
@paulnarag Жыл бұрын
@@mutthunaveen hi can u also upload everything to github. wirings code and everything that you used thanks
@gneshk1548
@gneshk1548 Жыл бұрын
Hello Brother, it's an awesome project, could you please help to provide more details like 3d print or it's ready available etc.. Let me know your email id so I will drop my queries if any. Thanks
@mutthunaveen
@mutthunaveen Жыл бұрын
Thanks for the interest You can follow discription; link to 3d print models and link to code are available there. Happy making.. :)
@gneshk1548
@gneshk1548 Жыл бұрын
@@mutthunaveen Thanks Brother, I am on it and will provide an update.
@gneshk1548
@gneshk1548 Жыл бұрын
It's a wonderful project overall, and I need to create an esp8266 external enclosure. As there is no room in the existing case.
@mutthunaveen
@mutthunaveen Жыл бұрын
@@gneshk1548 I've managed to pack everything inside..
@mutthunaveen
@mutthunaveen Жыл бұрын
You have to get rid of header pins in esp8266 12.. so that you will get sufficient room and use thinner and flexiblr wires.. easily we can package in the same enclosure
Tourbillon Clock Flywheel Table | Actually Keeps Time!
15:26
Lucas Builds Stuff
Рет қаралды 122 М.
Developing a high fidelity LED Magnet Matrix
15:26
bitluni
Рет қаралды 116 М.
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 26 МЛН
Офицер, я всё объясню
01:00
История одного вокалиста
Рет қаралды 3,2 МЛН
Как подписать? 😂 #shorts
00:10
Денис Кукояка
Рет қаралды 7 МЛН
You’ve Never Seen WiFi Like This
20:43
Data Slayer
Рет қаралды 904 М.
I Made The Ultimate Cheating Device
9:39
ChromaLock
Рет қаралды 1 МЛН
Часы на TM1637 и DS1302 с будильником.
13:22
Can you 3D Print a Mechanical Clock?
9:26
Engineezy
Рет қаралды 508 М.
1 MILLION Match Volcano 🌋 🚀
8:16
EverXFun
Рет қаралды 21 МЛН
Piezoelectricity - why hitting crystals makes electricity
9:20
Steve Mould
Рет қаралды 4,6 МЛН
Best 3D Printing Ideas in  2022 - 3D Printed Trends (Part 2)
28:23
engineericly
Рет қаралды 1,1 МЛН
How I made this amazing 3D hollow clock
5:02
Maker 101
Рет қаралды 107 М.