Recent content by conpeats

  1. C

    Assembly( moving a servo by frequency)

    Since our project is an automated sorter. How we are determining to sort the blocks is by a infared sensor (sharp gp2d12-LR) and how much time it is blocked. The longer its blocked the bigger the block. Then after we determine the block size, it slides down a chute to its designated path. We...
  2. C

    Assembly( moving a servo by frequency)

    yes. I am using a 9s12mini dragon processor. I am using it to drive a servo motor and the best way to move it for me is by frequency. I already know the frequencies i just don't know how to program it .
  3. C

    Assembly( moving a servo by frequency)

    Hello, I am building an automated sorter for a school project. I have to sort 3 different sized blocks. I am using a infrared sensor to do this, I determine the size of block on how long the beam is broken. When the size of block is determined, the circuit board moves a servo motor...