Search found 27 matches

by EduardoAguilar
Sat Oct 24, 2020 4:02 pm
Forum: Developer Discussions
Topic: Problem with change of the controller in the firmware
Replies: 4
Views: 1474

Re: Problem with change of the controller in the firmware

Hi kimberly!!

Thank you so much for your help!!!
best regards.
by EduardoAguilar
Thu Oct 22, 2020 3:41 am
Forum: Developer Discussions
Topic: Problem with change of the controller in the firmware
Replies: 4
Views: 1474

Re: Problem with change of the controller in the firmware

Hi Kimberly!! Thanks for the answer, The documentation says you have to use the is equal sign ( = ) and yes I tray in my Makefile i have CONTROLLER=Eduardo or CONTROLLER=Mellinger, depent the controller that i want to use, but the controller can't change. (Also if you change the controller through t...
by EduardoAguilar
Tue Oct 20, 2020 5:44 pm
Forum: Developer Discussions
Topic: tag.elf Error 1
Replies: 4
Views: 1384

Re: tag.elf Error 1

Hi Kristoffer thanks for your answer and help but i have the same problem.

In this viewtopic.php?f=6&t=4496, I described that I did.
by EduardoAguilar
Tue Oct 20, 2020 5:41 pm
Forum: Developer Discussions
Topic: Problem with change of the controller in the firmware
Replies: 4
Views: 1474

Problem with change of the controller in the firmware

Hi Kristoffer, thanks for your answer I follow all the steps that you told me, let me show you my terminal eduardo@eduardo-Aspire-V3-574:~/crazyflie-firmware$ make clean CLEAN eduardo@eduardo-Aspire-V3-574:~/crazyflie-firmware$ make PLATFORM=cf2 . . . AS startup_stm32f40xx.o CC system_stm32f4xx.o LD...
by EduardoAguilar
Tue Oct 20, 2020 6:31 am
Forum: Developer Discussions
Topic: tag.elf Error 1
Replies: 4
Views: 1384

Re: tag.elf Error 1

Hi Kimberly!! I'm traying to building the firmware for the the crazyflie :D I trayed with make PLATFORM=tag because when i tray to update the firmware to crazyflie ( https://github.com/bitcraze/crazyflie-firmware ) this cant change the controller I want yo change the PID but when i check the control...
by EduardoAguilar
Fri Oct 16, 2020 7:12 pm
Forum: Developer Discussions
Topic: tag.elf Error 1
Replies: 4
Views: 1384

tag.elf Error 1

HI guys!!! I have a problem when I type the statement eduardo@eduardo-Aspire-V3-574:~/crazyflie-firmware$ make PLATFORM=tag , the error is: eduardo@eduardo-Aspire-V3-574:~/crazyflie-firmware$ make PLATFORM=tag CLEAN_VERSION VTMPL version.c CC version.o LD tag.elf bin/sensors.o:(.rodata.sensorImpleme...
by EduardoAguilar
Tue Oct 06, 2020 3:27 pm
Forum: Developer Discussions
Topic: Battery charger
Replies: 3
Views: 1052

Re: Battery charger

Thank you Kristoffer!!
by EduardoAguilar
Mon Oct 05, 2020 6:05 pm
Forum: Developer Discussions
Topic: Battery charger
Replies: 3
Views: 1052

Re: Battery charger

the led turns off when the battery is charged?
by EduardoAguilar
Mon Oct 05, 2020 5:13 pm
Forum: Developer Discussions
Topic: Battery charger
Replies: 3
Views: 1052

Battery charger

Hi guys!!!
I have a question about Battery charger.
How can i know that my battery is charged?,
when i connect the battery to Battery charger the led its turn on green and what its mean?

thank you.
by EduardoAguilar
Wed Aug 26, 2020 9:34 pm
Forum: Developer Discussions
Topic: Control Signals
Replies: 9
Views: 3452

Re: Control Signals

Hi Kimberly!! Thank you and sorry for the delay. So here in power_distribution_stock.c motorPower.m1 = limitThrust(control->thrust - r + p + control->yaw); motorPower.m2 = limitThrust(control->thrust - r - p - control->yaw); motorPower.m3 = limitThrust(control->thrust + r - p + control->yaw); motorP...