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 danyel

  1. D

    Microcontroller based light dimmer using mikro c codes

    thank you for your support so do I need to change codes for this to happen(if yes which code do I have to change) or I have to change hardware parts,
  2. D

    Dimmable and non dimmable lamp

    but I have tested incandescent lamp, but it is blinking instead of dimming what might be wrong with that
  3. D

    Dimmable and non dimmable lamp

    thanks for your answer but how Dimming Fluorescent Lamps be possible since it is said it is not suitable for dimming
  4. D

    Dimmable and non dimmable lamp

    hellow; can any one tell me if there are difference betwee a dimmable Lamp and one that is not dimmable and if there is any effect when non dimmable lamp is used in dimming system.....
  5. D

    Microcontroller based light dimmer using mikro c codes

    sorry,i have tested it but push buttons are not working to change duty cycle , I have put button into port A
  6. D

    Microcontroller based light dimmer using mikro c codes

    thanks so much, please,can you help mikro c codes. i want to use different duty cycles and it is controlled by one push button.
  7. D

    Microcontroller based light dimmer using mikro c codes

    hey guys, Do Triac accept Pulses From PIC directly??? if not how can I solve it in order for the triac to accept it
  8. D

    Microcontroller based light dimmer using mikro c codes

    is there any mikro c codes instead of adding more circuits
  9. D

    Microcontroller based light dimmer using mikro c codes

    and the code is as follows unsigned Duty=0; void InitMain() { TRISC=0x00; PORTC=0x00; PWM1_Init(5000); } void main() { InitMain(); //PWM1_Start(); while(1) { if (Duty==0) { PWM1_Start(); for (Duty=0;Duty<=255;Duty++) { PWM1_Set_Duty(Duty); //Delay_ms (50); } } Duty=255; if...
  10. D

    High power LEDs lighting

    thanks for your support do you know its structure and its limitations
  11. D

    Microcontroller based light dimmer using mikro c codes

    and codes are as shown above in my first comment.
  12. D

    High power LEDs lighting

    could any one help me with this idea of High power LEDs lighting
  13. D

    Microcontroller based light dimmer using mikro c codes

    please help me, I have to Dim an AC lamp using Micro-controller, but insteady of dimming, it is blinking, my circuit connection involves PIC,zero crossing detector and lamp connection. and am using mikro c codes below. where is the problem can you help me please..... unsigned Duty=0; void...

Part and Inventory Search

Back
Top