WLED CLOCK ESP8266 WS2812B || 1 pixel segment || Free Firmware

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ธ.ค. 2023
  • WLED CLOCK ESP8266 WS2812B. 1 pixel segment
    00:09 Flashing Firmware
    01:49 wiring schematic esp8266 WS2812b
    01:57 assembly
    02:29 WLED-AP password wled1234
    02:52 Browser 4.3.2.1
    03:08 WiFi setup. SSID & PASSWORD
    03:15 install WLED play store.
    03:23 WLED and esp8266 are on same network
    03:44 test connect change color
    03:50 time setting
    04:36 reverse view
    05:18 Create Preset
    10:23 apply preset boot
    11:00 preset cycle
    Gunakan Apps WLED
    dengan jaringan Wi-Fi yang sama untuk mengontrol perangkat jam
    FIRMWARE & SCHEMATIC drive.google.com/drive/folder...
    original source code github.com/hwtronics/clock-7s...
    update Firmware, support 12/24 Hour
    • Update firmware 12/24 ...
    playlist Digital Clock:
    • DIY Digital Clock
    Jika anda ingin mengcompile dari file ino, baca artikel berikut untuk petunjuknya. www.hwtronics.com/2021/04/08/...
    Untuk program ino asli dapat di unduh disini GitHub github.com/hwtronics/clock-7s...
    Backup program ino yang saya edit. Sudah bisa format 12/24 jam dan custom jalur LED. Dapat di unduh di drive saya
    drive.google.com/drive/folder...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 103

  • @micheledg3809
    @micheledg3809 3 หลายเดือนก่อน +2

    Nice video. but I have a question: does the sequence of the soldered LEDs have to be the same as yours in the video? Or is it possible to fix it in other ways?

    • @AsepRizal
      @AsepRizal  3 หลายเดือนก่อน +1

      If you use my firmware, it must match the image I shared in the video. or according to what I shared on my Google Drive. See link in video description. If you want to change the track path, you have to change the ino file (original source code)

    • @micheledg3809
      @micheledg3809 3 หลายเดือนก่อน

      thanks for the reply, I tried searching in your files, but where can I find the INO source file?

    • @AsepRizal
      @AsepRizal  3 หลายเดือนก่อน +1

      I studied and practiced from the original program. I edited the led track to make it simple. share the firmware file so that it can be put into practice immediately without Arduino code errors. many succeeded. example th-cam.com/video/bPDl0iWPPlE/w-d-xo.htmlsi=3C4YmYEgjfnSahay

    • @AsepRizal
      @AsepRizal  3 หลายเดือนก่อน +1

      The original source code link is in my video description.
      from github hwtronic (download code)
      github.com/hwtronics/clock-7seg-fw-WLED
      explanation of the original circuit and firmware
      www.hwtronics.com/2021/04/08/7-segment-digital-clock-firmware-wled-powered/

    • @micheledg3809
      @micheledg3809 3 หลายเดือนก่อน

      ​@@AsepRizal Unfortunately I have already created a different sequence than your LEDs, and I can't customize it via the ino code, it gives me an error. This is my sequence, would you be so kind as to compile your bin file for me?:
      #define NUM_DIGITS 4 // Number of connected Digits
      #define NUM_PIXEL_PER_SEGMENT 1 // Number of LEDs in each Segment
      #define NUM_PIXEL_PER_DOTS 1 // Number of pixels per dots
      #define NUM_DOTS (NUM_DIGITS/2) - 1 //Number of "dots" between digits: 1 for 4 digits, 2 for 6 digits
      //Total number of LEDs:
      //#define NUM_LEDS (NUM_PIXEL_PER_SEGMENT*7)*NUM_DIGITS + NUM_PIXEL_PER_DOTS
      //Digits array
      bytes digitsMatrix[12] = {
      //abcdefg
      0b1111101, // 0
      0b0000101, // 1
      0b1101110, // 2
      0b1001111, // 3
      0b0010111, // 4
      0b1011011, // 5
      0b1111011, // 6
      0b0001101, // 7
      0b1111111, // 8
      0b1011111, // 9
      0b1111000, // C
      0b0111010, // F

  • @ggate01
    @ggate01 5 หลายเดือนก่อน +1

    Thank you buddy, will try this tonight. Looking forward to more awesome content.

    • @AsepRizal
      @AsepRizal  5 หลายเดือนก่อน

      You're welcome buddy

  • @DHIKSHAN007
    @DHIKSHAN007 6 หลายเดือนก่อน +3

    Plase make video 12hour clock with RTC. Auto colour changing using 1 led per segment and wemos d1 mini board

  • @vasanthchandrasekaran907
    @vasanthchandrasekaran907 3 หลายเดือนก่อน +1

    working Perfectly Thank u For Uploading🥰

    • @AsepRizal
      @AsepRizal  3 หลายเดือนก่อน

      Glad to hear you succeeded in making a WLED digital clock. You're welcome

  • @nuryanto2912
    @nuryanto2912 6 หลายเดือนก่อน +2

    Manthabb Mas...👍
    Tambah Ilmu Lagi...😁
    🙏

    • @AsepRizal
      @AsepRizal  6 หลายเดือนก่อน

      Oprek yg esp8266 lebih murah...hehhe

    • @nuryanto2912
      @nuryanto2912 6 หลายเดือนก่อน +1

      Betul Mas...lbh menekan biaya banget ntuu...😁
      Nnti izin mencoba yo Mas...😄😅
      🙏

  • @noordhiens9640
    @noordhiens9640 6 หลายเดือนก่อน +1

    Mantap kang
    Perlu di coba nihhh

    • @AsepRizal
      @AsepRizal  6 หลายเดือนก่อน

      Iya a Nordin. Bisa ganti WiFi dan seting time zone

    • @AsepRizal
      @AsepRizal  6 หลายเดือนก่อน

      Lengkap.... hehehhe

  • @5VoltChannel
    @5VoltChannel 6 หลายเดือนก่อน +2

    Mantap 👍👍

    • @AsepRizal
      @AsepRizal  6 หลายเดือนก่อน

      Terimakasih suhu 👍

  • @user-vd6tv1py7z
    @user-vd6tv1py7z 6 หลายเดือนก่อน +2

    Terimakasih sudah berbagi file firmware dan skemanya. Semoga abang sehat selalu dan banyak uang 💰..... aamiin

    • @AsepRizal
      @AsepRizal  6 หลายเดือนก่อน +1

      Aamiin ya rabbal aalamiin

  • @Didou07yess09
    @Didou07yess09 6 หลายเดือนก่อน +1

    good jobs

  • @IwanSetiawan-ro9fn
    @IwanSetiawan-ro9fn 6 หลายเดือนก่อน +2

    Langsung dipraktekkan hasil bagus. Terimakasih sudah berbagi.
    Bagaimana caranya untuk mengatur warna perubahan secara otomatis.

    • @AsepRizal
      @AsepRizal  6 หลายเดือนก่อน

      Buat dulu Preset nya. Ikuti videonya 05:18
      Nanti centang di preset cycle
      Otomatis ganti animasi warna

    • @AsepRizal
      @AsepRizal  6 หลายเดือนก่อน

      Wow cepat sekali beresnya

    • @IwanSetiawan-ro9fn
      @IwanSetiawan-ro9fn 6 หลายเดือนก่อน

      ​@@AsepRizaliya bang penasaran hasilnya. Bagus juga. .

  • @Sultanmahamud-vs6hi
    @Sultanmahamud-vs6hi 6 หลายเดือนก่อน +1

    Nice video❤❤❤

  • @dragon-cu6cc
    @dragon-cu6cc 4 หลายเดือนก่อน

    hello minute 40 seconds dht Can you add dht sensor or ds18b20?
    How do you prepare the download tool? Can you make a video?

  • @NarfikaWasnia
    @NarfikaWasnia 6 หลายเดือนก่อน +1

    Mantap Kaka. Bisa dicoba nih. Wemos esp8266 murah.
    Tinggal flash apa gimana kaka

    • @AsepRizal
      @AsepRizal  6 หลายเดือนก่อน

      Iya kak tinggal flash saja. Ikuti video nya aja

  • @bandittrful
    @bandittrful 5 หลายเดือนก่อน

    Hello my friend. Greetings from Turkey. Can we add an addition to this project that also displays temperature and humidity?

    • @AsepRizal
      @AsepRizal  4 หลายเดือนก่อน

      greetings from Indonesia. you can add the RTC feature. temperature or humidity. date not and year. by editing the original file ino. I can't do it yet. My programming skills are weak.

  • @SolderPanas
    @SolderPanas 6 หลายเดือนก่อน +1

    Mantap mas, ada gak yg ketika lampu mati terus nyala jam auto menyesuaikan tanpa setting ulang

    • @AsepRizal
      @AsepRizal  6 หลายเดือนก่อน

      Ada yg pake rtc. Yg ini th-cam.com/video/Z7H4OlQX-zY/w-d-xo.htmlsi=EUt9mW_gW47bv2mQ

    • @SolderPanas
      @SolderPanas 6 หลายเดือนก่อน +1

      @@AsepRizal otw link

  • @souvikmanna262
    @souvikmanna262 6 หลายเดือนก่อน +1

    Please, can you provide FIRMWARE for 3 pixel segment

    • @AsepRizal
      @AsepRizal  6 หลายเดือนก่อน

      firmware is ready. Haven't tried applying it to the LED yet

    • @AsepRizal
      @AsepRizal  6 หลายเดือนก่อน

      Video firmware wiring
      th-cam.com/video/0Hkt0-Jfs20/w-d-xo.htmlsi=L_iL-XqFBeWqauKh

  • @TECHHAMARA
    @TECHHAMARA 5 หลายเดือนก่อน

    Can this work without internet to update time

    • @AsepRizal
      @AsepRizal  5 หลายเดือนก่อน

      can only update with internet time. NTP

  • @coyotetico
    @coyotetico 4 หลายเดือนก่อน

    Hola se puede poner a 12 horas ?

    • @AsepRizal
      @AsepRizal  4 หลายเดือนก่อน +1

      Yes update firmware support 12/24H
      th-cam.com/video/kfGs7YVSEp8/w-d-xo.htmlsi=-M1_E3JLePvs7HN-

    • @coyotetico
      @coyotetico 4 หลายเดือนก่อน

      @@AsepRizal muchas gracias

  • @DHIKSHAN007
    @DHIKSHAN007 6 หลายเดือนก่อน

    How to create this bin file. Plase make video step by step plase sir

    • @AsepRizal
      @AsepRizal  6 หลายเดือนก่อน +1

      if your program compiles successfully. then the bin file can be created.
      how to make.
      select the sketch menu.
      select Export compiled Binary.
      The results can be seen in the sketch menu. select Show Skech Folder.
      you will find the bin file

    • @DHIKSHAN007
      @DHIKSHAN007 6 หลายเดือนก่อน

      Thanks for replying me. Thank you so much

    • @AsepRizal
      @AsepRizal  6 หลายเดือนก่อน

      You're welcome

  • @qutholfaris5222
    @qutholfaris5222 5 หลายเดือนก่อน

    Bang cara compres file datanya gimana bang?

    • @AsepRizal
      @AsepRizal  5 หลายเดือนก่อน

      Setelah Ino done compailing.
      Tool, Esp8266 sketch data upload
      Setelah berhasil
      Sketch, Export compailed binary.
      Hasilnya ada di folder
      Sketch, show sketch folder

  • @andrijohan4543
    @andrijohan4543 4 หลายเดือนก่อน

    0x00000 dan 0x300000 ditulis sendiri ato gimana bang

    • @AsepRizal
      @AsepRizal  4 หลายเดือนก่อน

      Iya tulis sendiri

  • @nagamanihegde9609
    @nagamanihegde9609 6 หลายเดือนก่อน

    2 pixel segment bin
    plz

    • @AsepRizal
      @AsepRizal  6 หลายเดือนก่อน

      OK, I will prepare this week

  • @Riki.sand1
    @Riki.sand1 3 หลายเดือนก่อน

    Kalau pakai hp gimana?

    • @AsepRizal
      @AsepRizal  3 หลายเดือนก่อน

      Kontrol wled pakai hp Android. Download wled di play store

    • @Riki.sand1
      @Riki.sand1 3 หลายเดือนก่อน

      @@AsepRizal maksud saya upload firmware nya kalau pakai hp gimana?

    • @AsepRizal
      @AsepRizal  3 หลายเดือนก่อน

      Oh flash firmware. Bisa pake ini
      th-cam.com/video/V_6CUMfWTUs/w-d-xo.htmlsi=T50dtNgrQKYU_K9Y

    • @Riki.sand1
      @Riki.sand1 3 หลายเดือนก่อน

      @@AsepRizal kan yang di flash 2 kan itu 1

    • @AsepRizal
      @AsepRizal  3 หลายเดือนก่อน

      Oh iya mas. Belum bisa sepertinya. Harus pakai laptop. Esp download tool. Karena ada dua alamat partisi nya
      0x00000 dan 0x300000

  • @zulfitrizulkarnainasnahzul7276
    @zulfitrizulkarnainasnahzul7276 2 หลายเดือนก่อน

    bisa minta code arduino nya om?

    • @AsepRizal
      @AsepRizal  2 หลายเดือนก่อน

      Bisa om.
      Jika anda ingin mengcompile dari file ino, baca artikel berikut untuk petunjuknya. www.hwtronics.com/2021/04/08/7-segment-digital-clock-firmware-wled-powered/
      Untuk program ino asli dapat di unduh disini GitHub github.com/hwtronics/clock-7seg-fw-WLED
      Backup program ino yang saya edit. Sudah bisa format 12/24 jam dan custom jalur LED. Dapat di unduh di drive saya
      drive.google.com/drive/folders/1hRDkz4lJQwCgJ_Mgr-xEMYR9BNpI5rEA?usp=drive_link

    • @zulfitrizulkarnainasnahzul7276
      @zulfitrizulkarnainasnahzul7276 2 หลายเดือนก่อน

      @@AsepRizal ada banyak files di link tsb om, dimana file .INO nya ya... please

  • @andrijohan4543
    @andrijohan4543 4 หลายเดือนก่อน

    tak semudah itu ad ilmu yg disembunyikan

    • @AsepRizal
      @AsepRizal  4 หลายเดือนก่อน

      Dipermudah bang. Yg sudah berhasil mas nur Yanto. Lebih bagus . Kreatif dari saya
      th-cam.com/video/bPDl0iWPPlE/w-d-xo.htmlsi=M0ZhrLTpZJ_iNGcj

    • @NarfikaWasnia
      @NarfikaWasnia 4 หลายเดือนก่อน

      Kalo ada yg disembunyikan harus bayar. Kalo free gratis, tinggal ikuti aja tutorialnya

    • @AsepRizal
      @AsepRizal  3 หลายเดือนก่อน

      Bagaimana mas sudah bisa

  • @vishnushanmughan7041
    @vishnushanmughan7041 4 หลายเดือนก่อน

    Wrong time showing -from India

    • @AsepRizal
      @AsepRizal  4 หลายเดือนก่อน

      Time zone India 5.50
      3600x5.5 = 19800
      Time setup
      Time zone (GMT) UTC
      UTC offset = 19800

    • @vishnushanmughan7041
      @vishnushanmughan7041 4 หลายเดือนก่อน

      @@AsepRizal again wrong time

    • @AsepRizal
      @AsepRizal  4 หลายเดือนก่อน

      Time setup
      Time zone : IST (INDIA)
      UTC offset: 0

    • @AsepRizal
      @AsepRizal  4 หลายเดือนก่อน

      The first method and the second method, on my device and the LED display shows the correct time.
      Google reference: Indian time zone

    • @vishnushanmughan7041
      @vishnushanmughan7041 4 หลายเดือนก่อน

      @@AsepRizal tested both time zone ,not showing correct time