Question:

How can I control a motor via the internet?

by  |  earlier

0 LIKES UnLike

For a project I am working on, I would like to be able to control a simple DC motor over the internet. I don't need to do much, just turn on and off a few of these; variable control would also be nice. Is there a program or chip that, through a common USB port or something, could let me do that?

Thanks!

 Tags:

   Report

2 ANSWERS


  1. If you have a computer at the other end to receive the internet then it's a bit easier, you can pick up microcontrollers which can interface with the serial connection on the computer really easily (large percentage have serial comms peripherals or you could just bit-bang a virtual serial port on the MCU) and then you could simply send the appropriate control data down the serial connection from pc to mcu and then send the appropriate motor control signals from the mcu to motor.

    You could get usb compatible mcu's and the likes, but they are often sold as surface mount devices and thus rather more difficult to attach to boards with their annoyingly small pin-pitch and they are more expensive than a serial-enabled mcu and probably a good bit harder to program for as you need to waffle about with the usb HID spec, which I can't say I know much about so maybe you won't have that hurdle.

    I'd recommend you stick with a serial port connection, it's simpler and if it's just a hobby/school project, it should be absolutely fine to use that.


  2. Two main sections in internet remote control:

    - interface between PC with a motor

    - data communication program for communication between client with your PC.

    learn from this videos

    http://www.theclickinfo.com/cse:internet...

      

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.