Forum Replies Created

Viewing 15 posts - 91 through 105 (of 228 total)
  • Author
    Posts
  • in reply to: Delay in PWM #11625
    Ligo George
    Keymaster

    The link that I provided you is what you need. You need to enable interrupts to generate Software PWM. That microchip application note clearly describes how to generate software pwm. You can easily insert delay in software pwm.

    in reply to: Delay in PWM #11585
    Ligo George
    Keymaster

    You can do it by using interrupts. The following Microchip application note will give you the idea.

    http://ww1.microchip.com/downloads/en/AppNotes/00843a.pdf

     

    in reply to: About Proteus print out #11578
    Ligo George
    Keymaster

    It is because you are using demo version.

    Proteus is not a free software. You can buy Proteus from Labcenter Electronics.

    in reply to: About Proteus print out #11574
    Ligo George
    Keymaster

    It seems like you are using a cracked / pirated version of proteus. It might be the problem. Please contact Labcenter Electronics support if you are using orginal version.

    You may try following steps too.

    1. Try running Proteus as administrator. Right Click >> Run as Administrator
    2. Try reinstalling Proteus.
    in reply to: Digital Clock using PIC microcontroller and ds1307 #11572
    Ligo George
    Keymaster

    I can’t find any problems in the program.

    in reply to: Digital Clock using PIC microcontroller and ds1307 #11568
    Ligo George
    Keymaster

    It should work without any problems.

    Actually what are the problems that you are facing now ?

    in reply to: Difference between Bit Rate and Baud Rate #11564
    Ligo George
    Keymaster

    BIT RATE as the name indicates, it is the number of bits ( binary 0’s or 1’s ) transmitted per second. Its value is expressed in terms of bits per second or bps. It indicates the speed of data transmission.

    For eg. if the bit rate is 9600bps, it implies that 9600 bits ( binary 0’s or 1’s ) are transmitted per second.

    While BAUD RATE is the number of signal or symbol changes that occur per second, ie number of transitions per second.

    In the case of UART, binary 1 is indicated by a HIGH pulse while binary 0 is indicated by a LOW pulse. So the bit rate and baud rate are same in the case of UART communication.

    But in some systems, binary 1 may be indicated by a LOW to HIGH transition  and binary 0 by HIGH to LOW transition. In such cases baud rate will be higher than that of bit rate.

    in reply to: Digital Clock using PIC microcontroller and ds1307 #11563
    Ligo George
    Keymaster

    I guess that you are referring to my article, Digital Clock using PIC Microcontroller.

    As that project using MikroC compiler, it should work without any changes in the program. But you should change the microcontroller in the MikroC project setting and REBUILD the project.

    in reply to: About Proteus print out #11562
    Ligo George
    Keymaster

    Sorry, I don’t understand your question. What do you meant by print out ?

    in reply to: PWM LED Chaser Programming with PIC Microcontroller #11546
    Ligo George
    Keymaster

    You can’t do it by simple shifting. I think you need a scanning algorithm for that. You can scan ( making it ON, depending on the required brightness ) each LED one by one fastly ( faster than our eyes can recognize ).

    I hope that you can use the built in PWM module for that.

    in reply to: PIC16F877A with DC Gear Motor #11541
    Ligo George
    Keymaster

    You are always welcome. Thanks for the feedback.

    in reply to: PWM by pic 16F877A #11539
    Ligo George
    Keymaster

    Hi,

    You can’t use parameter 0.09996 in that function.  The parameter duty can be any value ranging from 0 to 1023 corresponding to 0 to 100% duty cycle.

    Please don’t post your problems in someone else’s topic, open a new topic.

    in reply to: RPM sensing using hall effect sensor #11533
    Ligo George
    Keymaster

    Yes, you can use ULN2803 for that. No need of additional components.

    Please open a new topic for asking your doubts. Don’t post it on others topic.

    in reply to: PIC16F877A with DC Gear Motor #11528
    Ligo George
    Keymaster

    Then connect a pull up resistor as a load. Connect one terminal of the resistor to positive and other terminal to black. And the same black terminal can be taken as output.

    in reply to: Retrieving UART data on LCD using PIC16F877A #11527
    Ligo George
    Keymaster

    Sorry, I can’t find any other problems.

Viewing 15 posts - 91 through 105 (of 228 total)
>