Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/07/05 13:32
Read: times


 
#100746 - I think this is two problems
Responding to: ???'s previous message
You seem to be trying to solve two problems. Firstly you are trying the deserialise a data stream, and secondly you are trying to drive a motor.

If the serial data stream uses anything like a standard data stream then I would try using the UART to decode it. The problem with using edges is that you don't get to know if two equal bits have come in, as the sequences 0, 00, and 000 will all look the same.

There is no standardised way of driving motors with an 8051. You will certainly need some sort of driver chip, which will then determine how you drive the motor.

List of 9 messages in thread
TopicAuthorDate
how to read data??            01/01/70 00:00      
   I think this is two problems            01/01/70 00:00      
   STOP            01/01/70 00:00      
   need a helping hand....            01/01/70 00:00      
      Once more            01/01/70 00:00      
         specific            01/01/70 00:00      
         radio receiver            01/01/70 00:00      
            Step by step            01/01/70 00:00      
            go ahead and burn your motor            01/01/70 00:00      

Back to Subject List