Search found 3 matches

by Noamco
Sun Jan 10, 2021 9:46 am
Forum: Support
Topic: [crazyflie 2.0] [solved] constant crashing and motors failing to activate.
Replies: 4
Views: 2343

Re: [crazyflie 2.0] constant crashing and motors failing to activate.

Hello arnaud, You were right the problem was exactly what you described and here is what we did to fix it: From crazyflie2-nrf-firmware/src/main.c we Removed line #401 pmSetState(pmSysOff); ran make Uploaded the cf2_nrf.bin using cfclient's bootloader into both crazyflies Turned them both on and it ...
by Noamco
Thu Jan 07, 2021 1:17 pm
Forum: Support
Topic: [crazyflie 2.0] [solved] constant crashing and motors failing to activate.
Replies: 4
Views: 2343

Re: [crazyflie 2.0] constant crashing and motors failing to activate.

Arnaud, thanks for the reply, we tried your suggestion and and made the callback only move the message to a separate queue in a non blocking way, but sadly the problem persisted. we tried making a version the only receives without sending messages, and it didn't crash even once, we also made one tha...
by Noamco
Sun Jan 03, 2021 10:21 pm
Forum: Support
Topic: [crazyflie 2.0] [solved] constant crashing and motors failing to activate.
Replies: 4
Views: 2343

[crazyflie 2.0] [solved] constant crashing and motors failing to activate.

We are trying to make multiple crazyflies broadcast a message constantly and to pass along any message they receive. We made them signal when they received a message and passed it along by activating a single motor. But we encountered two problems we cannot identify. The first is that on random acco...