Thursday 31 December 2015

UP/Down Timer LCD with Alarm (HH:MM:SS)


File hexnya http://adf.ly/1UQ2Xg


Video hasilnya

UPDATE HardWarenya 







UP-Down Counter 0000-9999

File hexnya http://adf.ly/1UQ0s0
Video Hasilnya

UPDATE HardWarenya :



Wednesday 30 December 2015

Animasi 32 Led Love


File Schematic and hex download di http://adf.ly/1UMa85

Video hasilnya


Versi Besarnya dengan HPL 0.5 Watt


Tuesday 22 December 2015

Time Powerled-Bhs.Indonesia

Software Powerled Ver. 2.82.2. Sudah ada Nama Hari dalam Bhs.Indonesia

Download softwarenya http://adf.ly/1Tt1kh

Software Powerled Ver. 2.85.0 sudah suport untuk tulisan Rotation 90 derajat. Biasanya untuk tulisan Running dari bawah ke atas


Hasil Videonya




Download softwarenya  http://adf.ly/1ZlhpJ


Mau bikin Animation background, Biar Running Texnya tampil beda cek disini videonya






All TF cards error code:

Reminder Type of card means
USB U-disk card Insert U disk detected. This prompt appears if you do not insert U disk, indicating that there is interference, remove or replace the USB extension cable.
If you insert U disk appears that prompts for a long time, unable to read the U disk, pls replace or format u disk.
USB 20% U-disk card U disk is being read, the percentage is reading progress.
SAVE U-disk card Control card is to save the screen parameters into the U disk, so that the computer can read back. If the prompt keep for a long time, that means the U disk,unable to write or write error, pls replace or format u disk.
OK! U-disk card Program and screen parameters copy is complete, unplug the U disk.
E004 U-disk card When use U disk to modify parameters,screen parameters is not correct (screen parameters disorder).
E007 U-disk card When use U disk to modify parameters, Screen width overstep.
E008 U-disk card When use U disk to modify parameters, Screen height overstep.
E009 U-disk card When use U disk to modify parameters,Total pixel beyond the range.
E015 U-disk card Subarea memory beyond the range,please narrow the subarea,or set the width 64 multiples
E016 U-disk card Too much programs,is beyond the controller memory. Please delete some.
E100 U-disk card Have not copy content from U-disk,or some documents missing.
E101 U-disk card Copy content from U-disk failed, please retry or replace another U-disk.
E102 U-disk card The U-disk is especial,controller cannot copy ,please format or replace another U-disk.
E103 U-disk card Unable to open the file allocation table, pls reformat the U disk.
E110 U-disk card Programs in u disk are not suitable for the current control card. For example,the video card import ordinary card programs or ordinary card import video card programs,screen will appear this prompt. Please select the correct card in the software.
E111 U-disk card Programs width in u disk does not match the actual screen width, pls use the U disk read-back screen parameters or reset.
E112 U-disk card Programs height in u disk does not match the actual screen height, pls use the U disk read-back screen parameters or reset.
DHCP Lan port card Control card is set “automatically obtain IP”, when boot will appear this prompt, means the control card is trying to get IP.
SLP All cards The control card had set the timer switch,and arrived off time. If this prompt appear startup time, please check the timer settings are correct or not, the time of the control card and the computer are the same time or not, if inconsistent,pls first calibrate the time.

Monday 7 December 2015

Running 8 Led 89s51 dan NE555

Running Led dengan Banyak Animasi dan Pengaturan kecepatan Runningnya  dengan IC NE555
Source code Asm http://adf.ly/1TEpUp
Schematic  download di http://adf.ly/1SzE0c
Source Code Hex di http://adf.ly/1SzNRK


Video di youtube

Saturday 5 December 2015

Menghidupkan 8 Led dengan Remote TV Sonny

Schematicnya http://adf.ly/1SzWDF
kode hex Remote tv 8 Led http://adf.ly/1ST3kh
Videonya bisa di lihat disini

Foto Remotenya

Modifikasinya



UPDATE Hardwarenya






Source kode Running Led

Source kode Running Led dengan banyak animasi. Software yg digunakan Rigel Reads51. Downloader Innovative.
Videonya bisa di cek disini


Schematicnya http://adf.ly/1SzPyv
File hexnya http://adf.ly/1StvvU

 #include <sfr51.inc>                    
                    ORG 0
                    START:  MOV DPTR,#TABLE
                    LOOP:  CLR A
                                      MOVC A,@A+DPTR
                                      CJNE A,#01H,LOOP1
                                      aJMP START
                    LOOP1:  MOV P1,A
                                      MOV R3,#20
                                      LCALL DELAY
                                      INC DPTR
                                      aJMP LOOP
                    DELAY:  MOV R4,#35;25;5
                    D1:   MOV R5,#39;25;5
                                      DJNZ R5,$
                                      DJNZ R4,D1
                                      DJNZ R3,DELAY
                                      RET
                    TABLE:  DB
                    FEH,feh,feh,feh,feh,feh,feh,feh,
                    FEH,feh,feh,feh,feh,feh,feh,feh,
                    FEH,feh,feh,feh,feh,feh,feh,feh,
                        fdh,fdh,fdh,fdh,fdh,fdh,fdh,fdh,
                        fdh,fdh,fdh,fdh,fdh,fdh,fdh,fdh,
                        fdh,fdh,fdh,fdh,fdh,fdh,fdh,fdh,
                    fBH,fbh,fbh,fbh,fBH,fbh,fbh,fbh,
                    fBH,fbh,fbh,fbh,fBH,fbh,fbh,fbh,
                 
                    fBH,fbh,fbh,fbh,fBH,fbh,fbh,fbh,
                        f7h,f7h,f7h,f7h,f7h,f7h,f7h,f7h,
                        f7h,f7h,f7h,f7h,f7h,f7h,f7h,f7h,
                        f7h,f7h,f7h,f7h,f7h,f7h,f7h,f7h,
                               EFH,EFH,EFH,EFH,EFH,EFH,EFH,EFH,
                               EFH,EFH,EFH,EFH,EFH,EFH,EFH,EFH,
                               EFH,EFH,EFH,EFH,EFH,EFH,EFH,EFH,
                   DFH,DFH,DFH,DFH,DFH,DFH,DFH,DFH,
                 
                   DFH,DFH,DFH,DFH,DFH,DFH,DFH,DFH,
                   DFH,DFH,DFH,DFH,DFH,DFH,DFH,DFH,
                               BFH,bfh,BFH,bfh,BFH,bfh,BFH,bfh,
                               BFH,bfh,BFH,bfh,BFH,bfh,BFH,bfh,
                               BFH,bfh,BFH,bfh,BFH,bfh,BFH,bfh,
                   7FH,7fh,7fh,7fh,7FH,7fh,7fh,7fh,
                   7FH,7fh,7fh,7fh,7FH,7fh,7fh,7fh,
                   7FH,7fh,7fh,7fh,7FH,7fh,7fh,7fh,

                   FEH,FDH,FBH,F7H,EFH,DFH,BFH,7FH,
                   7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                   FEH,FDH,FBH,F7H,EFH,DFH,BFH,7FH,
                   FEH,FDH,FBH,F7H,EFH,DFH,BFH,7FH,
                   7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                   7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                   FEH,FDH,FBH,F7H,EFH,DFH,BFH,7FH,
                   7fh,bfh,dfh,efh,f7h,fbh,fdh;,feh,

                   DB
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     f6h,f6h,f6h,f6h,f6h,f6h,f6h,f6h,
                     f6h,f6h,f6h,f6h,f6h,f6h,f6h,f6h,
                     f6h,f6h,f6h,f6h,f6h,f6h,f6h,f6h,
                     f6h,f6h,f6h,f6h,f6h,f6h,f6h,f6h,
                     f6h,f6h,f6h,f6h,f6h,f6h,f6h,f6h,
                     f6h,f6h,f6h,f6h,f6h,f6h,f6h,f6h,

                        edh,edh,edh,edh,edh,edh,edh,edh,
                        edh,edh,edh,edh,edh,edh,edh,edh,
                        edh,edh,edh,edh,edh,edh,edh,edh,
                        edh,edh,edh,edh,edh,edh,edh,edh,
                        dbh,dbh,dbh,dbh,dbh,dbh,dbh,dbh,
                        dbh,dbh,dbh,dbh,dbh,dbh,dbh,dbh,
                        dbh,dbh,dbh,dbh,dbh,dbh,dbh,dbh,
                        dbh,dbh,dbh,dbh,dbh,dbh,dbh,dbh,

                            bfh,bfh,bfh,bfh,bfh,bfh,bfh,bfh,
                            bfh,bfh,bfh,bfh,bfh,bfh,bfh,bfh,
                            bfh,bfh,bfh,bfh,bfh,bfh,bfh,bfh,
                            f6h,ffh,f6h,ffh,f6h,ffh,f6h,ffh,
                            f6h,ffh,f6h,ffh,f6h,ffh,f6h,ffh,
                            edh,ffh,edh,ffh,edh,ffh,edh,ffh,
                            edh,ffh,edh,ffh,edh,ffh,edh,ffh,
                            edh,ffh,edh,ffh,edh,ffh,edh,ffh,

                            dbh,ffh,dbh,ffh,dbh,ffh,dbh,ffh,
                            dbh,ffh,dbh,ffh,dbh,ffh,dbh,ffh,
                            dbh,ffh,dbh,ffh,dbh,ffh,dbh,ffh,
                            dbh,ffh,dbh,ffh,dbh,ffh,dbh,ffh,
                            bfh,ffh,bfh,ffh,bfh,ffh,bfh,ffh,
                            bfh,ffh,bfh,ffh,bfh,ffh,bfh,ffh,
                            bfh,ffh,bfh,ffh,bfh,ffh,bfh,ffh,
                            bfh,ffh,bfh,ffh,bfh,ffh,bfh;,ffh,


                            ;0FEH,0FDH,0FBH,0F7H
                            DB
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,

                     7eh,7eh,ffh,ffh,7eh,7eh,ffh,ffh,
                     7eh,7eh,ffh,ffh,7eh,7eh,ffh,ffh,
                     feh,feh,ffh,ffh,feh,feh,ffh,ffh,
                     feh,feh,ffh,ffh,feh,feh,ffh,ffh,
                     fdh,fdh,ffh,ffh,fdh,fdh,ffh,ffh,
                     fdh,fdh,ffh,ffh,fdh,fdh,ffh,ffh,
                     fbh,fbh,ffh,ffh,fbh,fbh,ffh,ffh,
                     fbh,fbh,ffh,ffh,fbh,fbh,ffh,ffh,

                     f7h,f7h,ffh,ffh,f7h,f7h,ffh,ffh,
                     f7h,f7h,ffh,ffh,f7h,f7h,ffh,ffh,
                     efh,efh,ffh,ffh,efh,efh,ffh,ffh,
                     efh,efh,ffh,ffh,efh,efh,ffh,ffh,
                     dfh,dfh,ffh,ffh,dfh,dfh,ffh,ffh,
                     dfh,dfh,ffh,ffh,dfh,dfh,ffh,ffh,
                     bfh,bfh,ffh,ffh,bfh,bfh,ffh,ffh,
                     bfh,bfh,ffh,ffh,bfh,bfh,ffh,ffh,

                     7fh,7fh,ffh,ffh,7fh,7fh,ffh,ffh,
                     7fh,7fh,ffh,ffh,7fh,7fh,ffh,ffh,
                     3fh,3fh,3fh,3fh,cfh,cfh,cfh,cfh,
                     3fh,3fh,3fh,3fh,cfh,cfh,cfh,cfh,
                     f3h,f3h,ffh,ffh,f3h,f3h,ffh,ffh,
                     f3h,f3h,ffh,ffh,f3h,f3h,ffh,ffh,
                     fch,fch,ffh,ffh,fch,fch,ffh,ffh,
                     fch,fch,ffh,ffh,fch,fch,ffh;,ffh,
                         
                            ;0EFH,0DFH,0BFH,07FH
                            DB
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,

                   FEH,FDH,FBH,F7H,EFH,DFH,BFH,7FH,
                   7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                   FEH,FDH,FBH,F7H,EFH,DFH,BFH,7FH,
                   FEH,FDH,FBH,F7H,EFH,DFH,BFH,7FH,
                   7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                   7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                   FEH,FDH,FBH,F7H,EFH,DFH,BFH,7FH,
                   7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,

                    7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,
                     7eh,bdh,dbh,e7h,e7h,dbh,bdh,7eh,

                   FEH,FDH,FBH,F7H,EFH,DFH,BFH,7FH,
                   7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                   FEH,FDH,FBH,F7H,EFH,DFH,BFH,7FH,
                   FEH,FDH,FBH,F7H,EFH,DFH,BFH,7FH,
                   7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                   7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                   FEH,FDH,FBH,F7H,EFH,DFH,BFH,7FH,
                   7fh,bfh,dfh,efh,f7h,fbh,fdh;,feh,

                         
                       
                            ;07FH,0BFH,0DFH,0EFH
                            DB
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,

                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,

                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,
                            0F7H,0FBH,0FDH,0FEH,07FH,0BFH,0DFH,0EFH,

                         
                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                            7fh,bfh,dfh,efh,f7h,fbh,fdh,feh,
                            7fh,bfh,dfh,efh,f7h,fbh,fdh;,feh,

                         
                            DB
                                00h,81h,c3h,e7h,c3h,81h,00h,00h,
                                00h,00h,00h,00h,00h,00h,00h,00h,
                                00h,00h,00h,00h,00h,00h,00h,00h,
                                00h,00h,00h,00h,00h,00h,00h,00h,
                                00h,ffh,00h,ffh,00h,ffh,00h,ffh,
                                00h,ffh,00h,ffh,00h,ffh,00h,ffh,
                                00h,ffh,00h,ffh,00h,ffh,00h,ffh,
                                00h,ffh,00h,ffh,00h,ffh,00h,ffh,

                                efh,dfh,bfh,7fh,efh,dfh,bfh,7fh,
                                efh,dfh,bfh,7fh,efh,dfh,bfh,7fh,
                                efh,dfh,bfh,7fh,efh,dfh,bfh,7fh,
                                efh,dfh,bfh,7fh,efh,dfh,bfh,7fh,
                                efh,dfh,bfh,7fh,efh,dfh,bfh,7fh,
                                efh,dfh,bfh,7fh,efh,dfh,bfh,7fh,
                                efh,dfh,bfh,7fh,efh,dfh,bfh,7fh,
                                efh,dfh,bfh,7fh,efh,dfh,bfh,7fh,

                                f7h,fbh,fdh,feh,f7h,fbh,fdh,feh,
                                f7h,fbh,fdh,feh,f7h,fbh,fdh,feh,
                                f7h,fbh,fdh,feh,f7h,fbh,fdh,feh,
                                f7h,fbh,fdh,feh,f7h,fbh,fdh,feh,
                                f7h,fbh,fdh,feh,f7h,fbh,fdh,feh,
                                f7h,fbh,fdh,feh,f7h,fbh,fdh,feh,
                                f7h,fbh,fdh,feh,f7h,fbh,fdh,feh,
                                f7h,fbh,fdh,feh,f7h,fbh,fdh,feh,

                                 00h,81h,c3h,e7h,c3h,81h,00h,00h,
                                00h,00h,00h,00h,00h,00h,00h,00h,
                                00h,00h,00h,00h,00h,00h,00h,00h,
                                00h,00h,00h,00h,00h,00h,00h,00h,
                                00h,ffh,00h,ffh,00h,ffh,00h,ffh,
                                00h,ffh,00h,ffh,00h,ffh,00h,ffh,
                                00h,ffh,00h,ffh,00h,ffh,00h,ffh,
                                00h,ffh,00h,ffh,00h,ffh,00h;,ffh,
                             
                                ;07FH,0BFH,0DFH,0EFH
                            DB 00h,00h,00h,00h,00h,ffh,00h,ffh,
                               00h,ffh,00h,ffh,00h,ffh,00h,ffh,
                               00h,ffh,00h,ffh,00h,ffh,00h,ffh,
                               00h,ffh,00h,ffh,00h,ffh,00h,ffh,
                               00h,00h,ffh,00h,00h,ffh,00h,00h,ffh,
                            0F7H,0FBH,0FDH,0FEH
                            DB 00H, 0FFH,00H, 0FFH
                            DB 01H
                                      END