How to use a potentiometer resistor to control speed of motor fan manually?Thanks


Results 1 to 10 of 10

Threaded View

  1. #9
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    a range from 0-32!!

    if you use a 10Bit resolution
    Code:
    Adcin 0,Initial
    Final=Initial>>5
    change 5 for 3 if you use a 8 bit resolution.

    32= 2^5 or 5 bit resolution

    Im i still mixed in my head... maybe, as now, it looks good to me.

    10 bit resolution = range of 1024
    8 bit resolution = range of 256

    1024/32 =>32
    256/32 =>8

    and blah blah blah... i feel like a pre-school teacher today
    Last edited by mister_e; - 28th August 2005 at 16:11.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. brushless speed control
    By jetpr in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 24th December 2009, 15:23
  2. Replies: 14
    Last Post: - 26th September 2007, 05:41
  3. Speed Control (help Idea)
    By jetpr in forum General
    Replies: 0
    Last Post: - 1st November 2005, 01:51
  4. speed control
    By Kees Reedijk in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 31st March 2005, 23:07
  5. Electronic speed control
    By actionplus in forum Schematics
    Replies: 10
    Last Post: - 21st June 2004, 19:01

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts