If you're still looking for something there's a board called Keplur from NVdrones that might work out for you. It's basically an Arduino that interfaces with different flight controllers using PPM/PWM. I'd be happy to answer any questions you might have.
Replies
If you're still looking for something there's a board called Keplur from NVdrones that might work out for you. It's basically an Arduino that interfaces with different flight controllers using PPM/PWM. I'd be happy to answer any questions you might have.
Just via the Serial port with MAVLink (APM is already an Arduino - that's what the "A" stands for). Sample Arduino code is here.