Your Project Name

Created by [Ventengo] • Started on May 21, 2025

A custom built model rocket with servo controlled fins to bring it back safely. (Similar to space shuttle)

May 21st: Brainstorming and Finding Parts

  • Brainstormed different ideas on what I could make
  • Decieded on something model rocket related but searched the web for help
  • Eventually came up with my own idea:
  • Model rocket with a build in payload, altimeter, and 2 servo controlled fins so I could guide it back similar to a plane
  • The idea for this came from the Space Shuttle

  • Then worked on finding parts

  • Eventually settled on the ESP32 board which has wifi control

  • Allows me to control it from a different device

  • Then decided on 2 Adafruit Servos to use for the fins

  • Next Steps:

  • Starting to create the body of the rocket

Total time spent: 1.5h

May 22nd: Brainstorming and Finding Parts

  • Created the nose cone, fuselage with a launch lug, and my nose cone coupler
  • Body of the rocket will be 8.5in
  • Then I will attach nose cone to the coupler
  • Then attach Nose cone to body of rocket
  • Made sure that the body of the rocket has a big enough diameter so that the ESP32 board could fit

Screenshot 2025-05-22 194748

  • After this spent about 30min researching different engines to use
  • After I sliced the 3 things I made, they alone ended up using about 60g of filament so the total weight of the rocket is going to be ~ 100g
  • Decided to use engine with 5-6oz maximum lift weight
  • Settled on the Estes C11-3 rocket engine
  • Has 22.10 Newtons (4.9lbs) of thrsut
  • 3 second time delay for ejection charge
  • Max Lift Weight = 6oz (170g)
  • Issue is though the engine diameter is 24mm
  • So will make the engine mount 24mm to fit the engine perfectly

image

Total time spent: 1.5h

May 23rd: Working on Fin section of rocket and finalizing servos

Total time spent: 1h

May 24th: Finishing 3D Model for Fin section of rocket

  • Finished up work on the fin section
  • Decided to add 2 fins as 4 would result in too many servos
  • One issue is that the servos get in the way of most of the launch ejection charge
  • Going to find a way around this by adding a tube
  • Also made my engine mount work for a 24mm rocket engine
  • Added 2 fins which aren't connected yet because they will be attached to the servo
  • Screenshot 2025-05-24 155420 Screenshot 2025-05-24 155356

Total time spent: 2h

May 24th: Writing Code

  • Wrote code to control the servos
  • Allows me to control them wirelessly from a seperate device like my phone
  • Spent around 30 min looking on web for inspiration
  • After wrote the code and looked at how other created something similar
  • Don't have the ESP32 board to test
  • Everything is set up in Arduino though
  • Later today or tommorow will work on finding batteries and mapping out how I will put everything inside the rocket without letting in get burnt\
  • Screenshot 2025-05-24 170119

Total time spent: 1.5h

May 25th: Find Boards and Batteries

Total time spent: 5.5h

# May 26th: Writing New Code and Finding Parts - Took old code which controlled servos and rewrote it - Now servos are connected to a PCA9685 servo driver board which is connected to ESP32 - Complicated code a bit but still worked through it - Now also added code for the BMP280 sensor which will measure altiude and maybe temperature - It will be connected directly to the ESP32 - Added to code so it displays current altitude and the max altitude reached

Total time spent: 2.5h