RGB 7 Segment Digital Clock using ESP8266 & WS2812b

Поділитися
Вставка
  • Опубліковано 9 лют 2025

КОМЕНТАРІ •

  • @fullmetalbody4447
    @fullmetalbody4447 3 роки тому

    Really great to see some cool Indian developer on programmbale LED

  • @iqramulhasan973
    @iqramulhasan973 4 роки тому +3

    Could you please share the circuit diagram of the PCB?

  • @mansoorahmed5084
    @mansoorahmed5084 3 роки тому +1

    plz share circuit diagram...

  • @Ming-BI4KLY
    @Ming-BI4KLY 2 роки тому

    Amazing job! I followed your instructions, and succed! But did you have this TROUBLE: when time shows up, the digits flash/blink every 1Second. The flash/blink very short. And the blink interval time is affected by "int period = 1000", if you change it to 10000, then the digits blink every 10seconds

  • @mdaslamknl
    @mdaslamknl 2 роки тому

    Good
    There is not gerber file in that location in pcbway
    Thanks

  • @vijayreddy1546
    @vijayreddy1546 Рік тому

    Namaskar to remove 0 when showing 12 hours where to keep digit function in code .line number also please

  • @ALLINONE-ec9jq
    @ALLINONE-ec9jq 2 роки тому

    solar panel current and voltage monitor in mobile can you wrie a program

  • @mmi.creation
    @mmi.creation Рік тому

    Gerber File link please 🥺

  • @arghadeepdas5344
    @arghadeepdas5344 9 місяців тому

    i cant find code plz help me sume one

  • @MerleyAilme
    @MerleyAilme 3 роки тому

    Nice project. I want to make one. But it has 6 digits with hour- minute- second. Can you help me ???

    • @ElectroPoint4u
      @ElectroPoint4u  3 роки тому +1

      Yes

    • @MerleyAilme
      @MerleyAilme 3 роки тому

      @@ElectroPoint4u oh really ? Unbelievable ! +1 sub for your channel ! :) wait for it :)

  • @ighost_1337
    @ighost_1337 5 років тому

    Nice !
    add web-ui to control via phone/browser for displaying temp / changing color /effects etc...

  • @KrycekDK
    @KrycekDK 3 роки тому

    Nice video, really helped me alot with my own clock.
    Only thing, I'm having troubles with, is the "dot/dash" thing.
    I have 2 LEDs per dot (instead of 1), could you maybe point me, in the direction of where I can manage this (PIXEL_DASH X) doesnt help alot.

    • @ElectroPoint4u
      @ElectroPoint4u  3 роки тому +1

      Search for the keyword "PIXEL_DASH" and replace it with "PIXEL_DASH * 2" (excluding the definition)

  • @pascualpalacios7099
    @pascualpalacios7099 3 роки тому

    Hello I just want to use an led by total segment 30leds, that I have that line I have to modify the sketch, you can tell me

    • @ElectroPoint4u
      @ElectroPoint4u  3 роки тому

      The number of LEDs in each segment is defined at the top of the code

  • @HOBBYHOMEELECTRONICS
    @HOBBYHOMEELECTRONICS 4 роки тому

    Good afternoon! Can you do a followers counter using LEDs WS2812 and WIFI modul .With automatic color change. It would be very cool.

  • @andreaditya9620
    @andreaditya9620 3 роки тому

    Pakai rtc atau tidak?

  • @marklaurence8504
    @marklaurence8504 3 роки тому

    I have 2 problems with this excellent project
    1) The seconds seem to pause for 5-6 seconds 4 times a minute?
    2) When I press the button to display the temperature, it show the CORRECT temp, but does NOT go back to normal time, Unless I RESET it.
    Do I need a pull up or pull down resistor, if so what value?

    • @ElectroPoint4u
      @ElectroPoint4u  3 роки тому

      Might be due to slow internet connection and 10k

    • @marklaurence8504
      @marklaurence8504 3 роки тому

      @@ElectroPoint4u I fixed the problem with a pull up resistor of 4k7 to 5V , and the PAUSE was caused by the Period=1000 to Period =20. it know works fantastic !!!!!!

    • @ElectroPoint4u
      @ElectroPoint4u  3 роки тому

      Nice

    • @Ming-BI4KLY
      @Ming-BI4KLY 2 роки тому

      Hi, did you have this trouble: when time shows up, the digits flash/blink every 1Second. The flash/blink very short. And the blink interval time is affected by "int period = 1000", if you change it to 10000, then the digits blink every 10seconds

  • @MosheKashani
    @MosheKashani 4 роки тому

    Excellent work I like how you go through the code and explain what everything does. Is there any way to have the 0 off in 12h mode and also to change the colors?

    • @ElectroPoint4u
      @ElectroPoint4u  4 роки тому

      The color is defined at the end part of the code. As for the zero, you can skip it the writeDegit function.

  • @abhishekgaming1490
    @abhishekgaming1490 4 роки тому +1

    Hlw....Sir
    code was Uploaded very well..
    but how can i set Time 'G' settings & 'S'....please Help me
    Thankyou

    • @ElectroPoint4u
      @ElectroPoint4u  4 роки тому

      Every country has it's own GMT offset. For example in India it's +5:30 so you have to convert that into seconds. It will be 5*3600+30*60.

  • @webcompanion
    @webcompanion 5 років тому +1

    Nice engineering work and excellent presentation. I know how LEDs tend to mess with cameras, it's hard to film them. How do you think the clock looks to the human eye? Better? Or does it need some sort of diffuser glass?

    • @ElectroPoint4u
      @ElectroPoint4u  5 років тому +1

      Thank you very much.
      Yeah, the LEDs are hard to get in focus. But it's much better in person.
      Having a diffuser is obviously a better option. But for me, even without a diffuser, it works really well.

  • @shuvendupattari8079
    @shuvendupattari8079 3 роки тому

    Sir, is it work without constant internet connection?

    • @ElectroPoint4u
      @ElectroPoint4u  3 роки тому +2

      No, it requires internet connection. Otherwise you have to use a RTC module for time keeping. Checkout GitHub repo for more information

  • @slacksthegreat
    @slacksthegreat 3 роки тому

    Did you design this code yourself if so i have a question about color. I'm not good enough in coding yet (just started) can't you make brightness into an equation so you can choose more than 3 colors per digit. like color=Brightness-(100,100,100), it would be better.

    • @ElectroPoint4u
      @ElectroPoint4u  3 роки тому

      Use the brightness variable as an factor of the individual colors. That might work

    • @slacksthegreat
      @slacksthegreat 3 роки тому

      @@ElectroPoint4u ok thanks

    • @slacksthegreat
      @slacksthegreat 3 роки тому +1

      @@ElectroPoint4u i changed color to colorhsv and i can get what ever color i want thanks for a great project

  • @burapat4100
    @burapat4100 4 роки тому

    Sir, how to update 7 segment clock led rgb to 6 digit, thnks

    • @ElectroPoint4u
      @ElectroPoint4u  4 роки тому +1

      Change PIXEL_DIGITS from 4 to 6 in the definations

  • @DrTRonik
    @DrTRonik 5 років тому

    Creative and cool... ✔✔✔

  • @awayelektronik9549
    @awayelektronik9549 4 роки тому

    Pdf sir

  • @mdaslamknl
    @mdaslamknl Рік тому

    No gerber files
    telling lies ha ha ha