ASTRA-32

This is ASTRA-32,"Aerospace Systems for Thrust-vectoring and Rocket Avionics" a experimental model rocket flight controller made with NodeMCU microcontroller it uses Mpu6050 .Made for learning basic Thrust-vectoring and flight Avionics and this is how you can make one.
Supplies
- NodeMCU(Esp8266)
- 0.96 oled display
- Mpu6050
- 2x MG90 servos or 2x sg90 servos
- Prototyping board
Setting Up NodeMCU
If you have already installed NodeMCU boards package in arduino Ide you can skip to the next step. If you don't have already installed it then you can visit this page to know more about installing the NodeMCU board manager's package.
Libraries
Uploading the Code
Open the given code with arduino IDE. Click on the upload button.
(Tip :- you can upload the code by also pressing "ctrl + u" ).
code :- (here)
Connections

Follow the connection given below:
- NodeMCU - Display
- Gnd - Gnd
- 3.3v - Vcc
- Sck - D22
- Sda - D21
- NodeMCU - Mpu6050
- Gnd - Gnd
- 3.3v - Vcc
- Sck - D22
- Sda - D21
- NodeMCU - servo1
- Gnd - Gnd
- 3.3v - Vcc
- D5 - Control
- NodeMCU - servo2
- Gnd - Gnd
- 3.3v - Vcc
- D6 - Control
Enjoy
And you are good to go enjoy and feel free to share any thoughts regarding to this. Fun fact:- it's called astra-"32" because the first prototype of this project was made with esp32 but due to some issues the final prototype was made with NodeMCU.