Looking for Data

The Rocketry Forum

Help Support The Rocketry Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

blindner

Member
Joined
Nov 12, 2021
Messages
5
Reaction score
0
I am trying to develop an algorithm to look at raw data and do a bunch of calculations with it to spit out some useful info.
We haven't been able to launch our rocket and get data to work with.
Can someone out there provide me with some data from any of their rockets? I'd need the following:
accelX
accelY
accelZ
pitch
roll
yaw
time
barometric readings
I know this is a high ask having just joined the scene but I know people in rocketry are great people!
 
I think most electronics will have axial accel, time and barometric readings. Rare for them to have the other values.

If you search for the thread "Post your Raven FIPa files here", then should find some of those 'simple' data files (some other values but most relevant are axial accel, barometric pressure and time).

I think that good sensors for all of your desired measurements would be more expensive than what the market would tolerate in a rocket where the flier just wants dual deployment at best... I too would be happy to see the data if you find it...
 

Attachments

  • 2017-08-13-Apache-M1770.eeprom
    587.5 KB · Views: 11
I am trying to develop an algorithm to look at raw data and do a bunch of calculations with it to spit out some useful info.
We haven't been able to launch our rocket and get data to work with.
Can someone out there provide me with some data from any of their rockets? I'd need the following:
accelX
accelY
accelZ
pitch
roll
yaw
time
barometric readings
I know this is a high ask having just joined the scene but I know people in rocketry are great people!

Hello
My Gimbal altimeter can do that I can even graphically replay the flight or show the rocket position via telemetry


I store the following in an eeprom

Screenshot_20211112-204500.pngScreenshot_20211112-204630.png

The code is opensource
For the Android front end
https://github.com/bdureau/MotorGimbalConsole
Then you have a choice of 2 firmwares depending on the sensor you use
https://github.com/bdureau/RocketMotorPIDGimbal_bno055or
https://github.com/bdureau/RocketMotorPIDGimbal
It even does talking telemetry in several languages with the voice of your choice
 

Latest posts

Back
Top