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 rohansinha2000

  1. R

    pic based automatic leds port programming

    sir, i saw a simulator/emulatir type asm code generator.it generates asm code for pic and at89/at90 series asm code. they use that emulator just by clicking by the mouse. they are using just clicking on the port which are drawn in emulator.in bellow automatically asm code is generated...
  2. R

    8051 based clock frequency oscillator as 555

    why? i need to solve that problem. i am newer in that world. so i faced more problem than others. if you all are interrested to solve my problem then i shall not post anything here.
  3. R

    8051 based clock frequency oscillator as 555

    this is my circuit. i used ne555 and 8051 microcontroller. my moto to add the clock pulse of ne555 to 8051.bkz it helps to addetional clock frequency with 12 Mhz crystal. that ne555 produce variable clock pulse with the help of 100k priset.so we can controll the blinking rate(off time on time)...
  4. R

    8051 led blinking problem with 555 timer

    it increase and decrease the blinking rate. the pulse of 555 is adding in 8051 to increase blinking rate. i configure that circuit. but i am not able to programming it. so anybody can write the exact code here. Added after 4 hours 30 minutes: org 0000h start: setb P1.0 Clr P1.1 call delay...
  5. R

    8051 led blinking problem with 555 timer

    i want to make that project....and i am able to blink leds in constant speed.but that new project i added 555 to controll blinking speed by 100k speed controller. now how to add that with 8051 by assembly code.plz plz plz help me out plz send me code here
  6. R

    8051 code generator problem

    sir i saw a 8051 based software that generate automatic code for at89 series and 90 series.have to select just timer and delay and type of micro controller.after that have to select the port input and output just clicking by mouse. in generate button by clicking it exactly generate the code or...
  7. R

    7 segment multiplex digi clock problem

    sir i fased a problem in my project . that i took a diagram for my idea to make a improve clock. but i can not understanding the exact pin connection with the display. can anyone explain it from that diagram? what is dig123456 connected with mc? what is the abcdefg segment connected with it?
  8. R

    Help me understand the digit connection with pin numbers in this schematic

    sir i can not understand that diagrma plz help me out and explain the connection. i can not understand the digit connection with pin numbers of mc along with the segments. plz tell me the exactly pin connection.
  9. R

    8051 based make a circuit like cd4017/to blink led

    i understand that code.it is cool. but i need a simple code of asm about that matter. objective: 1) need to blink a single led continuously 2) drive that led by at89c2051 3) blinking rate controlled by ne555(the preset variable resistance will...
  10. R

    8051 based make a circuit like cd4017/to blink led

    what is the function of that 3 switches Added after 3 minutes: #00100001B #00100001A #001000011 #001000010 can u just tell me which code is use for which port? port0 port1 port2 port3 Added after 2 hours 44 minutes: can any one give me a easy format of asm code? i shall design it...
  11. R

    8051 based make a circuit like cd4017/to blink led

    i do not want to use 555 as a switche. actually i want to control the blinking rate of leds. like cd4017 ic's blinking rate of leds are controlled by ne555 ic. that is my motto to make such circuit with the help of at89c2051. is any one can help me out? the ne555 will attached with...
  12. R

    8051 based make a circuit like cd4017/to blink led

    org 0h start: Setb P0.0; call delay; Clr P0.0 setb p0.1 delay1s: mov r6,#10 x5: call delay100ms djnz r6,x5 ret .................................................................... rectify this code to blink 2 leds with 555 timer.555 is connected with p3.7 of at89c2051. that 555 is controlling...
  13. R

    problem with 7 segment 4 digit multiplex

    thanks for reply today i tried with uln2003. just i do add uln2003 directly with at89c2051 as 7 segment negative volt.and the other side i add another uln2003 directly. with this uln2003 i add bc557 with 4k7 and 12 volt as 4 digits positive supply. bkz my display drives with 12 volt dc.each...
  14. R

    problem with 7 segment 4 digit multiplex

    sir i made a clock with 4 digit 7 segment multiplex with a big digit display.it works but problem is in the display .bkz the digit segment is not turned off properly to display a digit. as example to display 3 we need just 5 segment to turned on.but rest of the 2 also turned on dimly. i used 4...
  15. R

    8051 based leds blinking with external blinking speed contro

    Re: 8051 based leds blinking with external blinking speed co i want to know is my code is perfect? i added ne 555 to p3.7

Part and Inventory Search

Back
Top