Author Topic: help door with remote control.  (Read 4984 times)

0 Members and 1 Guest are viewing this topic.

Offline hamza wiseTopic starter

  • Newbie
  • Posts: 6
help door with remote control.
« on: December 02, 2013, 11:28:44 am »
Hello
I am a student,
i want to ask you a question please.
i want to make project:
to open garage door with remote control.
using microcontroller to command a motor both directions and can stop it.

can you please help me with that ?
THank you in advance  :)
 

Offline hamza wiseTopic starter

  • Newbie
  • Posts: 6
Re: help door with remote control.
« Reply #1 on: December 02, 2013, 11:58:48 am »
i think the circuit would command a motor both directions.(open/close) and can stop it.
( using relay ... )
i am looking forward to hear from you .
Thank you
 

Offline Psi

  • Super Contributor
  • ***
  • Posts: 9951
  • Country: nz
Re: help door with remote control.
« Reply #2 on: December 02, 2013, 12:32:19 pm »
Don't forget to code the safety system, so it stops and reverses if the door hits something. Like a person.
Greek letter 'Psi' (not Pounds per Square Inch)
 

Offline Dave Turner

  • Frequent Contributor
  • **
  • Posts: 447
  • Country: gb
Re: help door with remote control.
« Reply #3 on: December 02, 2013, 04:22:51 pm »
Decide on the actuator first there are various options depending on the type of garage door. That will allow you to design the interface.

For something like this you need to take safety seriously. Limit switches to detect/prevent overun, and as previously stated a method of detecting obstacles.

I'd suggest measuring excess power consumption in the actuator if electric, and excess pressure if hydraulic.
 

Offline hamza wiseTopic starter

  • Newbie
  • Posts: 6
Re: help door with remote control.
« Reply #4 on: December 02, 2013, 08:45:11 pm »
Hello,

Thank you very much for reply.

but i don't have any idea how to do that.
the kind of garage is like on picture that go up and down.
with electric motor.

do you have any link or something where i can find the circuit ?
 

Offline Dave Turner

  • Frequent Contributor
  • **
  • Posts: 447
  • Country: gb
Re: help door with remote control.
« Reply #5 on: December 02, 2013, 09:57:27 pm »
Hamza, without more details photos and existing circuit diagrams, or at least model nos. how can anyone advise you?

You say the door is already controlled electrically - what exactly are you attempting to do?
 

Offline hamza wiseTopic starter

  • Newbie
  • Posts: 6
Re: help door with remote control.
« Reply #6 on: December 02, 2013, 10:45:36 pm »
Hamza, without more details photos and existing circuit diagrams, or at least model nos. how can anyone advise you?

You say the door is already controlled electrically - what exactly are you attempting to do?

Hello Dave,,
no there is no door,, i want to make the circuit that can controlled by a remote.
the circuit should open / close / Stop the garage.
i am not talking about motor that will make action.
--   ( maybe like this one but with remote not laser )

and
https://www.youtube.com/watch?feature=player_detailpage&v=cxXhHDgduHo#t=39 

(remote not phone ... )
 

Offline hamza wiseTopic starter

  • Newbie
  • Posts: 6
Re: help door with remote control.
« Reply #7 on: December 02, 2013, 10:49:14 pm »
remote  sensor receives the signals then the microcontroller will send command to relay driver IC the contacts of which are used to switch on the motor used for opening the garage door and it will switch off the motor after predetermined time.
 

Offline hamza wiseTopic starter

  • Newbie
  • Posts: 6
Re: help door with remote control.
« Reply #8 on: December 03, 2013, 06:08:56 pm »
please help
 

Offline Rigby

  • Super Contributor
  • ***
  • Posts: 1476
  • Country: us
  • Learning, very new at this. Righteous Asshole, too
Re: help door with remote control.
« Reply #9 on: December 03, 2013, 07:42:57 pm »
help with what?  you haven't asked a specific question, you've asked us to design your entire project.

you want to create a door controller.  you are asking for help creating a door controller.  that is too broad of a topic to get specific help with.

break it down into smaller problems, and solve each of them in turn:
  • Create a motor controller that can drive the motor in the existing unit, or control the motor via the existing control circuitry.
  • Read input from sensors to know when the door is fully open, fully closed, and if there is an obstacle that would prevent door closure.  Don't rely on timing, because it won't always take the same amount of time to open & close.
  • Listen for signals from the remote control.
  • Get a microcontroller to operate the motor controller, write the required software to read the signal from the remote and read the sensors.
  • Test it all, fix anything that doesn't work.
  • Done.

Minus any stupid errors on my part, that's probably how you're going to want to approach the problem.  That's more or less how software projects are done, anyway; one piece at a time.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf