Search found 4 matches

by Tia
Wed May 20, 2020 12:55 pm
Forum: Support
Topic: [SOLVED] Crazyflie2.0 PWM setup to drive BRUSHLESS MOTOR
Replies: 5
Views: 2123

Re: Crazyflie2.0 PWM setup to drive BRUSHLESS MOTOR

I tested building a cload build and flash it with the wireless bootloader and it works for me. I don't see how that change would effect anything other then a pointer value. Yes,i referred to help docs in vm and tried (a similar way of yours ) to use ST-link to flash direct in local terminal. Finall...
by Tia
Tue May 19, 2020 12:26 am
Forum: Support
Topic: [SOLVED] Crazyflie2.0 PWM setup to drive BRUSHLESS MOTOR
Replies: 5
Views: 2123

Re: Crazyflie2.0 PWM setup to drive BRUSHLESS MOTOR

In the motors_def_cf2.c there are configurations for this. /** * Brushless motors mapped to the standard motor connectors with pull-ups (~1K) to VBAT soldered. */ const MotorPerifDef* motorMapDefaltConBrushless[NBR_OF_MOTORS] = { &CONN_M1_BL_INV, &CONN_M2_BL_INV, &CONN_M3_BL_INV, &C...
by Tia
Fri May 15, 2020 10:44 am
Forum: Support
Topic: [SOLVED] Crazyflie2.0 PWM setup to drive BRUSHLESS MOTOR
Replies: 5
Views: 2123

Re: Crazyflie2.0 PWM setup to drive BRUSHLESS MOTOR

yes, I get it.It really helps,thank you very much ~!
by Tia
Thu May 14, 2020 2:12 pm
Forum: Support
Topic: [SOLVED] Crazyflie2.0 PWM setup to drive BRUSHLESS MOTOR
Replies: 5
Views: 2123

[SOLVED] Crazyflie2.0 PWM setup to drive BRUSHLESS MOTOR

Hi, :D :D :D I am wandering how to generate proper PWM signals (also ONESHOT125 needed) from Default connectors on my CF2.0 ,so that i can use external ESCs to drive Brushless Motor. Since i'm not that into the DRIVER CODES in VM ,i need someone to help me with the configrations. Just tell me the ke...