Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Newbie with Pi3
#9
(Mar-31-2018, 08:48 AM)buran Wrote: so actually when door is open it constantly prints STOP door open and when it is closed - it non-stop prints STOP door closed

what pins 11 and 12 (the top and botom switch) are doing? what pins 15 and 13 are doing? how it detects to stop motor (opening/closing)? sorry, not an expert in GPIO :-)

I am a master Tinker ( I always end up over my head ) LOL
Yes on printing open close
Okay pin 11 & 12 are magnetic door switches (which I may change to Micros)
when photo module shows change ( night day ) the motor runs to open close door the magnetic switch is stop point.

Pins 13 and 15 goes to a small motor controller they are what control's direction of motor ( up & down for door)

(Mar-31-2018, 08:48 AM)buran Wrote: so actually when door is open it constantly prints STOP door open and when it is closed - it non-stop prints STOP door closed

what pins 11 and 12 (the top and botom switch) are doing? what pins 15 and 13 are doing? how it detects to stop motor (opening/closing)? sorry, not an expert in GPIO :-)
OK, I entertain the idea of buying RPi for a log time so this is also interesting to me.
I did some raeding on GPIO, so please confirm if my understanding is correct:
when pin is IN, you get information from it, when it is OUT - you send info to whatever is connected. When HIGH it is powered.
  • pin7 is light sensor. When it is LOW (False) - there is light, when it is HIGH (True) - there is no light detected.
  • pin 11 and 12 are switches that detect the door is open/closed. When respective switch is HIGH (true) the door is already
    open/closed. i.e. while the door is open switch 11 is non-stop powered and in state HIGH
  • 15 and 13 are motors. 15 drives the motor to open the door. 13 powers the motor to close it. I don't know if the same motor with different direction of movement or different motors driving in one direction only. I guess 2 motors, because when pin 11 is HIGH, you actually sending non-stop info to pin 15 to stay LOW (False).
    Is that correct. Please correct me if not.


Also, if you set OUT pin HIGH, it stays so, until set LOW, right?

I'm no expert but you are correct to my understanding pins 11 and 12 are to stop motor at set point Door open door close.
pins 13 and 15 control motor (small DC car window winder) I am running them into a IDUINO L298N Motor Driver Controller Board which takes care of the up and down from pin 13 and 15 it reverses the polarity out to motor
Reply


Messages In This Thread
Newbie with Pi3 - by Dualxeon - Mar-30-2018, 08:39 AM
RE: Newbie with Pi3 - by buran - Mar-30-2018, 09:32 AM
RE: Newbie with Pi3 - by Dualxeon - Mar-30-2018, 10:26 AM
RE: Newbie with Pi3 - by Dualxeon - Mar-30-2018, 10:19 PM
RE: Newbie with Pi3 - by snippsat - Mar-30-2018, 10:38 PM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 05:53 AM
RE: Newbie with Pi3 - by Dualxeon - Mar-31-2018, 08:28 AM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 08:48 AM
RE: Newbie with Pi3 - by Dualxeon - Mar-31-2018, 09:25 AM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 10:00 AM
RE: Newbie with Pi3 - by Dualxeon - Mar-31-2018, 10:28 AM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 10:47 AM
RE: Newbie with Pi3 - by Dualxeon - Mar-31-2018, 12:09 PM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 12:23 PM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 07:29 PM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 07:47 PM
RE: Newbie with Pi3 - by Dualxeon - Mar-31-2018, 08:55 PM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 09:13 PM
RE: Newbie with Pi3 - by Dualxeon - Apr-01-2018, 08:51 AM
RE: Newbie with Pi3 - by wavic - Apr-01-2018, 09:07 AM
RE: Newbie with Pi3 - by buran - Apr-01-2018, 08:57 AM
RE: Newbie with Pi3 - by buran - Apr-01-2018, 09:13 AM
RE: Newbie with Pi3 - by wavic - Apr-03-2018, 09:47 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-01-2018, 09:14 AM
RE: Newbie with Pi3 - by buran - Apr-01-2018, 09:27 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-01-2018, 09:36 AM
RE: Newbie with Pi3 - by buran - Apr-01-2018, 09:40 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-01-2018, 11:34 AM
RE: Newbie with Pi3 - by buran - Apr-01-2018, 12:14 PM
RE: Newbie with Pi3 - by Dualxeon - Apr-01-2018, 06:32 PM
RE: Newbie with Pi3 - by buran - Apr-01-2018, 08:08 PM
RE: Newbie with Pi3 - by Dualxeon - Apr-02-2018, 10:19 AM
RE: Newbie with Pi3 - by buran - Apr-02-2018, 11:13 AM
RE: Newbie with Pi3 - by buran - Apr-02-2018, 11:20 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-03-2018, 07:33 AM
RE: Newbie with Pi3 - by buran - Apr-03-2018, 07:41 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-03-2018, 08:46 AM
RE: Newbie with Pi3 - by buran - Apr-03-2018, 08:56 AM
RE: Newbie with Pi3 - by buran - Apr-03-2018, 09:01 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-03-2018, 09:17 AM
RE: Newbie with Pi3 - by buran - Apr-03-2018, 10:14 AM
RE: Newbie with Pi3 - by buran - Apr-03-2018, 11:04 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-04-2018, 07:40 AM
RE: Newbie with Pi3 - by buran - Apr-04-2018, 08:02 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-04-2018, 08:30 AM
RE: Newbie with Pi3 - by buran - Apr-04-2018, 09:08 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-04-2018, 09:15 AM
RE: Newbie with Pi3 - by buran - Apr-04-2018, 09:22 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-04-2018, 08:14 PM
RE: Newbie with Pi3 - by buran - Apr-04-2018, 08:21 PM
RE: Newbie with Pi3 - by Dualxeon - Apr-04-2018, 10:58 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020