Suggest a motion sensor Please


Closed Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563

    Default Suggest a motion sensor Please

    Hi,

    I need to design a simple motion sensor that would be mounted on a railway coach. Basically there is a LED billboard mounted on the outside of the coach which needs to be turned-off (to enhance LED life) when the train is in motion. When the train is moving slowly or stationary I need to turn on the billboard.

    I have no previous experience. I need suggestion on choosing the sensor.

    Right Now I am going through this thread http://www.picbasic.co.uk/forum/showthread.php?p=33853
    Last edited by sougata; - 4th March 2007 at 05:56. Reason: Found the thread late
    Regards

    Sougata

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by sougata View Post
    Hi,

    I need to design a simple motion sensor that would be mounted on a railway coach. Basically there is a LED billboard mounted on the outside of the coach which needs to be turned-off (to enhance LED life) when the train is in motion. When the train is moving slowly or stationary I need to turn on the billboard.

    I have no previous experience. I need suggestion on choosing the sensor.

    Right Now I am going through this thread http://www.picbasic.co.uk/forum/showthread.php?p=33853
    Put a magnet on the wheel, trigger a timer on a PIC...

    Fire an IR LED at a certain angle at the track, put another IR detector downstream a bit, watch for changes in the intensity of the IR pulses...

    Put an IR LED and detector pair in the doorway...each pulse resets a 5 minute timer on the PIC...

    Put a microphone next to the roadway...at a certain noise level, you'd know you were going above X mph (kph, whatever), and shut the sign off...

    Have the person running the coach flip a switch...

    Hire somebody else inside the coach to flip a switch...

    Buy a GPS module and watch the lat/lon output...when the position's delta is below 'x', turn on the billboard...

    Buy a pitot tube and connect it to a pressure sensor...then connect that pressure sensor to the A/D input of a PIC...at a certain point, pressure is too low, coach must be moving slowly and/or stopped...turn on billboard...

    Do the same thing as that other thread with a small metal ball on a chain in a metal can...have that 'intermittent' connection trigger a timer for the billboard...

    Buy an ADXL330, use the X/Y outputs to calculate speed and turn on the billboard according to that number...

    (If this coach is on a railway) Drag a small wire connected to a lever switch, when the wire hits a crosstie in the roadbed, it will trigger the switch, and therefore trigger a timer in the PIC...

    And to think...all those ideas (crappy as they may be), came to me at the same time it took me to type this out...

  3. #3
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Post Monitor the current consumption?

    Keeping tabs on the amount of current that the train is drawing would suffice in providing an accurate vref that's directly proportional to movement. Use a hall effect sensor to monitor large amounts of current. They're relatively inexpensive and accurate too.

    Best Regards,
    Trent Jackson

  4. #4
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default

    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

  5. #5
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default Thanks Everybody for the reply

    Hi,

    Thanks for the replies guys. I am going through the datasheet of accelerometers and seems to be the best option. I hope it is available readily. I am only supplied with a DC supply and nothing else. So cannot probe any other signals from the railways.

    Sayzer the thread you pointed is the same that I looked up. But the links are different.
    Regards

    Sougata

Similar Threads

  1. Motion Capturing
    By koossa in forum Off Topic
    Replies: 0
    Last Post: - 30th June 2009, 11:05
  2. Easy to program motion sensor
    By g-hoot in forum Adverts
    Replies: 0
    Last Post: - 16th April 2009, 03:36
  3. Suggest right MCP
    By genesis in forum General
    Replies: 0
    Last Post: - 18th October 2006, 11:21
  4. Wireless Motion Sensors.
    By koossa in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 17th October 2006, 21:57
  5. Replies: 5
    Last Post: - 1st February 2006, 02:13

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts