Page 1 of 1
Auto altitude control with a barometer
Posted: Sun May 04, 2014 8:37 am
by nkxtlh
Hi,all
I was thinking about building a firmware to hold the altitude autonomously only with the aid of the embedded barometer sensor. That is, when I switch on the crazyflie, it flies to the designated altitude and hover on the position. I will not need any PC client or the crazyradio. Is that even possible?
ps: Sorry I am new here and apologize if I ask a stupid question.

Re: Auto altitude control with a barometer
Posted: Sun May 04, 2014 10:43 pm
by derf
Re: Auto altitude control with a barometer
Posted: Mon May 05, 2014 7:32 am
by nkxtlh
Hi, derf
Thank u so much!
I have successfully implemented the hover mode using some others' code. Yes, hover mode can be implemented by the PC client using the crazy radio. However, I wonder whether the copter can autonomously hold its altitude without any external radio. With the help of on-chip barometer and embedded processor, is it even possible to construct a closed loop altitude control of itself?

Re: Auto altitude control with a barometer
Posted: Mon May 05, 2014 9:38 am
by omwdunkley
nkxtlh wrote:However, I wonder whether the copter can autonomously hold its altitude without any external radio. With the help of on-chip barometer and embedded processor, is it even possible to construct a closed loop altitude control of itself?

The PC client is only used to set the set point and visualise the sensor data/computed values. All calculations are done on the flie.
Re: Auto altitude control with a barometer
Posted: Mon May 05, 2014 11:44 am
by nkxtlh
omwdunkley wrote:nkxtlh wrote:However, I wonder whether the copter can autonomously hold its altitude without any external radio. With the help of on-chip barometer and embedded processor, is it even possible to construct a closed loop altitude control of itself?

The PC client is only used to set the set point and visualise the sensor data/computed values. All calculations are done on the flie.
Thanks for your kindly reminder, I got it.
