Search found 3 matches

by rb13g11
Tue Mar 11, 2014 10:01 am
Forum: Developer Discussions
Topic: Using an eeprom on I2C bus
Replies: 2
Views: 2377

Re: Using an eeprom on I2C bus

Hi Tobias Thanks for the reply. I attempted using a log group for each variable to limited success. From what I understand you're suggesting to change Log.c to send more than one measurement in each packet. I have a basic understanding of how the crazyflie firmware works, but would I only have to ma...
by rb13g11
Mon Mar 10, 2014 12:18 pm
Forum: Developer Discussions
Topic: Using an eeprom on I2C bus
Replies: 2
Views: 2377

Using an eeprom on I2C bus

Hi all I'm doing a project analyzing the flight dynamics of the Crazyflie using only internal sensors. I need to log as much data as possible to do this properly, but have only been able to collect data at 20Hz due to various limitations. Ideally I would like to collect data at 250Hz, so each iterat...
by rb13g11
Thu Jan 23, 2014 4:57 pm
Forum: Developer Discussions
Topic: Changing Parameters in C++
Replies: 1
Views: 2143

Changing Parameters in C++

Hi I've been using fairlight1337s C++ lib to control the Crazyflie from my PC, because I don't have any experience in python(even though my programming skills in C are pretty low). Available at https://github.com/fairlight1337/libcflie I want to be able to change parameters, mainly turn altitude hol...