Arduino gyro-stabilized rocket ( flight computer ) 0.1

  Рет қаралды 41,923

endurance

endurance

Күн бұрын

This video series is about DIY flight computer. First stabilizing and guiding module. I will upload the code, sketch, and (object file) in the next video because it's not completely finished.
update{
code: github.com/end...
obj : www.thingivers...
}
music; Papers Please Death Theme

Пікірлер: 181
@deliciousnoodles5505
@deliciousnoodles5505 4 жыл бұрын
Hey dude nice job. Can't wait to see the progress and eventual rocket.
@pranjalmhatre242
@pranjalmhatre242 4 жыл бұрын
Nice one dude. Can you explain your system from next video. It would be nice if you can explain codes and layout. For this video, big thumbs up 👍
@endurance2076
@endurance2076 4 жыл бұрын
In the next video, I will try to pay more attention to the explanation part. Thanks for the constructive feedback.
@lindsaythomas2283
@lindsaythomas2283 2 жыл бұрын
Wow....great work. I can't wait to see it in action !
@MEGLADON_0706
@MEGLADON_0706 Жыл бұрын
Finally GOD made me to see the perfect video❤❤❤. Can you give the coding
@pranjalmhatre242
@pranjalmhatre242 4 жыл бұрын
That's awesome man! I would love to work on this as my personal project. Would love if I could get help in coding.
@endurance2076
@endurance2076 4 жыл бұрын
Good mate.Just ask I will try to help you.
@Ethan-ud4pt
@Ethan-ud4pt 3 жыл бұрын
Looks awesome, will be using this.
@Unique-Concepts
@Unique-Concepts 4 жыл бұрын
Bro do video tutorials on rocket science if you can...
@nasalimbu3078
@nasalimbu3078 3 жыл бұрын
Decated e gpu
@ПетарРакочевић
@ПетарРакочевић 3 жыл бұрын
I'm interested in how you connected all the parts (modules) and then put them in the rocket as far as I can see it's not a PCB.
@supremeleader5516
@supremeleader5516 3 жыл бұрын
Amazing Please also explain aerodynamics of Rocket , Missle Love from india
@TypicalBlox
@TypicalBlox 3 жыл бұрын
Cool however I like the way the bps space youtube channel does it more, nerveless amazing work
@ashutoshauti91
@ashutoshauti91 2 жыл бұрын
You are awasome ....
@nicolaslahan9036
@nicolaslahan9036 Ай бұрын
Very nice project. I'm trying to replicate it, I'm not familiar with Arduino yet. I have a question about the Bluetooth module and the SD card module. When are they used? Because in the finished model in the video I don't see them inserted in the breadboard. Thank you very much!
@johnlau8461
@johnlau8461 4 жыл бұрын
connecting the fin directly is simple, but strong enough? plus you have a huge fin
@endurance2076
@endurance2076 4 жыл бұрын
You are correct it is not strong enough. This was just for proofing the concept "prototype" let's say.
@yelectric1893
@yelectric1893 3 жыл бұрын
Papers please music ayy
@raghavdixit6832
@raghavdixit6832 3 жыл бұрын
Can you please guide us through the step by step connection of electronics
@ArianeQube
@ArianeQube Жыл бұрын
I see this is 2 years old. Will you ever make a follow-up video? Have you tried putting this on a real rocket to see how it flies?
@yaswanthpaani.k2113
@yaswanthpaani.k2113 3 жыл бұрын
Awesomeness bro
@dimasajiwicaksono9228
@dimasajiwicaksono9228 Ай бұрын
nice project
@ponnalasanjeev4550
@ponnalasanjeev4550 Жыл бұрын
its really good and how did you connected those can u make a vedio
@upmanyubhati
@upmanyubhati 4 жыл бұрын
Nice video when is the next video
@endurance2076
@endurance2076 4 жыл бұрын
Thanks . the new video will be up soon with new modules and new code.
@yelectric1893
@yelectric1893 4 жыл бұрын
Watch out for itar, also this is similar to arsenio dev. Very cool. Would like to learn about trials making the control loop. I can see some derivative on the rapid movements 👀
@yelectric1893
@yelectric1893 4 жыл бұрын
Very pog
@endurance2076
@endurance2076 4 жыл бұрын
I would love to hear your advice on the control loop. By the way, I like your "Lego Subtractor Tank" it looks awesome.
@yelectric1893
@yelectric1893 4 жыл бұрын
@@endurance2076 you could find some simulations from some free PDFs of scientific journals or maybe some dtic links on google. There is also a couple people who do this already. I think the pretty much proportional thing can cut it with a small I and D value just for stabilization. Some hard angle limits in the code to stop a stall and drag related aero instability could help. Maybe 45 degrees top? This is just my guessing though. Good luck, it’s some awesome stuff :D. Thanks about the lego thing by the way, I got a 3D printer in the meantime and make rockets instead of guns and tanks too.
@ArsenioDev
@ArsenioDev 3 жыл бұрын
Yo, I was summoned. Yeaaaahhhh this design is gonna have a LOT of shortfalls and BE VERY CAREFUL OF ITAR, State Dept is NOT merciful.
@endurance2076
@endurance2076 3 жыл бұрын
​@@ArsenioDev true, Any recommendations for the roll control fin dimensions ? I know the surface area will affect the pid loop. But what are the optimal dimensions for roll control. Which formula is your designs are based on? A sub and a fan btw.
@walkerstark9584
@walkerstark9584 2 жыл бұрын
Very nice job my bro ....... I would like to know what is your 3D Software please
@manideepnalla3338
@manideepnalla3338 2 жыл бұрын
This is awesome mate!...I wanna do this as my open lab project. Would love if i could get the circuit diagram and connections...😁
@samuelolsavsky
@samuelolsavsky 2 жыл бұрын
I've spent the past two/three months working on a project just like this and have made some good progress on the code for it, however I've gotten stuck at one part. Do you know of a way to limit how far the servos are able to turn? Rather than having the sensor make the servos turn 90 degrees whenever it rotates 90 degrees, is there a way to make the servos only rotate +/- 15 degrees until the rocket is stable again?
@marializianichols648
@marializianichols648 Жыл бұрын
int sensorValue = // your input value from -90 to 90; // Map the sensor value from -90 to 90 to -15 to 15 int outputValue = map(sensorValue, -90, 90, -15, 15); // Now 'outputValue' is the mapped value within the range of -15 to 15
@boraksly
@boraksly 11 ай бұрын
Hello, i loved the design! I am trying to desgin a rocket model as well. I wonder where did you get these servo models or did you make them on your own? Thanks in advance :>
@boraksly
@boraksly 5 ай бұрын
me from future: these models are available on grabCAD mostly
@whatisgoingon11
@whatisgoingon11 2 жыл бұрын
That is so good! But can you give information about electronics connection please
@rocketscience365
@rocketscience365 2 жыл бұрын
Hello,you really really help me,i am trying to make rocket and this help me a lot,can i ask in code there is something writed about led,when i want make project just gyro and 4 servos then i can use this code on it yeah?
@RainbowPlayzo
@RainbowPlayzo 3 жыл бұрын
That's a amazing project! i tried to make it but sadly can't power the servo
@user-falcon-one
@user-falcon-one Жыл бұрын
HC-05 is not designed to handle high-speed displacement communication, how do you solve it?
@whatisgoingon11
@whatisgoingon11 2 жыл бұрын
And can we use this part with trusht vector control 2.0
@JorgeLopezSegura
@JorgeLopezSegura 2 жыл бұрын
I did one similar.... a great wxplosion happened... so I could not test it well...... My concern by that momen was if the gyro may be affected by the acceleration..... Have you onsidered it in your Project ?
@ravik50992
@ravik50992 3 жыл бұрын
Finally I got some code.from so long I am working on this but dude to bad coding skills I was not able to complete this project.thanks mate for sharing code this will help me.
@endurance2076
@endurance2076 3 жыл бұрын
Thanks mate, good to hear the video helped you.
@abhishekneutralultra4796
@abhishekneutralultra4796 3 жыл бұрын
Plz send code
@demoaccount2392
@demoaccount2392 2 жыл бұрын
Hi, your subscriber wants to ask a question:- what was the software you opened at 4:20? please answer. Thumbs up 👍
@bb-bricks3040
@bb-bricks3040 2 жыл бұрын
arduino
@demoaccount2392
@demoaccount2392 2 жыл бұрын
@@bb-bricks3040 Thanks
@adiletbakhyt5518
@adiletbakhyt5518 Жыл бұрын
Where did you use the microSD and Bluetooth module I can’t see them
@ms_vibe9918
@ms_vibe9918 3 жыл бұрын
Nice work! I'm working on a similar project for my final year project in school would like to get more help from you... Thanks
@endurance2076
@endurance2076 3 жыл бұрын
We will provide a contact email in description of the next video. We will try to help as best as we can.
@ms_vibe9918
@ms_vibe9918 3 жыл бұрын
Thanks alot
@sqrt-l5p
@sqrt-l5p Жыл бұрын
Hey, I am doing similar project. i will appreciate if you share papers or any manual with me.
@movielover8548
@movielover8548 2 жыл бұрын
Thank you
@sithummarasighe5465
@sithummarasighe5465 4 ай бұрын
how you deisge 3D print things
@cryptomeme3982
@cryptomeme3982 2 жыл бұрын
and is it possible to program so that the missile hits the target?
@soivet689
@soivet689 Жыл бұрын
In theory if i was to build a air to air missle theoriticaly would this be the sytem to use or.
@soivet689
@soivet689 Жыл бұрын
Just a theory
@stewarthopley1181
@stewarthopley1181 3 жыл бұрын
Can this system be modified so that the stabilizer will keep the rocket at a 45-degree angle instead of straight up? I want to make a rocket that acts more like a missile and want it to stabilize the rocket in a more level flight. Thanks.
@cedsneakz6318
@cedsneakz6318 3 жыл бұрын
jo, i have a big Problem, when I copy your code and try to start it there only stand no mpu6050, what should I do?
@WiesiekZdobywca
@WiesiekZdobywca 3 жыл бұрын
shouldn't it be zeroed at vertical position?
@endurance2076
@endurance2076 3 жыл бұрын
Yes it should be 0 at 90 degree. But the small difference is caused by the random spikes in data, calibration and the gyroscope is not parallel to the breadboard.
@ethiotechmeida9030
@ethiotechmeida9030 2 жыл бұрын
the servo does not fit with out cuting it
@terrywheelock9458
@terrywheelock9458 3 жыл бұрын
I did not see but did you program in roll control?
@falcon9680
@falcon9680 3 жыл бұрын
how we make sure that it works without ARDUINO NANO being connected to the pc
@welovesinging
@welovesinging Жыл бұрын
How about GPS guided system to this rocket? 😀
@MdTamim-wm7fh
@MdTamim-wm7fh 2 жыл бұрын
Which application you use for designing??
@vaughanrocketry863
@vaughanrocketry863 2 жыл бұрын
This is excellent, have you tested it in flight?
@carson79
@carson79 3 жыл бұрын
What is the Bluetooth and as card reader for.
@lalitdeshmukh8665
@lalitdeshmukh8665 4 жыл бұрын
what is the minimum diameter of body ?
@endurance2076
@endurance2076 4 жыл бұрын
It is around 68mm but this model was just for proof of concept. In the next video I will share one with 75mm out 72.6mm in diameter.
@endurance2076
@endurance2076 4 жыл бұрын
Sorry for the delay!
@joshuasantos3831
@joshuasantos3831 3 жыл бұрын
If you don’t mind me asking, what was the power source you plugged into the breadboard power supply module? I tried using a 9 volt battery for my own project, but it won’t even power two of my servos. Thanks 🙏
@endurance2076
@endurance2076 3 жыл бұрын
Universal Breadboard Power Supply 3.3v and 5v Output AC to DC but if you want to use a battery I will recommend LiPo Battery or 4-AAA Battery Holder.
@ghostbeath
@ghostbeath 3 жыл бұрын
Reduce the sensitivity or it will over correct itself, or use a PID controller
@endurance2076
@endurance2076 3 жыл бұрын
PID is the way to do.
@ghostbeath
@ghostbeath 3 жыл бұрын
@@endurance2076 yup and also nice project
@محمدابراهيم-ك9ز2ه
@محمدابراهيم-ك9ز2ه Жыл бұрын
انا مهتم بهذا الشيء هل لديكم معلومات عن مكونات الكترونيا لدي امنية ان اكون مصنع صواريخ فضائية ‏‪😢
@lucamanzo2300
@lucamanzo2300 2 жыл бұрын
Hi, I wanted to ask if it was possible to create this with only two wings, and not four like you did. What would I need to change in the arduino code?
@rogerrinkavage
@rogerrinkavage 2 жыл бұрын
Delete half of it
@Sir_Michael_II
@Sir_Michael_II 2 жыл бұрын
Take my word with a grain of salt, but read ITAR part 121.1. My interpretation was that code from this project falls under the guided missile section and is thus illegal to share with non-US citizens. I once started a similar project but never really finished because I got busy, but be careful. Most of the video is fine but don’t provide code or CAD files. Again, I could be wrong but better to be safe than in federal prison. Honestly if you just cut out the code section of this video and remove links to CAD and code you should be fine. You’ve done great work here, just be careful with sharing it on the internet. On a side note you should probably cut the scale of the fins down by a factor of three. Drag and lift scale up exponentially with velocity, so small fins with a very small angle of attack can make a large difference in flight path. Additionally, use mechanical linkages instead of direct mount, it could save your servos. Could also cut out that fourth servo and place them in thirds. A little more math to do but you’ve got the spirit to do it. Cheers, Michael Cuthbertson II
@serdarcicekdag9088
@serdarcicekdag9088 4 жыл бұрын
and can you spread the system diagram
@endurance2076
@endurance2076 4 жыл бұрын
code : github.com/endurance-sss/flight-computer-0.1-fin-.git
@serdarcicekdag9088
@serdarcicekdag9088 4 жыл бұрын
Yes buro
@libertyprime2921
@libertyprime2921 3 жыл бұрын
Will this hold under aerodynamic stress
@endurance2076
@endurance2076 3 жыл бұрын
Nope, it's just for proof of concept.
@libertyprime2921
@libertyprime2921 3 жыл бұрын
@@endurance2076 I was originally going to make a control system like this but it is nearly impossible to find servos with the necessary torque. So I instead created a reaction control system that uses compressed air from a 4500psi carbon fibre firefighting air tank and 6 solenoid valves to eject compressed air at high speeds along the x, y, and roll axis. My rcs system is still in development but it is coming along well. You can uses a system like yours if you use smaller control surfaces, higher torque servos, and maintain an airspeed less than 250 m/s.
@libertyprime2921
@libertyprime2921 3 жыл бұрын
@@endurance2076 making a PID controller for a rcs system was a pain in the ass tho
@justinsunchen898
@justinsunchen898 2 жыл бұрын
Where I can get these?
@adomtatam
@adomtatam 3 жыл бұрын
what program is this made from? i cant see the top part of the screen
@endurance2076
@endurance2076 3 жыл бұрын
if you are talking about the text editor I am using Visual Studio Code and platform io ied.
@adomtatam
@adomtatam 3 жыл бұрын
@@endurance2076 ok cool yeah it looked like something like solid works
@endurance2076
@endurance2076 3 жыл бұрын
@@adomtatam I think you are talking about fusion 360. if not give me a time stamp.
@jeffersonabrahamenriquezqu1378
@jeffersonabrahamenriquezqu1378 3 жыл бұрын
what library (for MPu6050) did you use?
@jeffersonabrahamenriquezqu1378
@jeffersonabrahamenriquezqu1378 3 жыл бұрын
doesn't compile me
@sergejp4727
@sergejp4727 3 жыл бұрын
What is the library used for the mpu6050 in your code?
@endurance2076
@endurance2076 3 жыл бұрын
#include
@sergejp4727
@sergejp4727 3 жыл бұрын
@@endurance2076 no I mean like the .zip library you downloaded and added to your ide, thanks
@endurance2076
@endurance2076 3 жыл бұрын
I am using VScode, platformio if you search for "MPU6050_tockn by tockn" you can find it.
@arjuncbabu498
@arjuncbabu498 3 жыл бұрын
Elon musk would like to know your location 🚀🚀
@arthurlunar7835
@arthurlunar7835 3 жыл бұрын
What program do yiu used to make the 3d model?
@endurance2076
@endurance2076 3 жыл бұрын
fusion 360
@igris6285
@igris6285 3 жыл бұрын
@@endurance2076 Is it free? if not how to download it for free I am new to this so where should I get starting from and give a roadmap Please and love your video
@buraqaerospace9945
@buraqaerospace9945 4 жыл бұрын
Bro next video wen
@endurance2076
@endurance2076 4 жыл бұрын
Soon, sorry for the delay.
@AkaSoggyBunz
@AkaSoggyBunz 3 жыл бұрын
Do you have a parts list for this build?
@AkaSoggyBunz
@AkaSoggyBunz 3 жыл бұрын
like amazon links?
@abhishekneutralultra4796
@abhishekneutralultra4796 3 жыл бұрын
How to clear
@DR-in9ls
@DR-in9ls 3 жыл бұрын
It does not work for me everything is on but the servo won't move. pls help Edited : It works. Thanks you really helped me.
@endurance2076
@endurance2076 3 жыл бұрын
Did you connect gnd of the breadboard power supply with the microcontroller gnd?
@DR-in9ls
@DR-in9ls 3 жыл бұрын
Yes,I did. I connected both of them from the breadboard gnd to Nano board gnd
@endurance2076
@endurance2076 3 жыл бұрын
Is the breadboard power supply connected to wall plug or you are using a 9v battery?
@DR-in9ls
@DR-in9ls 3 жыл бұрын
Im using 6 x 1.5v batteries
@endurance2076
@endurance2076 3 жыл бұрын
@@DR-in9ls Try with a "100V-240V Converter Adapter DC 9V 1A Power Supply Plug" see if it works then try with a battery. Or you can dissemble and reassemble it again(it might work if you did not notice a small mistake). If not, I can't say anything without looking at your setup. Maybe you can send me a picture if you really need this to work.
@atharvabarbudhe3764
@atharvabarbudhe3764 3 жыл бұрын
Can you please suggest which Calculation have you done for this system, If possible then please refer some guide to study about this more
@prashantkumarsingh9672
@prashantkumarsingh9672 3 жыл бұрын
Hey dude could you share ardiuno codes pls
@abhishekneutralultra4796
@abhishekneutralultra4796 3 жыл бұрын
Code comes error
@prashantkumarsingh9672
@prashantkumarsingh9672 3 жыл бұрын
Bro codes please.
@vpnplanners7742
@vpnplanners7742 3 жыл бұрын
Next video h_at s__ker that can command this stabilizer
@blackjackmc3709
@blackjackmc3709 4 жыл бұрын
Can i have the schematic ?
@endurance2076
@endurance2076 4 жыл бұрын
I don't have the schematic for this one but it's relatively easy. Maybe this can help 1:05 .
@blackjackmc3709
@blackjackmc3709 4 жыл бұрын
@@endurance2076 I have one more question. Why do we need HC-05 Bluetooth module ?
@endurance2076
@endurance2076 4 жыл бұрын
Oh sorry for the confusion its for another future video. I am upgrading the flight computer. But for this video, you just need a Microcontroller (Arduino nano) and a gyroscope (MPU6050), and servos.
@blackjackmc3709
@blackjackmc3709 4 жыл бұрын
@@endurance2076 bruh, I've already bought it. :(((
@blackjackmc3709
@blackjackmc3709 4 жыл бұрын
@@endurance2076 And about the micro sd, why do we need that.
@saad-qz9fd
@saad-qz9fd Жыл бұрын
HI
@nasalimbu3078
@nasalimbu3078 3 жыл бұрын
Staplizer integrated graphics card
@alexgoni4263
@alexgoni4263 4 жыл бұрын
system diagram
@is8286
@is8286 4 жыл бұрын
Thank you code and explain
@endurance2076
@endurance2076 4 жыл бұрын
You want me to explain the code?
@serdarcicekdag9088
@serdarcicekdag9088 4 жыл бұрын
Code tentyu
@serdarcicekdag9088
@serdarcicekdag9088 4 жыл бұрын
Code
@serdarcicekdag9088
@serdarcicekdag9088 4 жыл бұрын
Code
@endurance2076
@endurance2076 4 жыл бұрын
I will share the code in the next video because I will add new features and improve the code.
@serdarcicekdag9088
@serdarcicekdag9088 4 жыл бұрын
@@endurance2076 Well I'm waiting as soon as possible and when will the video arrive?
@endurance2076
@endurance2076 4 жыл бұрын
@@serdarcicekdag9088 Well mate, the video was supposed to be up earlier but the parts that I ordered hasn't arrived on time and that delays the videos but if urgent I can share the undebugged/ unfinished code with you?
@serdarcicekdag9088
@serdarcicekdag9088 4 жыл бұрын
okay man, you don't have another code
@endurance2076
@endurance2076 4 жыл бұрын
@@serdarcicekdag9088 Give me 24 hours i will upload the code
The AVA Flight Computer
18:22
BPS.space
Рет қаралды 894 М.
DIAMOND-X -- Fin Controlled Rocket -- Flight Test 1
13:54
Lafayette Systems
Рет қаралды 188 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Arduino active rocket stabilization system update mid 2016
8:39
Arsenio Dev
Рет қаралды 215 М.
🤖Я в шоке! ChatGPT пишет Arduino проекты
28:24
I Made The Ultimate Cheating Device
9:39
ChromaLock
Рет қаралды 1,9 МЛН
How I Landed A Model Rocket
13:06
TTB Aerospace
Рет қаралды 251 М.
Arduino Uno Gets Its BIGGEST Upgrade In 12 Years
11:49
Electronoobs
Рет қаралды 101 М.
Flight Computer and Navigation Software for a Fin-Controlled Rocket
8:55
The BEST Mechanical Display You've EVER Seen!!
13:51
Tin Foil Hat
Рет қаралды 620 М.
Making a Fin-Controlled Model Rocket
6:44
Jacob Thornhill
Рет қаралды 115 М.
Model Rocket Battle 3 | Dude Perfect
10:38
Dude Perfect
Рет қаралды 48 МЛН
Did I Make the World's Smallest Rocket Flight Computer?
15:10
BPS.space
Рет қаралды 1,4 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН