Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: sayzer; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    25,161

    Re: PWM fan speed control with a 12F683

    Not all fans can be controlled by PWM.

    Try your fan directly with 5V power supply, and see if it runs.
    Most likely, it won't run at 5V.
    Increase the voltage and see at what voltage it will start...
  2. Replies
    17
    Views
    25,161

    Re: PWM fan speed control with a 12F683

    What FET?
    MosFet?

    Need to see the circuit anyway.
  3. Replies
    17
    Views
    25,161

    Re: PWM fan speed control with a 12F683

    Since you have an onboard PWM module running in the background, you can also have a second pwm by software running in the foreground.

    The code would be as follows.
    You are now using two buttons,...
  4. Replies
    17
    Views
    25,161

    Re: PWM fan speed control with a 12F683

    Try this code.
    LED is on GPIO.2
    Button must be pulled down to GND by a resisitor (10K).
    And must be pulled high by the button (to Vdd).





    @ DEVICE PIC12F683, FCMEN_OFF, IESO_OFF,...
Results 1 to 4 of 4