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 wajid ali khan

  1. W

    Surface current of a patch antenna

    what should be its upper limit i have 39 to 60 A/m
  2. W

    Surface current of a patch antenna

    @planarMetamaterials: thanx for reply... i know how an antenna operate and i have designed a multiband antenna but i don't know what should be its range (mean maximum upper range limit for working antenna ) my antenna has range of 37 A/m ,60 A/m 45 A/m for different bands
  3. W

    Surface current of a patch antenna

    What is the concept behind surface currents of a microstripe patch antenna? what should be its range for good performance of a patch antenna? Thanx in advance
  4. W

    [SOLVED] conversion from hex to decimel

    thats the problem .......... @allen - - - Updated - - - will be very complicated
  5. W

    [SOLVED] conversion from hex to decimel

    how to convert hex data from dptr to decimel in 8051(8 bit accumulator) ......
  6. W

    [moved] 8051 counter to count over 255

    i am giving output to 7 segment display and the one u(ud23) mentioned is about lcd. i m giving output from the accumulator to ports and accumulator can keep maxmum upto 255....
  7. W

    [moved] 8051 counter to count over 255

    is there any one to help me how to count over 255 in 8051 counter..... the following code can count upto 255... ORG 00H MOV TMOD,#05H MOV TL0,#00H MOV TH0,#00H SETB P3.4 MOV P1,#00H SETB TR0 NEXT:MOV A,TL0 CJNE A,#100,GO GO:JC TEN MOV B,#100 ;;covert hex to decimel DIV AB MOV P1,A MOV...
  8. W

    [moved] 8051 counter to count over 255

    Re: 8051 counter to count over 255 ORG 00H MOV TMOD,#05H MOV TL0,#00H MOV TH0,#00H SETB P3.4 MOV P1,#00H SETB TR0 NEXT:MOV A,TL0 CJNE A,#100,GO GO:JC TEN MOV B,#100 ;;covert hex to decimel DIV AB MOV P1,A MOV A,B MOV B,#10 DIV AB SWAP A ORL A,B MOV P2,A SJMP HERE TEN:;;convert hex to...
  9. W

    [moved] 8051 counter to count over 255

    8051 counter to count over 255 plz help me... i design a counter in 8051 that can count upto 255 in mod1 and also display upto 255 on 7segment displays ..after 255 it again starts counting from 001 so how should i combine TH0 with TL0 to get over 255..... thanks in advance :sad:
  10. W

    [moved] 8051 counter to count over 255

    Is there anyone who could help me design counter counting over 255 in mod2 of 8051 counter.... .thanks in advance :sad:

Part and Inventory Search

Back
Top