Page 1 of 1

starting with loco position node

Posted: Sun May 21, 2017 11:48 am
by Narasing
Hi

I want to start developing with Loco-position node I having experience in c and RTOS.
I am using keil as I'm used to it. I seen your programming is in eclipse ide so how should i start programming (run lps-node-firmware) eclipse ide.

Thanks.

Re: starting with loco position node

Posted: Tue Jun 13, 2017 10:14 am
by arnaud
Hi,

I am one of the main developper of the node and I am not using Eclipse so we do not have a default eclipse configuration yet. I am mainly building the project using "make" in a console (and using Atom as editor).

If you want to configure eclipse for this project you can look at the wiki, there is some instruction available: https://wiki.bitcraze.io/doc:crazyflie: ... #ide_setup

You might also be able to edit the project directly in keil and configure it to build by launching make instead of using the keil compiler. A quick google search shows that keil can use GCC so it might be possible to make it use the Makefile as well.

I hope this helps you going forward