Page 1 of 1

ESP-Drone Development Question

Posted: Fri Aug 16, 2024 1:25 am
by Riqium
Hi. I was checking out the esp-drone (https://github.com/espressif/esp-drone) and saw that it only is capable of driving brushed dc motors (according to the menuconfig).
So I went ant checked the crazyflie (https://github.com/bitcraze/crazyflie-firmware) in which the project is based according to the documentation, and the newer versions do support BLDC motors.
My question is the following: does anyone know how can I implement the newer crazyflie version into de esp-drone source code, so it supports BLDC?

Re: ESP-Drone Development Question

Posted: Fri Aug 16, 2024 2:40 pm
by aliarifat794
I think you need to figure out the Crazyfile BLDC support first: https://www.bitcraze.io/2023/10/say-hel ... brushless/

Re: ESP-Drone Development Question

Posted: Fri Aug 16, 2024 3:34 pm
by Riqium
aliarifat794 wrote:
Fri Aug 16, 2024 2:40 pm
I think you need to figure out the Crazyfile BLDC support first: https://www.bitcraze.io/2023/10/say-hel ... brushless/
Yeah, someone suggested me to try and port the newer craflie version into the esp-drone code.