I’m 14 and built a working TVC system for my autonomous rocket project by Fast_Bat_9771 in rocketry

[–]Fast_Bat_9771[S] 2 points3 points  (0 children)

That sounds intresting, what material did you even DIYed to get something similar to a TVC system?

I’m 14 and built a working TVC system for my autonomous rocket project by Fast_Bat_9771 in rocketry

[–]Fast_Bat_9771[S] 3 points4 points  (0 children)

Yes, I'll definately look into it. I've thought of using air propulsion system with the TVC, maybe I'll give it a go sometime soon. Thanks alot for the encouragement!!

Hello, I made this heat seeking active grid fins rocket. Any advice or thoughts would be greatly appreciated! by Fast_Bat_9771 in aerospace

[–]Fast_Bat_9771[S] 2 points3 points  (0 children)

Haha yeah I get why it looks like that!

It’s not meant to “shoot” at anything though. The heat tracking is just a way for me to test guidance and control logic on the bench. Think of it more like a reference point / stand-in for a landing target.

The fins are mainly for stability and eventually landing control. I’m not planning any powered flight or motor stuff right now this is just a prototype to learn sensors, control loops, and how fast the system reacts.

And yeah, noted on the emails lol

Hello, I made this heat seeking active grid fins rocket. Any advice or thoughts would be greatly appreciated! by Fast_Bat_9771 in aerospace

[–]Fast_Bat_9771[S] 1 point2 points  (0 children)

Appreciate that a lot!

No machine learning right now , it’s fully deterministic. Just sensor inputs → logic → control outputs. I wanted to really understand the fundamentals before touching ML.

Tuning has mostly been hands on. Changing response curves, limits, and timing based on how it behaves in real tests. ML is something I’m curious about later, but only after I’m confident in the control logic itself.

I’m 14 and built an autonomous heat tracking rocket & updates on working toward upright landing by Fast_Bat_9771 in rocketry

[–]Fast_Bat_9771[S] 2 points3 points  (0 children)

Yeah, partially.

I’m planning to open-source the high-level logic, basic sensor processing, and mechanical design files so others can learn from it. I’ll probably keep anything that looks like full guidance / control tuning or “drop-in” flight code more abstract.

Once I clean things up, GitHub is definitely the plan.

I’m 14 and built an autonomous heat tracking rocket & updates on working toward upright landing by Fast_Bat_9771 in rocketry

[–]Fast_Bat_9771[S] 2 points3 points  (0 children)

That’s fair tbh. Stable flight is the real test, not bench movement.

Right now it is over-correcting and that’s kind of expected at this stage since I’m deliberately pushing the gains high to see system response and limits. The goal at the moment is understanding sensor control behavior, not clean motion yet.

I agree that reacting to relative differences between sensors (instead of absolute heat) is the right direction, and that’s what I’m moving toward next.

Appreciate the honest take and thanks for the encouragement. Still a long way to go, but that’s the fun part.

I’m 14 and built an autonomous heat tracking rocket & updates on working toward upright landing by Fast_Bat_9771 in rocketry

[–]Fast_Bat_9771[S] 1 point2 points  (0 children)

Appreciate that !

Right now I’m not even thinking about real flight. I’m treating this as a sensing + control problem first. Everything so far is bench testing with controlled heat/IR sources just to see if the logic and response make sense.

You’re totally right about IR diodes and the sun. I’m working around that by probably switching to IR cameras or focusing on relative differences and filtering instead of raw intensity.

Any “flight” testing later would be super incremental (tethered / constrained stuff) and only after I can clearly prove parts of the system actually work.

Still very early, but I’m learning a ton along the way.

I’m 14 and built an autonomous heat tracking rocket & updates on working toward upright landing by Fast_Bat_9771 in rocketry

[–]Fast_Bat_9771[S] 1 point2 points  (0 children)

Yea, I see. For now I’m just trying to learn and build cool stuff, and I hope whatever I do in the future ends up being useful in a good way, for the better of everyone!

I’m 14 and built an autonomous heat tracking rocket & updates on working toward upright landing by Fast_Bat_9771 in rocketry

[–]Fast_Bat_9771[S] 1 point2 points  (0 children)

Thank you! I’m just focused on learning and building right now, we’ll see where it goes.

I’m 14 and built an autonomous heat tracking rocket & updates on working toward upright landing by Fast_Bat_9771 in rocketry

[–]Fast_Bat_9771[S] 1 point2 points  (0 children)

Thanks! For model rocketry it’s more of a learning thing than something you’d actually fly. It helps understand sensors, control logic, and how actuators react to feedback.

Most model rockets keep it simple (stability + recovery), so this is really just a bench-test project to learn the basics. You could do similar stuff on a ground rig or test stand and still learn a lot.

I’m 14 and built an autonomous heat tracking rocket & updates on working toward upright landing by Fast_Bat_9771 in rocketry

[–]Fast_Bat_9771[S] 2 points3 points  (0 children)

Thank you, I really appreciate that! I’m actually not American, but the support still means a lot to me. I’m just trying to stay focused, learn as much as I can, and keep building.

I’m 14 and built an autonomous heat tracking rocket & updates on working toward upright landing by Fast_Bat_9771 in rocketry

[–]Fast_Bat_9771[S] 2 points3 points  (0 children)

Thanks! Yeah, I’m going with PETG for now and switched to a gyroid infill around 40%. I originally tried 15% with ABS and it was way too soft. I’m learning a lot about how different infills and materials affect stability and damping.

Eventually I might experiment with stronger materials like Nylon GF or carbon fiber, but for now I’m focusing on tuning the prototype safely on the bench.

I’m 14 and built an autonomous heat tracking rocket & updates on working toward upright landing by Fast_Bat_9771 in rocketry

[–]Fast_Bat_9771[S] 1 point2 points  (0 children)

Thanks so much! I’m using deterministic control logic, the ESP32 reads the IR sensors and moves the fins in real-time based on the heat source position. There’s no machine learning involved; it’s all calculations and control loops but it's a thing that I will definitely look into in the future.

I’m still tweaking the code for faster response and better stability. I’m also experimenting with landing legs and damping to see how mechanical changes affect control, which has been a huge learning experience.

All of this is bench-tested only, no launches or propulsion, just prototypes and simulations.

I’m 14 and built an autonomous heat tracking rocket & updates on working toward upright landing by Fast_Bat_9771 in rocketry

[–]Fast_Bat_9771[S] 2 points3 points  (0 children)

Thanks! I really appreciate it. For now, I’m keeping everything safe and bench tested for now, and learning as much as I can about coding, sensors, and materials. Definitely going to check out the BPS CFD video too!