I am trying to make a quadcopter that receives commands from my android mobile phone. I currently have the following:
Raspberry Pi 3 Model B running on Raspbian.
Pi Camera
Seriously Pro F3 Flight Controller
I am planning on using bluetooth to send commands to my raspberry pi, but I am unable to figure out how to send commands from the raspberry pi to the flight controller. I am thus asking, how do I send commands (those of movement and throttle) from my raspberry pi to the flight controller.
Link to Flight Controller Documentation: http://seriouslypro.com/files/SPRacingF3-Manual-latest.pdf
This is the project I am trying to make: http://www.instructables.com/id/The-Drone-Pi/
This project is made with a MultiWii flight controller, while I want to make it with a SPF3 Flight Controller, I don't know how to approach accomplishing it.
I'm asking a similar question: Quadcopter controlled by Raspberry Pi
but with a SPF3 Flight controller rather than CC3D Flight Controller and with a little more explanation of terms.