Just putting this out there - the D+ and D- on the USB are not TX and RX. They are differential pair signaling, where instead of sending a HIGH or LOW on one trace to indicate a 1 or a 0, you send opposite signals on the D+ and D-, and the microcontroller uses the transitions to determine if a 1 or 0 was received. This practice is done because it is much less susceptible to noise and enables high speed communication.
LEDs are suicidal is what made me subscribe. I know totally nothing about electronics, you made me want to learn more. I wish I had a teacher like you about 20 years ago when Internet was still crawling.
Excited for this series. Really hope you dig into the datasheets for eveyrthing in the future videos, would be really nice to see the WHY for every capacitor/resistor/etc.
This is great stuff. This project provides an opportunity to create a design superior in every way (performance & components) to anything on the market because salability and profit are not part of the equation. I hope that's how the project evolves into the "ultimate" design. I'm learning more about electronics than ever before. Keep up the great work!
Once in a while you stumble on a jewel of a video. This is one of those video gems I used many MCU's and wanted to try the stm32 ones. ordered a nucleo develepment board etc. this would be a sweet first project with stm32 mcu's thank god I googled AT7456e (osd overlay IC) and this video showed up. Subscribed an will watch the other videos, thank you my friend!
The 0.1µF and 1µF caps on the VDD pin of the gyro should be in parallel to gulp up different frequencys of noise/ripple having them in series will give you a higher voltage rating but less capacitance overall. But still a great video :D
Nice work ! I was making my own FC and I came on your video. I will make my based on your work but the layout will be different ! Keep up the good work !
Well, the crystal controls the clock of the CPU, that is what tells it to advance and count up to the next instruction. If you unplug the battery, can you not use the USB input voltage then
Amazing project dronemesh! Like the idea of making a kit because many people don't have all the spare components that go on the pcb. Can't wait for the next videos of this series! I learn a lot, thank you
This is really great! I have been quite longing to bulid my very own flight controller and you just jumped right in. Will dive deep into your vids. Thanks!
@@DroneMesh what code does betaflight run on.... If I were to pursue this project, how should I start, could you(or anyone who reads this) give me advice on tutorials on how to start? Also I'd love to make this compatible/tailor made with you flight controller if you were to make a 20x20 version with an osd, 5v reg and some other common features.
Well you should start by going directly to their website.Then you can find their opensource code and start learning them, there is also a bf slack group which would help you, basically bf is coded by c , in K and R indendation style, make sure you stick with it.If you propose an idea , you can start working on it by making hex files and sending them in the channel, there are a lot of testers.Good luck
Very good very nice video,, I have a question I have a xk x130 drone it use 1S lipo can I put 2s for more power but how can I know without fried all the system please help if you can tell me please thank you...!!!!
Thank you for sharing this with us. What is the LED in Pin 14 of the MCU for ? there is no third LED on the schematic. I am not sure if you mentioned where to put the GPS? The pins can be either labels or ports , are the UARTs, the SBUS, SDA/SCL pads ports or net labels ?
This is just something I wanted. It's impressive how knowledgeable you are helping out the community helping out hobbyist like me to get deeper into hobby. I'm truly thankful for that. I just had few questions about the software which is used to sketch these circuit. What are these programs called?
What is the resonator used for with the gyroscope? Is there somewhere I can read more about that interaction? I am having trouble finding out more about why I would need a resonator.
Icm is not a noise sensitive gyro, if wired up correctly it is a good clean gyro.This is being mistaken.Take a look at cl racing f7, its not prone to much noise eventhought they use icm.I dont think your fc have flash memory, flash memory is a component that stores codes, yeah thats a prominent component in an fc, you cant basically store all the codes in your mcu, its also kinda dangerous to do so.
Did you seen a MultiWii type flight controller who store firmware and settings outside microcontroller chip? That external 1-wire memory chip is intended to store Blacbox logs.
hey, can you answer me a question not related to this video? i want to know if it is possible to change the motor wire gauge. I have a motor with 20 AWG and wanted to change to 18 AWG, how can i do it?
Hello love your videos..I have a question if you can help much appreciated...i am trying to connect kakute F7 FC with Dalrc 50a 4 in 1 esc using plug connector..The FC plug pin out says (M4~1) ( I ) (G) (R7) (B+) Im not sure what the R7 and I is for exactly..I thought i saw somewhere that ( I ) is NC?
great video, maybe you can design a receiver (from a chip) and teach us how to do that. I think a flysky 2.4ghz with telemetry and diversty would be great, there isnt flysky reciver with this specification.
Awesome, Lot to learn on this topic, started following your channel ! could you please share what schematics drawing and PCB design software is being used in this project work ?
Hi can you please tell me your recording equipment . its very clearly focused. i want to achieve that clarity while recording. please explain your setup. Thank you.
I don't think that at 17:53 you really need to do explain it that way. It's just a voltage divider, so that not all the voltage is dropping across the boot pin, some is going into the ground, and how much should go into the ground(I'm assuming out of 3.3)... I'm commenting this to see whether or not I got it right.
where did you go to school for electronics? im in the states and always heard them called crystal oscillators never really resonators. also i have a 12v NCP1117 on one of my projects and all it does is drop the voltage by 1v. its setup as per datasheet with the 2x 10uf capacitors and im confused as to why it wont work correctly. it would be awesome to make my own FC boards once the chip shortage is over...
Hello thank you for this great video. Can I ask something? I searched a lot. But did not find any thing about programming a flight controller with c and c++ . Can you please help me about write a programm for pro flight controller with GPS and fpv and video transmition? Or how can I learn? Thank you a lot
Great video, but why did you connect capacitors C13_G and C6_G in series, and not in parallel ? Doing so, they are equivalent to only 0.09 uF, and you do not have the benefit of filtering out more frequencies in power supply voltage (by using them in parallel).
Hey man.....i just managed to drop off two TINY propably 0402 size capacitors and destroyed an brand new flywoo versatile aio 5in1 board from firefly nano baby drone....is there any way help me repair it by recognising that exactly are these i detouched of course I never found them...but we have a local store which has even so small smd caps etc...???? Please I'm very disappointed 120 euros to go to waste just for one week..
If you can design your own PCB then nothing hold you from assembling your personal FC. But it will be huge board, at least twice larger than 30x30mm module board.
Is this still active? I have entered the "donated"-payed Patreon, but no activity there? Then there would be access to the schematic and we could message each other about the project?
Just putting this out there - the D+ and D- on the USB are not TX and RX. They are differential pair signaling, where instead of sending a HIGH or LOW on one trace to indicate a 1 or a 0, you send opposite signals on the D+ and D-, and the microcontroller uses the transitions to determine if a 1 or 0 was received. This practice is done because it is much less susceptible to noise and enables high speed communication.
It is the most educational video I have ever watched over the last five years. I am so beyond impressed!
LEDs are suicidal is what made me subscribe. I know totally nothing about electronics, you made me want to learn more. I wish I had a teacher like you about 20 years ago when Internet was still crawling.
DUDE!! BEST VIDEO ON UA-cam! I HAVE ALWAYS WANTED TO DO THIS! GONNA WATCH THE REST OF THE SERIES AND THEN MOVE TO THE ESCS!!!
I've never felt this anxious for a youtube video series in all of my life!
Excited for this series. Really hope you dig into the datasheets for eveyrthing in the future videos, would be really nice to see the WHY for every capacitor/resistor/etc.
@@arloblaze9844 yup, been stroking the chicken myself since birth :)
A DIY F4 and F7 kit would be a great idea. I would buy!
Bruno GP I second that✌️
Me too👆🏼
Knowing this is worth gold. Keep it up !
Stumbled upon this video looking for some answers and you knocked it out of the park. Awesome video man!
very interesting, the best series i have ever seen in. keep it up
This is great stuff.
This project provides an opportunity to create a design superior in every way (performance & components) to anything on the market because salability and profit are not part of the equation. I hope that's how the project evolves into the "ultimate" design.
I'm learning more about electronics than ever before. Keep up the great work!
Thanks!
Once in a while you stumble on a jewel of a video.
This is one of those video gems
I used many MCU's and wanted to try the stm32 ones.
ordered a nucleo develepment board etc.
this would be a sweet first project with stm32 mcu's
thank god I googled AT7456e (osd overlay IC) and this video showed up.
Subscribed an will watch the other videos, thank you my friend!
It is very cool to learn what each of these components control and how they work together😊👍🏻
One of the best Playlist I've came across in a while. Definitely will be doing this design. Thanks man!
your channel is awesome! making builders into designers and creators!
The 0.1µF and 1µF caps on the VDD pin of the gyro should be in parallel to gulp up different frequencys of noise/ripple having them in series will give you a higher voltage rating but less capacitance overall. But still a great video :D
Nice work ! I was making my own FC and I came on your video. I will make my based on your work but the layout will be different ! Keep up the good work !
Tiens tu est là toi :D
That 1 u / .1 u arrangement in series makes no sense to me, what is the datasheet that you refer that that that came from?
Well, the crystal controls the clock of the CPU, that is what tells it to advance and count up to the next instruction.
If you unplug the battery, can you not use the USB input voltage then
Amazing project dronemesh! Like the idea of making a kit because many people don't have all the spare components that go on the pcb. Can't wait for the next videos of this series! I learn a lot, thank you
What a eye opening video!!
I never knew i could start knowing how this all works....
But I do now!
thanks a lot bro I'm getting smarter each day
Really excited to watch all the parts of this series!
This is really great! I have been quite longing to bulid my very own flight controller and you just jumped right in. Will dive deep into your vids. Thanks!
He explained in detail what a gyroscope is despite everyone knows what it is and all he said about the resonator is that it's important
Can you program the MCU using the USB port? I see your SWD lines aren't connected to any external connector so I'm curious as to the process. Thanks
Really great video. I actually want to build one myself. Given that i have minimal background in electronics this video is really supportive.
i was looking at your schematic and was wondering if you had put motor drivers in your schematic. I couldn't find them anywhere
There is no receiver on the FC either, how will it connect to my RF transmitter?
oh so he has given UART ports, and then I can connect my receiver to it
Wow this was such an amazing video im so excited to watch the next one
Learned so much through this video thanks man
Are you interested in making a custom firmware/ forking betaflight to include gimbal support and quaternion controllers?
Yes
@@DroneMesh what code does betaflight run on....
If I were to pursue this project, how should I start, could you(or anyone who reads this) give me advice on tutorials on how to start?
Also I'd love to make this compatible/tailor made with you flight controller if you were to make a 20x20 version with an osd, 5v reg and some other common features.
@@quickf0x792 c
Well you should start by going directly to their website.Then you can find their opensource code and start learning them, there is also a bf slack group which would help you, basically bf is coded by c , in K and R indendation style, make sure you stick with it.If you propose an idea , you can start working on it by making hex files and sending them in the channel, there are a lot of testers.Good luck
@@shri3141 thx
I've been thinking about doing this for a while now. I think this is my push to open up easy eda, and see what I can come up with lol.
This is what I was looking for dope content sir
Where would you be able to give the schematics and get it assembled with all the components as well?
did you find out?if you did can you tell me
Fantastic start for the playlist, dude! Thanks a lot for all the explanations! 😃
Im sure i will never build a flight controler but nonetheless this is still very interesting and super easy to follow,
Thanks drone mesh !
Very good very nice video,, I have a question I have a xk x130 drone it use 1S lipo can I put 2s for more power but how can I know without fried all the system please help if you can tell me please thank you...!!!!
Can I use px4 qgroundcontrol coupled with my custom build hardware ?
This is frakin awsome. Thanks for all the details. Need to lay off the caffeine to build this ;-) and I definately need those books of chips.
Caffeine is what made this project and every video you see XD lool..
I turn caffeine into projects.
Drone Mesh - LOL. Man I want to learn to do what you do! Searching for a practice atm. Electronics technician = me in the near future hopefully.
Brilliant video. Just what I was looking for. Many thanks 🙏
How do you know which pin to connect on the STM32F405? or we can do it as the way we want ?
Is there any other flight controller for bicopter and coaxial rotor heli? I am using kk.2.1.5.
How can we make a FC like pixhawk cube 2.1 for the commercial usage? they have license on each part what does that mean?
is there any document that specify the pin assignment of the Mikrocontroller for the beta flight software?
Thank you for sharing this with us. What is the LED in Pin 14 of the MCU for ? there is no third LED on the schematic. I am not sure if you mentioned where to put the GPS?
The pins can be either labels or ports , are the UARTs, the SBUS, SDA/SCL pads ports or net labels ?
This is just something I wanted. It's impressive how knowledgeable you are helping out the community helping out hobbyist like me to get deeper into hobby. I'm truly thankful for that.
I just had few questions about the software which is used to sketch these circuit. What are these programs called?
very interesting and informative, the best video i have ever seen related to drones.
Your teachings are so great 🔥🔥
Can you explain why 1mf capacitors and these resistors are used
Can anyone please tell me what the little square thing with 100 written on it is....I had a camera short with smoke and then this fell off!!
Just became a patron! Just might have to up my electronics game... Thanks for the inspiration!
What is the resonator used for with the gyroscope? Is there somewhere I can read more about that interaction? I am having trouble finding out more about why I would need a resonator.
Absolutely great series! Thanks!
Can it run ardupilot ? I'am design a flight controller for an autonomous drone and would like to use this project as reference.
One question please, is your controller programmed with Betaflight programs, inav... If not what solution?
does source point of mosfet on flight controller is same ? on whole circuit
Icm is not a noise sensitive gyro, if wired up correctly it is a good clean gyro.This is being mistaken.Take a look at cl racing f7, its not prone to much noise eventhought they use icm.I dont think your fc have flash memory, flash memory is a component that stores codes, yeah thats a prominent component in an fc, you cant basically store all the codes in your mcu, its also kinda dangerous to do so.
@ 5:52 you have a flash memory chip above the usb(molex)
Did you seen a MultiWii type flight controller who store firmware and settings outside microcontroller chip? That external 1-wire memory chip is intended to store Blacbox logs.
hey, can you answer me a question not related to this video?
i want to know if it is possible to change the motor wire gauge. I have a motor with 20 AWG and wanted to change to 18 AWG, how can i do it?
can you make a new or updated video of this? im sure you have some new designs
awesome bro, this stuff will help me a lot w my learning curve in engineering. thanks!!
good night just wanted to know what software you use to design the flight pcb am on a m1 Mac
This mean you can make a flight controller and load beta flight or some other software to program it
I need your help, I want to design an open source ESC for RC cars, but based on the FPV flight controllers.
THANKS BRO , THIS MAKES MORE SENSE NOW
USB doesn't have tx and rx pins. They have D+ and D- which are a differential pair. Both are used for communication in both directions.
guess you cleared that up in the schematic talk.
is the flight controller as good as the commercial flight controller? and are they cheaper?
Hello love your videos..I have a question if you can help much appreciated...i am trying to connect kakute F7 FC with Dalrc 50a 4 in 1 esc using plug connector..The FC plug pin out says
(M4~1) ( I ) (G) (R7) (B+) Im not sure what the R7 and I is for exactly..I thought i saw somewhere that ( I ) is NC?
thanks for providing basic knowledge about the flight controller
great video, maybe you can design a receiver (from a chip) and teach us how to do that. I think a flysky 2.4ghz with telemetry and diversty would be great, there isnt flysky reciver with this specification.
QUESTION: Can we use STM32F405RGT6W MCU 32B ARM Cortex-M4 1Mb Flash 168MHz CPU ??? Didn't know if this would effect the installation.
If switching regulators can cause interference, can we enclose it with a piece of aluminum sheet and still make it more efficient?
Awesome, Lot to learn on this topic, started following your channel !
could you please share what schematics drawing and PCB design software is being used in this project work ?
Hi can you please tell me your recording equipment . its very clearly focused. i want to achieve that clarity while recording. please explain your setup. Thank you.
Hey, the drone mesh forum seems to be down, can you please fix that.
cool idea but can you make it more apealing and add fpv recorder on board maybe an sd card slot
Fantastic. Perfect for my level of expertise.
I don't think that at 17:53 you really need to do explain it that way. It's just a voltage divider, so that not all the voltage is dropping across the boot pin, some is going into the ground, and how much should go into the ground(I'm assuming out of 3.3)...
I'm commenting this to see whether or not I got it right.
where did you go to school for electronics? im in the states and always heard them called crystal oscillators never really resonators.
also i have a 12v NCP1117 on one of my projects and all it does is drop the voltage by 1v. its setup as per datasheet with the 2x 10uf capacitors and im confused as to why it wont work correctly.
it would be awesome to make my own FC boards once the chip shortage is over...
if we are going to help you with this design will we have to have the gerber file for this?
Check my forum everything is available
how can i get the code please
What’s the difference between the 6000 and 9000 gyro’s? Is the 9000 more accurate?
I'm an electronic student is it possible to learn more about FC schematic ??
Can I use this flight controller to build an autonomous drone??
what kind of flight controller do i need to make a tricopter
Hello thank you for this great video.
Can I ask something?
I searched a lot. But did not find any thing about programming a flight controller with c and c++
. Can you please help me about write a programm for pro flight controller with GPS and fpv and video transmition?
Or how can I learn?
Thank you a lot
This takes an opensource software called betaflight.
@@DroneMesh Thank you for answer... If I want write Programm with Keil, it's ide for arm... Is there any way that I can learn?
Thanks a lot
diy kits would be great. think you are doing to teach are great too.
I love where this is going!
Great video, but why did you connect capacitors C13_G and C6_G in series, and not in parallel ? Doing so, they are equivalent to only 0.09 uF, and you do not have the benefit of filtering out more frequencies in power supply voltage (by using them in parallel).
yes... I thought the exact same thing.
Hey man.....i just managed to drop off two TINY propably 0402 size capacitors and destroyed an brand new flywoo versatile aio 5in1 board from firefly nano baby drone....is there any way help me repair it by recognising that exactly are these i detouched of course I never found them...but we have a local store which has even so small smd caps etc...???? Please I'm very disappointed 120 euros to go to waste just for one week..
How are you flashing the new F4 microprocessor? What target would you be using in this case?
FuryF4
Yipppee !! i always wanted to know how flight controllers are made and how do they run , what calculataions and software are they running.
What did you study? I am interested in your flight controller project. Thank you and keep up the good work.
It's a very nice work, congratulations. Are there any alternatives that can be used instead of mpu600?
if you could get an r9m onto the flight controller i would love that.
and video tx, satellite chip that would sort me out. everything all in 1 board
If you can design your own PCB then nothing hold you from assembling your personal FC. But it will be huge board, at least twice larger than 30x30mm module board.
Is this still active? I have entered the "donated"-payed Patreon, but no activity there? Then there would be access to the schematic and we could message each other about the project?
Does dji use micro controller or microprocessor ?
hi, correct me if i'm wrong but is c16 and c17 voltage reg caps 10 nano farad not micro farad?
What a fantastic video! Thanks so much for putting this together!
Hello nice Video!
Do you continue the Playist for this Controller?
DIY kits sound like a good idea