Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by sonic05

  1. S

    HELP: for my pc BIOS setting

    I accidentally LOAD the default BIOS setting.. because of that now my computer need to press F1 before the Windows.. i want, when i open my pc i don't need to press anything to continue ---------- Post added at 12:10 ---------- Previous post was at 11:50 ---------- SOLUTION FOR THIS...
  2. S

    16f877a...clock can add stopwatch or timer?

    please help me for my problem i have here a program of clock but i dont know how to add it and i don't know also how to start it anybody can give me an idea about this... if you want ato see our circuit and program just post it but please help me to build a program for this...the stopwatch or...
  3. S

    anybody can check my program

    but can you please help me for some part of a program?
  4. S

    anybody can check my program

    yes...but i dont know if it will run... im not sure for those part of 24hrs but when i used only the 12hours programs it will run...but for 24 hours nothing happen...can you please help me.. to build a program...for that...or i have some option here 1st....12hrsclock with stopwatch or 12hrs...
  5. S

    anybody can check my program

    absolutely YES...
  6. S

    anybody can check my program

    port A are connected to 4switch ---------- Post added at 15:30 ---------- Previous post was at 15:28 ---------- **broken link removed** you can also see my scheamatic in this site,..the 1st schematic is my circuit that i make but i change something because i used common cathode,...you can...
  7. S

    anybody can check my program

    i used led but it is like a 7segment common cathode...all positive connected to PORT B while all negative connected to PORT C...do you have a yahoo messenger? ---------- Post added at 14:33 ---------- Previous post was at 14:31 ---------- a(0x01) b(0x02) c(0x04) d(0x08) e(0x10) f(0x20) g(0x40)
  8. S

    anybody can check my program

    please help me... #include <16F877A.h> #fuses XT,NOWDT,PUT,NOBROWNOUT,NOLVP #use delay(clock = 4000000) #byte PORTA=0X05 #byte PORTC=0x07 #byte PORTB=0X06 #define A0 PIN_A0 #define A1 PIN_A1 #define A2 PIN_A2 #define A3 PIN_A3 #define A4 PIN_A4 #define A5 PIN_A5 #define E1 PIN_E1 int...
  9. S

    combining to programs

    #include <16F877A.h> #fuses XT,NOWDT,PUT,NOBROWNOUT,NOLVP #use delay(clock = 4000000) #byte PORTA=0X05 #byte PORTC=0x07 #byte PORTB=0X06 #define A0 PIN_A0 #define A1 PIN_A1 #define A2 PIN_A2 #define A3 PIN_A3 #define A4 PIN_A4 int sec1,sec2,min1,min2,hour1,hour2; int num1=5,num2=5,num3=5; int...
  10. S

    combining to programs

    @betwixt yes can you please help me for some part of this program...
  11. S

    combining to programs

    please anybody can teach me how to combine two programs using void... and i want to know to call it using switch... the ic that i used is 16f877a
  12. S

    clock with traffic light

    HI Thank you..for that info,.. and im sorry i forgot that things,.. ^^ anybody can help me to combine that two programs...
  13. S

    clock with traffic light

    #include <16F877A.h> #fuses XT,NOWDT,PUT,NOBROWNOUT,NOLVP #use delay(clock = 4000000) #byte PORTA=0X05 #byte PORTC=0x07 #byte PORTB=0X06 #define A0 PIN_A0 #define A1 PIN_A1 #define A2 PIN_A2 #define A3 PIN_A3 #define A4 PIN_A4 int sec1,sec2,min1,min2,hour1,hour2; int num1=5,num2=5,num3=5; int...
  14. S

    CIRCUIT for common cathode clock

    Thank you very much for your response..^^.
  15. S

    CIRCUIT for common cathode clock

    CIRCUIT for common cathode clock using 16f877a anybody can help me to find a open source code in c and circuit for this..

Part and Inventory Search

Back
Top