Model Rocket Launcher Help


Closed Thread
Results 1 to 9 of 9
  1. #1
    Join Date
    Jan 2007
    Posts
    44

    Question Model Rocket Launcher Help

    Hi. I am building a model rocket launcher with countdown, safe key, etc.
    The firing fuse that lights up the motor (just a low resistance wire that heats up the engine) is conected to a logic level mosfet, or NPN transistor. My question is: as soon as the PIC powers up, for a very short time, can it put the ports to HIGH and fire the rocket before I want to???
    I need it to be very safe so kids and other people can play with it.
    Thanks a lot, and sorry for my english.
    Manuel
    Last edited by manumenzella; - 3rd June 2007 at 23:45.

  2. #2
    Join Date
    Jun 2007
    Posts
    15


    Did you find this post helpful? Yes | No

    Default

    Hi,
    Just to be sure , use a PULL DOWN resistor (10K is fine ) to the GND

    Good luck with ur project , sounds fun

  3. #3
    Join Date
    Jan 2007
    Posts
    44


    Did you find this post helpful? Yes | No

    Default

    Hi. Thanks for your answer!!!!
    Sorry to bother you again, my english is not very good! The resistor to ground will keep the transistor off even if for a tiny lenght of time the pic pin is held high, right?????? (NPN transistor or N channel MOSFET)
    Thanks for making it clear!!!!!!!!!!
    Manuel

  4. #4
    Join Date
    Feb 2007
    Posts
    10


    Did you find this post helpful? Yes | No

    Default

    I would place a turn key safty switch in line to make sure.

    Tim

  5. #5
    Join Date
    Sep 2004
    Location
    Mentor, Ohio
    Posts
    352


    Did you find this post helpful? Yes | No

    Smile

    Hi Manuel,

    You should check the nuts & volts website as a model rocket launcher was a PIC project I believe early in 2006.

    I was looking into building a couple for my grandsons that was fully automatic with an ISD chip providing the countdown over a loud speaker adding the various system checks. I thought of using a relay to prevent accidental ignition. Have it wired normally open until a specific point in the countdown then if the other safety checks were okay then the relay would be switched on enabling launch voltage ready for the count to reach zero.

    I was heavy into rocketry as a kid myself! Have fun.

    BobK

  6. #6
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,614


    Did you find this post helpful? Yes | No

    Post Jiggling ports at power up...

    Hi, Manu

    It's a VERY common Pic issue : defining pin states at power up ...

    so, it's easy but relatively unknown ...

    1) Write your output intial state : PORTx = % 00110010 i.e.

    2) Select input or output : TRISx = % 11000001 i.e.

    yes ... so simple as this !!!

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  7. #7
    Join Date
    Jun 2007
    Posts
    15


    Did you find this post helpful? Yes | No

    Default

    Hi

    I agree with Acetronics
    also this PULL-DOWN will not help if the pin went high for low time ,
    this will help to keep your PIN pulled to the ground (NOT FLOOATING) in case the pin was setuped as input or AN .

    good luck

  8. #8
    Join Date
    Oct 2004
    Location
    Hangover, Germany
    Posts
    289


    Did you find this post helpful? Yes | No

    Smile

    After any reset the Pins will be set as input - for you, they will be tristate!
    So, add the pull-down-resistor an write a good programm !
    PBP 2.50C, MCS+ 3.0.0.5, MPLAB 8, MPASM 5.14, ASIX Presto, PoScope, mE mikroBasic V7.2, PICKIT2

  9. #9
    Join Date
    Jan 2007
    Posts
    44


    Did you find this post helpful? Yes | No

    Default

    Hi there. Thanks a lot for all your answers!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Its great to be able to ask for help and get it so quick!!!!
    I will use the pull-down resistor and be sure to configure the port to output low.
    Thanks a lot again! Great forum!
    Manuel

Similar Threads

  1. Rocket Altimeter
    By murphy6 in forum mel PIC BASIC
    Replies: 6
    Last Post: - 29th January 2008, 13:07
  2. Model Train controller - revisited
    By malc-c in forum mel PIC BASIC Pro
    Replies: 32
    Last Post: - 8th May 2007, 09:40
  3. Replies: 10
    Last Post: - 14th April 2007, 04:34
  4. Replies: 6
    Last Post: - 21st November 2006, 21:55
  5. PIC Model Numbers?
    By Kamikaze47 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 3rd January 2006, 02:31

Members who have read this thread : 1

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