sıɹɥɔ
King with 39,444 points
1 year ago
Exp: Excellent hardware / Excellent software | Own: ChipworkX, EMX
the big problem with doing a quad copter based on NETMF is that NETMF is not a realtime OS, which means you can't really guarantee that it will execute an instruction when you tell it it (it might be a millisecond or two later). Eventually, this kind of thing would cause noise to creep into your stability controls.
That said, you can still do it, but you might need to have a chip running native code flying the aircraft, taking input from a NETMF board.