Hey, I’m suppose to fly a drone using Lynx motion flight controller, the configuration using the FCT went very easy and I’m wondering if i could add some other features to my drone like an offline path or something by manually editing code in the Arduino IDE. If that is possible how to process?
Thanks
Hi rayane,
Sure it’s possible, the Quadrino Nano is an ATmega 2560 at the core.
You can download the code on the Lynxmotion GitHub HERE.
Some more information available on the Lynxmotion website HERE.
Hey, Thank you for the reply, I have one more question. Is there any already made codes on line ?
What do you mean by “already made code” exactly ?
The MultiWii code on the GitHub is already made (lol) and working.
You might want to take a look at this blog post as well, it’s the start of a project:
Lynxmotion Quadrino Nano – Raw Sensor Values
I meant apart from that did anyone develop something and put it online. Because i’m a newbie here and I’m starting from scratch with Lynxmotion. It doesn’t matter i looked at the blog post you gave and i’m kind of getting it now. Thanks
What do you want to do exactly ?
There are a ton of Arduino examples out there which can be used for the Quadrino Nano as well.
Got it Now. Thanx
But do you have something in mind ? A test or a project you want to do ?
I have a lot in mind. I just wanted to know how to start. I’m supposed to code an offline trajectory planning using quadrino. That’s it. so based on your previous reply I should do Arduino coding. right!! because I thought it to be in C++