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 saurabh pant

  1. S

    is it possible to control the speed of the ac fan through AT89s52

    @mohamed.elsabagh: thanks man..this might help me. this is something i didnt take care of. so i'll try n let u knw.. thanks alot..
  2. S

    is it possible to control the speed of the ac fan through AT89s52

    thanks for replying...i did as u said..but no improvement... ORG 00H //start LJMP MAIN_1 ORG 0013H //timer subroutine for INT1 SETB TR0 // start timer JNB TF0,$ CLR TR0 CLR TF0 CLR P0.1 //this is trigger to triac LCALL DELAY SETB P0.1 RETI MAIN_1:MOV TMOD,#01H MOV TL0,#67H MOV TH0,#0FEH...
  3. S

    is it possible to control the speed of the ac fan through AT89s52

    Re: is it pssible to control the speed of the ac fan through AT89s52 can anybody help ?
  4. S

    is it possible to control the speed of the ac fan through AT89s52

    Re: is it pssible to control the speed of the ac fan through AT89s52 plz help guyzzzzz...
  5. S

    is it possible to control the speed of the ac fan through AT89s52

    Re: is it pssible to control the speed of the ac fan through AT89s52 thanks for replying.. as u said that i havnt defined the external interrupt routine but i did it..see in main...its MOV IE,#84H... which is enabling interrupt on INT1 i.e. P3.2. plz correct if i m wrong. ---------- Post...
  6. S

    is it possible to control the speed of the ac fan through AT89s52

    Re: is it pssible to control the speed of the ac fan through AT89s52 thanks for replying... i did that but it doesnt work out. i have taken the zero crossing at INT1. i am testing it on a bulb. now the intensity of the bulb should change but wat happns is that the bulb blinks. here is my code...
  7. S

    is it possible to control the speed of the ac fan through AT89s52

    i am trying to control the speed of a ceiling fan with at89s52 on pin p0.0 but not able to do it. i am writing the code in assembly. please tell me how it can be done. i tried it but instead of control on speed, the fan gives zerks. plz help......

Part and Inventory Search

Back
Top