Search found 11 matches

by geffaelden
Tue Mar 01, 2016 6:15 am
Forum: Bitcraze
Topic: Restock Date?
Replies: 1
Views: 2131

Restock Date?

I was wondering when the next restock date will be since we are interested in purchasing 7 CF2.0s and its currently out of stock in Seeedstudio.

Thanks!
by geffaelden
Sun Feb 28, 2016 10:04 am
Forum: Developer Discussions
Topic: Communication Issues
Replies: 1
Views: 1435

Communication Issues

We are trying to create a swarm of Crazyflies and have stumbled upon an issue wherein we could not use more than 1 radio connected to the same PC. I have seen from other forum posts that they have already achieved this. May I know how? Thanks
by geffaelden
Thu Feb 18, 2016 3:44 am
Forum: General discussions
Topic: Firmware bug
Replies: 6
Views: 3698

Re: Firmware bug

chad wrote:
Do you have the same experience with the newest firmware released today?
The new firmware release seemed to have fixed it! Thanks chad! The timing of the release is very convenient! haha
by geffaelden
Wed Feb 17, 2016 9:03 am
Forum: General discussions
Topic: Firmware bug
Replies: 6
Views: 3698

Re: Firmware bug

to clarify this is written in the console tab

IMU: AK8963 I2C connection [OK].
IMU: LPS25H I2C connection [OK].
DECK_DRIVERS: Found 4 drivers
DECK_INFO: Found 1 deck memory.
DECK_CORE: 1 deck enumerated
OW: Cmd 0x20 timeout.
EEPROM: I2C connection [OK].
AK8963: Self test [OK].
LPS25H: Self test [OK].
by geffaelden
Wed Feb 17, 2016 7:09 am
Forum: General discussions
Topic: Firmware bug
Replies: 6
Views: 3698

Re: Firmware bug

Hi guys! I updated the firmware to the latest release and red led error occurs when connected to the led expansion board. when i reverted back to an old stable release it seems to fix the problem. Is this a known issue with the led expansion board and the latest release firmware? Hi Using the lates...
by geffaelden
Tue Feb 16, 2016 4:57 am
Forum: General discussions
Topic: Firmware bug
Replies: 6
Views: 3698

Firmware bug

Hi guys! I updated the firmware to the latest release and red led error occurs when connected to the led expansion board. when i reverted back to an old stable release it seems to fix the problem.

Is this a known issue with the led expansion board and the latest release firmware?
by geffaelden
Tue Feb 16, 2016 3:49 am
Forum: Autonomous flight
Topic: SWARM Formations
Replies: 18
Views: 16395

Re: SWARM Formations

We have been using up to 6x Crazyflie 2.0 using a VICON motion capture system (see e.g. https://www.youtube.com/watch?v=gH1Fcf597So). There have been a bunch of issues which are mostly fixed in the master branches: * different CFs need to have different addresses (that way you can reuse a radio wit...
by geffaelden
Thu Feb 04, 2016 6:31 am
Forum: Developer Discussions
Topic: ZMQ client
Replies: 0
Views: 2343

ZMQ client

i am fairly new to the CF development and i am interested in using the ZMQ client. I have reached the point wherein I enabled ZMQ in the python client. However, I cannot figure out how to send commands or inputs such as in this example https://forum.bitcraze.io/viewtopic.php?t=1616 . Can anybody hel...
by geffaelden
Tue Feb 02, 2016 6:21 am
Forum: Developer Discussions
Topic: Controlling crazyflie motors from PC
Replies: 10
Views: 8056

Re: Controlling crazyflie motors from PC

Hi Freddy, No there is no API for controlling the motors individually yet. It could be added pretty easily though if you just want to set them to a fixed value for a while. How familiar are you with c programming? In the distributePower function comment out the setting of the motors like this: #els...
by geffaelden
Tue Nov 24, 2015 4:20 am
Forum: Developer Discussions
Topic: Controlling crazyflie motors from PC
Replies: 10
Views: 8056

Re: Controlling crazyflie motors from PC

Hi Freddy, No there is no API for controlling the motors individually yet. It could be added pretty easily though if you just want to set them to a fixed value for a while. How familiar are you with c programming? In the distributePower function comment out the setting of the motors like this: #els...