Search found 105 matches

by atomicdog
Tue Dec 17, 2013 6:46 am
Forum: Developer Discussions
Topic: Couple of new questions ( updated again! )
Replies: 9
Views: 6076

Re: Couple of new questions

It's on the wiki and the bitbucket repo.
by atomicdog
Tue Dec 17, 2013 3:55 am
Forum: Developer Discussions
Topic: Couple of new questions ( updated again! )
Replies: 9
Views: 6076

Re: Couple of new questions

You need a soldering iron to assembly the Crazyflie (CF).
You need a way to control the CF using something like an Xbox or PlayStation controller.
If you want to do in-circuit debugging of your modified CF code you'll need a debugger/programmer.
by atomicdog
Mon Dec 16, 2013 6:43 am
Forum: Developer Discussions
Topic: Couple of new questions ( updated again! )
Replies: 9
Views: 6076

Re: Modify the code

fishyy wrote:so lets say I use openOCD / eclipse to edit the codes, how do I download / push the new codes to replace the existing code inside the CF?
Downloading new code through the crazyradio is one easy way. When using openOCD then you would use a programmer to do it through the JTAG port instead.
by atomicdog
Mon Dec 16, 2013 6:30 am
Forum: Developer Discussions
Topic: Couple of new questions ( updated again! )
Replies: 9
Views: 6076

Re: Modify the code

There's lots of good info on the wiki.
The bitcraze Virtual Machine has a pre-configured Dev environment to help get you started quickly.
by atomicdog
Fri Dec 13, 2013 10:57 pm
Forum: Support
Topic: SPI connection to CrazyRadio
Replies: 3
Views: 3352

Re: SPI connection to CrazyRadio

nrn32 wrote:So, that would require reflashing the radio firmware ?
Yes, you would need to modify CR firmware to read in a command and then have it transfer the command to the transceiver.
by atomicdog
Fri Nov 22, 2013 4:31 am
Forum: Developer Discussions
Topic: Crazy Bat?
Replies: 1
Views: 4194

Re: Crazy Bat?

The CF isn't very aerodynamic, so I don't think echolocation would stop a lot of the human caused crashes. It's a cool project though especially for more automated flying.
Sudden changes in direction can cause the CF's flight to become unstable, which causes you to crash anyways.
by atomicdog
Sat Nov 16, 2013 1:27 am
Forum: Developer Discussions
Topic: Recommendations for dev kit?
Replies: 3
Views: 3148

Re: Recommendations for dev kit?

An ARM dev kit from ST will have the least amount of porting effort. They may have discovery board with the same/similar MCU as the crazyfile.
by atomicdog
Thu Nov 14, 2013 7:19 am
Forum: Developer Discussions
Topic: Recommendations for dev kit?
Replies: 3
Views: 3148

Re: Recommendations for dev kit?

I'm not sure what you mean by 'compatible dev kits' but the crazyflie is basically a dev kit (but without the built in debugger like a lot of them have now). I think the path of least resistance would be a STM32 Discovery kit. I haven't got around to trying it yet but the discovery boards have a deb...
by atomicdog
Fri Nov 08, 2013 8:51 am
Forum: Developer Discussions
Topic: How to get sensor info from nano quadcopter?
Replies: 1
Views: 2755

Re: How to get sensor info from nano quadcopter?

The program on the crazyflie is written in C.
The PC program is written in python. There is also a c++ port of the library for the PC.

The crazyflie uses I2C so you can write software for any sensor that has I2C.
by atomicdog
Sun Jul 21, 2013 7:45 pm
Forum: Support
Topic: My crazyflie don't fly
Replies: 4
Views: 3949

Re: My crazyflie don't fly

You need to swap the propellers. The ones marked 'A' should be on M2/M4.