Rocket Altimeter


Closed Thread
Results 1 to 7 of 7
  1. #1
    murphy6's Avatar
    murphy6 Guest

    Default Rocket Altimeter

    Hello Everyone,
    I am looking for instructions, schematics, and PICBASIC programming code for a rocket altimeter. My friends and I are new to using PICs and PicBasic so we need a detailed schematic and PicBasic program. I have noticed that there are some postings for altimeters, but we are using the 16F84(a). If someone could help us with any of these things it would be much appreciated. We have been working through some simple projects to get familiar with PICBASIC. Please, we only have PICBASIC not PICBASIC PRO.

    PS we are thinking of using a pressure sensor because its easier???

    Thank You
    murphy6
    Last edited by murphy6; - 18th September 2007 at 18:49.

  2. #2
    Join Date
    May 2006
    Location
    MI
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    Hey Murph
    I don't have alot info on altimatures, however these are real popular
    with the high power model rockets. Maybe a model rocket site will have some
    links on how to build your own. In fact I saw one my friend had.
    On his altimature there was a 16F874 pic. Also you might want to
    consider using a 16F628 pic instead of the 16f84 (more program memory,
    more features and cheaper).

    Sounds like a real cool project. Hope you find an answer.

    Gordon

  3. #3
    Join Date
    May 2006
    Location
    MI
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    Hey again Murph.
    Here is link that might point you into the right direction.
    Looks like this guys made a couple versions on an altimeter.
    One of them was a pic based version.

    http://www.geocities.com/jpadfield13/altimeter.html

    Hope this helps.

  4. #4
    Join Date
    May 2006
    Location
    MI
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    one last note. The code in the link is in PicBasic Pro,
    however the .HEX file is there and you should be able
    to load that into the PIC. Or you write your own code.

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


    Did you find this post helpful? Yes | No

    Lightbulb

    Hi, Murphy

    You should have a look to :

    http://geocities.com/SiliconValley/O...er.html?200716

    it's PbP compatible ...

    and explanations given ...

    Alain

    PS: Murphy's Law : What goes up must go down ... more or less kwickly.
    ************************************************** ***********************
    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 " !!!
    *****************************************

  6. #6
    Join Date
    Jun 2004
    Posts
    24


    Did you find this post helpful? Yes | No

    Smile Pressure sensor for rocket

    I built one a couple of years ago to fit Estes BT-50 (or similar) body tubes. I used a freescale MPX2100 pressure sensor

    http://www.freescale.com/files/senso...00.pdf?pspll=1

    The problem you may face is the output is analogue and the 16f84 has no ADC. I would recomend a different PIC, which as a 10-bit (how accurate do you want it?) ADC and also internal osc. Because of small size and weight, you will want to keep the number of components to a minimum.

    Also the relationship between pressure and altitude is non-linear (and also depends upon temperature, but the MPX2100 compensates) so I used a look-up table to convert from pressure to height. Another consideration is the output, mine had a serial output (which requires laptop and hyperterminal!) which I replaced with a LED that flashed the maximum height, I have also seen a buzzer used inplace of the LED.

    If you want to log the flight in stead of apogee - use a really fast PIC!

    For more info try asking your local rocketry club - for me in the UK, I would start with UKRA.

    www.ukra.org.uk.

    Hope this is helpful

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


    Did you find this post helpful? Yes | No

    Smile

    Hello,

    You can also look at the devices made by www.transolve.com. John had an article published in the old Radio-Electronics magazine back in the early 90's using an RCA 1802 micro for an altimeter. It had a plugin display so you could see the rocket's progress in flight. He only uses PICs now. He works closely with several high powered rocket clubs now and has ads in the major rocketry magazines. Check him out.

    BobK
    Last edited by BobK; - 29th January 2008 at 13:09. Reason: editing

Similar Threads

  1. Model Rocket Launcher Help
    By manumenzella in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 7th June 2007, 19:34
  2. Altimeter
    By matth in forum General
    Replies: 2
    Last Post: - 16th February 2005, 10:02

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