Search found 2338 matches

by tobias
Fri Oct 25, 2013 12:03 pm
Forum: Support
Topic: [SOLVED] Crazyflie tilts to M4 side when taking off
Replies: 14
Views: 10591

Re: [SOLVED] Crazyflie tilts to M4 side when taking off

Can you check that M4s propeller isn't pressed down on the motor causing a friction?
by tobias
Fri Oct 25, 2013 12:00 pm
Forum: Support
Topic: Crazyflie bootloader
Replies: 3
Views: 5040

Re: Crazyflie bootloader

If you now have a bus blaster you need to specify openocd to use that interface.

Code: Select all

make flash OPENOCD_INTERFACE="interface/busblaster.cfg"
by tobias
Fri Oct 25, 2013 11:56 am
Forum: Support
Topic: [SOLVED] Radio sig not found on software
Replies: 9
Views: 7370

Re: Radio sig not found on software

Can you try connecting to the bootloader and report the result.
by tobias
Fri Oct 25, 2013 11:46 am
Forum: Developer Discussions
Topic: Flashing the Firmware
Replies: 3
Views: 3154

Re: Flashing the Firmware

When you have a JTAG programmer and are doing development I think that is the best option, but since you only need the Crazyradio to flash it with the bootloader it is a great option for those that don't have a JTAG.
by tobias
Wed Oct 23, 2013 8:57 am
Forum: Support
Topic: constant red led at startup
Replies: 3
Views: 2557

Re: constant red led at startup

This sounds like a tricky problem and since the bootloader fails to connect it makes it even trickier. My first thought was a corrupt firmware but since it worked before that is uniquely and I would have expected the bootloader to still work. Any sign of damage to any component? Is the behavior any ...
by tobias
Wed Oct 23, 2013 8:41 am
Forum: Developer Discussions
Topic: Flashing the Firmware
Replies: 3
Views: 3154

Re: Flashing the Firmware

If you flash it with a JTAG you need to flash it with CLOAD=0. When doing this it will erase the bootloader but you can put it back later if you want.

Code: Select all

make CLOAD=0 DEBUG=1
make flash
by tobias
Wed Oct 23, 2013 8:37 am
Forum: Support
Topic: M4 doesn't work
Replies: 18
Views: 10889

Re: M4 doesn't work

Then we are a bit closer to finding the problem. Something is broken between the resistor with the green circle and the transistor leg, blue circle. First can you measure the resistance of the small resistor with the green circle? It should read close to 100 ohm. Then try to inspect the trace going ...
by tobias
Wed Oct 23, 2013 8:30 am
Forum: Support
Topic: Crazyflie resistors part number?
Replies: 1
Views: 1787

Re: Crazyflie resistors part number?

The resistor is a standard 0603 50V 1% resistor.
by tobias
Wed Oct 23, 2013 8:28 am
Forum: Support
Topic: Crazyflie bootloader
Replies: 3
Views: 5040

Re: Crazyflie bootloader

You need to define the right programmer interface to OpenOCD. Since you seem to have a JLINK try this:

Code: Select all

make flash OPENOCD_INTERFACE="interface/jlink.cfg"
by tobias
Tue Oct 22, 2013 8:15 am
Forum: Developer Discussions
Topic: comunicating crazyflies
Replies: 2
Views: 2270

Re: comunicating crazyflies

Yes it is possible but it will require studying the nRF chip a bit and some coding. The radio chip can switch frequency in 140us so you can have them on different frequencies as well and not just different addresses.