I forgot to mention that PCBWay is hosting its annual design contest at the moment! You can enter your electronics, CAD, or STM32 projects to be judged by a team of engineers. Prizes include cash, coupons, and various DIY electronics. Details: www.pcbway.com/activity/7th-project-design-contest.html
@Wi8had0w23 күн бұрын
my honest question is , what do you do to pay bills while working on this . thanks .
@BPSspaceАй бұрын
You're really great at striking the balance of technical detail and brevity for KZbin. Also I've got my kalman filter set up the same way! I assume you're doing your filter in the inertial frame, and acceleration is rotated out of body frame first?
@JackOHaraEngineeringАй бұрын
Real men convert to perifocal and hate themselves
@jacobthornhillАй бұрын
Thank you so much Joe! Yes exactly, I’m transforming the acceleration to the inertial frame before it goes into the filter.
@ZeRoTVLife13 күн бұрын
Two GOATs in the same space! Damn
@stratos2Ай бұрын
Finally a video that at least somewhat explains the magical Kalman filter. Love the more technically in-depth stuff, very nice work!
@cool_lateefАй бұрын
I have no idea what you're talking about. Feels exactly like rocket science!
@elisdotenv2 күн бұрын
I feel you man, same here 😂
@karoliszukauskas9601Ай бұрын
Very nice project. I am really impressed how much knowledge you have in such different fields (math, programming, electronics, aerodynamics etc.). I hope you can successfully finish your model rocket. Best of luck!
@PCBWayАй бұрын
Good job, Jacob ❤🔥! Can't wait to see your next one!
@youssefn.3437Ай бұрын
I wish you would make a video about the roadmap to get to this level of excellence
@LafayetteSystemsАй бұрын
Excellent video, thank you for sharing! Excited for your first flight!
@jacobthornhillАй бұрын
Thank you!
@KofiAsare0Ай бұрын
Great IMU choice, integration, and video!
@jacobthornhillАй бұрын
Thank you! I'm loving your content too, and I'm very envious of your telemetry system!
@Vrey66224 күн бұрын
Impressive. Somehow, you summarised all that in 10 min video.
@heatherryan9820Ай бұрын
Omg, thank you so much for making this video. I have been completely stuck on trying to create my own flight controller for a long time now, and thus explains so much. Definitely going to save this video so I can reference it later. Again thank you so much.
@attilagergely6734Ай бұрын
Great video on the flight computer and navigation software for your fin-controlled rocket, Jacob! I was fascinated by the design process and implementation details you shared. I'm curious - are the CAD files, schematics, and code for this project available anywhere? It would be amazing to dig deeper into the technical aspects. Keep up the awesome work!
@Bob_tooАй бұрын
Super clear and insightful explanations. Great work Jacob 🚀
@NatxoVaronaАй бұрын
Great job, you are a wizard in the world of rockets, congratulations Jacob 🚀
@JanetGrechАй бұрын
Blimey, I feel like an amoeba by comparison. Thank you for demonstrating the importance inherent in not standing still in a world where the 'progress' genie is well and truly out of the bottle. Education is key. By the way, which docking port at the ISS are you going to rendezvous with?
@HENEKETTАй бұрын
Great work. Everything seems to be clear after watching. But how to make first step. Specially when you are on the couch :P
@unknown3tАй бұрын
Ah yes. The missile knows where it is at all times. It knows this because it knows where it isn't, by subtracting where it is, from where it isn't, or where it isn't, from where it is, whichever is greater, it obtains a difference, or deviation. jk, great video, can't wait for more
@iforce2dАй бұрын
With the right antennas the 'high-power'/PA nRF24 can definitely transmit over long distance (eg. 30+km on my high altitude balloon), but it would require the antenna to be sticking out sideways which I guess is not ideal for a rocket. Also you'd want it to be in transmit only mode, which would not allow sending commands to the rocket. Starting in bi-directional mode and then switching to transmit-only right before launching would be possible, but not reversible wirelessly. Most likely you'd get better range with one of those off-the-shelf modules (with the RF shield can) than you would with your own PCB - I'm no expert, but I do know that RF traces are a devilishly difficult thing to get right.
@jacobthornhillАй бұрын
Thanks for the detail! My last rocket had a nRF24 without the PA, so I probably should have given a nRF24+PA a spin before switching to LoRa. 30 km range is crazy! Definitely going to watch your series on that now. Also, I’ve used plenty of your GPS and RF range tests as reference when deciding what to go for - clearly I should have paid more attention to your nRF24 range testing video!!
@siddharthsharma22485 күн бұрын
1/ how did you learn to design the PCB? 2/ can you share your firmware code? 3/ why design your own PCB? why not use something off the shelf?
@andersgranskov9649Ай бұрын
What PCB software did you use to design your PCB? Great video :)
@jacobthornhillАй бұрын
Thanks! I used KiCad for this project
@yacineyaker748522 күн бұрын
finaly a good quality video on youtube😂
@marcspeckАй бұрын
great you share your knowledge, thank you! I only watched the IMU part. You seem to you pick your favorite car for the highest indication written on the speedometer, not for the real top speed? 🙂bit resolution typically doesn't matter that much, focus on the noise instead, e.g. 2.8mdps/sqrt(Hz) for the gyro. If you integrate over time, the noise of the time gets as important as the sensor noise (as you mentioned with the external clock signal)
@jacobthornhillАй бұрын
Interesting, thank you!
@FW190D925 күн бұрын
Extremely impressive, thanks for explaining it
@iforce2dАй бұрын
Very interesting stuff, and well explained too.
@nicola_gaiani27 күн бұрын
Great work, impressive!
@jacobthornhill27 күн бұрын
Thanks! I actually came across your channel last week - amazing stuff and very professionally done. Congrats on all the views, and good luck with whatever comes next!
@nicola_gaiani27 күн бұрын
@@jacobthornhillappreciate it! I’ll be reading the madgwick paper you left in the description, seems really useful
@piconanoАй бұрын
I know the ESP32 well. Now it seems I have to learn the STM32 since they are used everywhere. Learning any new chip in depth is a 1,000+ page of manual pain.
@도둘리-i7kАй бұрын
Nice video. One question for AHRS fusion alrogithm. Why did you use Madgwick filter even if you can implement kalman filter for position tracking? One of the most key benefit of using Kalman Filter is fast initial convergence and most commercial SOMs using it for this reason. Of course they put their own recipe filters to cope with the external disturbrance and optimizations.🐱🐒🦄🐅🐹🐘🐪
@MrI8igmacАй бұрын
I really like your board it has everything. Im testing with esp32s3. I subscribed!
@durjoypurakayastha69786 күн бұрын
Great explanation
@annaj7918Ай бұрын
Great video, this is so inspiring! Thank you Jacob, keep up the hard work🙌🙌
@jacobthornhillАй бұрын
Thank you Anna!! Will do 🤓
@Marryatau21 күн бұрын
Who would’ve guessed it? Quaternions did it again!!! 😂
@ahmedmoustafa6829Ай бұрын
BNO055 and BNO085 are better alternatives. They can make sensor fusion for you as well 😊 BNO055 is 9 axis IMU so you save one component on board
@CanAltinellerАй бұрын
Hello Jacob, the MEMS sensors do have a cross coupling effect under linear acceleration, and in your case of use there is a lot of linear acceleration. As one axis of acceletometer faces acceleration, the other axises produce false data, that manifests itself as a twist. Have you observed it in your experiments?
@maxmyzer9172Ай бұрын
This is awesome!
@alberdemir8877Ай бұрын
Wow I always thought a simple gyro module's data would be sufficient to steer a rocket!
@BrandonJJacksonАй бұрын
How do you guys do handle the real time stuff? I would like to know why you guys dont use embedded linux devices or microprocessors and how do you guys simulate all this? Gazeebo with ros? Not because i want to build a actual rocket but i would love to use sensor fusion and kalman Filter aswell, maybe for a fixed wing uav. Huge respects!
@pareshprajapati79167 күн бұрын
Thank you sir
@osmanpasha_diyАй бұрын
Very impressive!
@ViliamBodor-f8t20 күн бұрын
I would like to make aerospace embedded systems in the future. I am thinking about learning, starting using STM 32. Is this microcontroller used also in professional aerospace systems? Or is it just for hobbyist? If so, what other microcontrollers should I learn?
@RF_MicrwaveАй бұрын
good job man
@javierramon872120 күн бұрын
how did you learn to design pcb? any recommendations I would love to know about this and start? any tutorials, any books you could recommend? thanks a lot
@jacobthornhill20 күн бұрын
The Phil’s lab KZbin channel has great tutorials for KiCad and Altium!
@vasylcfАй бұрын
Amazing video 🎉
@chess101114 күн бұрын
Can you tell us what software you used to build 2d circuit board design and PCB design? Is it tinkercad and easyPCB?
@ashutoshshukla468019 күн бұрын
Can you share code for orientation estimation and how you calibration is done of sensors
@RixtronixLABАй бұрын
Nice,thank you :)
@ЕвгенийШепард-р2хАй бұрын
Super cool!
@faygo04Ай бұрын
Hello! What software are you using to desing the 3d models of the rockets ?
@jacobthornhillАй бұрын
Fusion360!
@faygo04Ай бұрын
Thx 🦅🦅
@EngineerAnanduАй бұрын
good.
@tomrybarski11 күн бұрын
Hi Jacob, any chance for the software that you are presenting here to be uploaded on to your Patreon profile? Cheers
@LeonardoCuadriello14 күн бұрын
Next step would be a ICBM
@3dmicroprojectАй бұрын
Hello, what name of website you buy componen?
@sergiogcolladoАй бұрын
impressive
@manfredbogner9799Ай бұрын
Sehr gut
@MhmmmmmmmmdАй бұрын
We need a file for the three-dimensional design of the rocket
@armanioxАй бұрын
Nice
@piconanoАй бұрын
They don't call it rocket science for no reason!
@ioijiopjkiopjkpАй бұрын
Fin-controlled rocket, ie a missile. Hope you're ready for a visit from the authorities lol
@aladinmoviesАй бұрын
Interesting
@AbdiPianoChannel2 күн бұрын
Rocket science
@pc2753Ай бұрын
Ok. I'm not an engineer 😅
@florians.8081Ай бұрын
Why STM32 instead of ESP32, Teensy or RP2040 ?
@jacobthornhillАй бұрын
I really like the STM32 dev environment, and I have quite a bit of experience with them 👍
@JrTeslaАй бұрын
@@jacobthornhillbut the best for this project is rp2040
@superjimnzАй бұрын
I was of the impression that adding guidance to a rocket was illegal?
@jacobthornhillАй бұрын
It depends, but that’s not what I’m doing. My rocket has navigation and control systems, but not a guidance system
@oddzcАй бұрын
Just remember your accuracy in lowest bits is only as good as your noise floor on things like power supplies etc
@ilbeyАй бұрын
MORE
@jacobthornhillАй бұрын
Thank you so much!! More to come…
@keybrent64Ай бұрын
"model rocket"
@QWERDQ_10 күн бұрын
Are you allowed to play around with these computer codes and electronic devices if you are a Muslim? 😂
@florians.8081Ай бұрын
Your image is really good, but your sound is shit. Please change it, and the video will be as nice to watch as BPS's.
@jacobthornhillАй бұрын
Yeah, it might be time for a new microphone…
@evanbarnes9984Ай бұрын
It's really not that bad. It's not amazing audio, but totally passable. I think before dropping cash on a new mic, you should try running your audio through a gentle de-esser and maybe a subtle EQ and compressor, and I bet that would take the audio a long way for free. Although there is something really pleasurable about recording with a really good mic!
@bengamble7033Ай бұрын
Stl??
@_Who_u_are6 күн бұрын
You are a genius...
@Alisachit617Ай бұрын
How i can talk with you about some problem i cant solve it