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 osama_xyz

  1. O

    LED brightness control by pwm for at89c51

    Already did, no use. If somebody can help me with coding it, would be much appreciated. Thasnks in advance.
  2. O

    LED brightness control by pwm for at89c51

    Hi, How can I add the duty cycle to the attached code ?
  3. O

    LED brightness control by pwm for at89c51

    Thanks KlausST for your reply, In fact, there is a code which was posted in this forum that I'm using and here is it: #include<reg51.h> unsigned char segment = 10; unsigned char brightness ; // your brightness - range 0 (dark) to 255 (lght) static unsigned char i = 0; sbit LED = P1^0; void...
  4. O

    LED brightness control by pwm for at89c51

    Hello friends, Can anybody help me in writing a code of led brightness control by using puls width modulation (pwm) for at89c51 as I'm stuck in it. Note that I heve reviewed the related answers for this problem, but sadly, non of them has worked. Your help is highly appreciated.

Part and Inventory Search

Back
Top