Hello everyone, i was thinking of making an altimeter to measure the apogee of my rocket and want to build the code from scratch. So, i'm looking for advice before i begin. How do i measure altitude, display it, record it, and the final stage is the PCB lead methods. Any help would be appreciated.
You could probably use a barometer to measure. Displaying the data must be on the ground unless you are in the rocket. Any display will work as long as it can display all the data you want at once. Recording it for hobbyists is usually on a TF card.
You are quite a while from being PCB-ready.
Tell us which altitude you are interested in. The altitude corrected to sea level, or the altitude above your launch location. Do you have some indicator to tell you when the acceleration of the rocket goes to zero so you know when to measure?
Model rocketry enthusiasts solved this problem long ago by combining altimeter and accelerometer data. See attached for an example of such a sensor fusion approach using a Kalman filter.
Is it possible to display the max.height on an OLED screen and once it starts to descends it "freezes" the screen at the max. altitude? yeah PCB will probably be needed 6 months from now. First i want to be able to make a sensor that actually works just by moving my arm up and down to make sure its accurate as possible. Thanks.
A display is a passive device. Anything shown on the display comes from the code driving it, so yes it can be 'frozen' at the max height if that is what the code does.
A sensor sensitive enough to respond to you moving it less than a metre will cost hundreds if not thousands.
If you're flying a minimum diameter, high thrust model, things will get interesting, barometrically speaking, right around Mach. Expect to see oscillations in the pressure readings.
Also, vent design can potentially cause issues even at lower speeds.