Hi, I would need to make a quadracopter like uav for doing multi things like video recording, face recognisation , spraying liquids like water etc… which microcontroller must i use like arduino, pi, beagle bone , Intel etc…? How I will correlate these all by coding ? Help me urgent
Hi,
Choosing components for a quadcopter is not a trivial project. For your concerns over the controller, it may be best to have an independent flight controller for the quadcopter functions (controlling the ESCs, stabilization, etc.) and a SBC (Single Board Computer) such as the Raspberry Pi for higher level functions such as video recording, face recognition, etc.
As for what code to use, it will be different for both components:
]For the flight controller, it will depend on what hardware you chose and which flight controller software they are compatible with (ex: MultiWii, ArduPilot, etc.)./:m]
]For the SBC and doing face recognition, a good starting point would most likely be OpenCV./:m]
For stuff like spraying water and such, you will most likely have to use a relay, pump, etc. This will most likely require some extra hardware/electronics connected to your SBC.
Sincerely,