Search found 6 matches

by 1016
Mon Jul 09, 2018 6:24 am
Forum: Bitcraze
Topic: transmit power and nrf
Replies: 0
Views: 4335

transmit power and nrf

Hi! We are continuing to study Python code and firmware code to see if there are even dozens of drones that can communicate seamlessly. There are two questions. I found that I could adjust the transmit power of the nrf51 on the drone firmware and adjusted it to 4dbm (the default value is 0dBm) to se...
by 1016
Mon Jun 25, 2018 5:47 am
Forum: Bitcraze
Topic: rebooting crazyflie
Replies: 1
Views: 1653

rebooting crazyflie

Hi! from cflib.drivers.crazyradio import Crazyradio import cflib.drivers.crazyradio import time import cflib.crtp cflib.crtp.init_drivers(enable_debug_driver=False) cr = Crazyradio() address = [0xD8] cr.set_channel(120) cr.set_data_rate(cr.DR_2MPS) cr.set_address((0xE7, 0xE7, 0xE7, 0xE7, address )) ...
by 1016
Mon May 14, 2018 2:05 am
Forum: Bitcraze
Topic: Communication errors and abnormal values in multiple drones
Replies: 1
Views: 1443

Communication errors and abnormal values in multiple drones

Hi! These days, we have got 50 crazyflies and try to make drone show. But there are some problems. We use 8 anchors, TDOA mode in 5m X 5m X 2M. 1. We want to fly more than 10 drones. However, if we use more than 10 drones with a single dongle, communication problems always arise. Some drones do not ...
by 1016
Tue Apr 17, 2018 3:28 pm
Forum: Loco Positioning System
Topic: Loco positioning system is disfunctional
Replies: 1
Views: 1288

Loco positioning system is disfunctional

Hi, these days I have been trying to modify several example codes and it is successful! But few days ago, loco positioning system was disfunctional suddenly. Drone's location was very irregular even though I used just original example code. For example, if i order the drone to move at (3,4,2), then ...
by 1016
Tue Apr 03, 2018 7:53 am
Forum: Bitcraze
Topic: ranging data
Replies: 1
Views: 1515

ranging data

I found some posts about peer-to-peer communication between Crazyflies but there were no exact explanation. I want to use other drone's real-time information. I can get ranging data from loco positioning node to drone with positioning deck(DWM1000). I wonder that if it would be possible to get rangi...
by 1016
Tue Mar 27, 2018 7:40 am
Forum: Bitcraze
Topic: How can crazyflies transmit data to dongle
Replies: 1
Views: 1490

How can crazyflies transmit data to dongle

Hi, I am a Master's student. I have 2 questions. 1. I am getting an error when trying to run swarmSequence.py-> cannot import name 'CachedCfFactory'. I followed a post (https://github.com/bitcraze/crazyflie-lib-python/issues/72) but it still doesn't work. I have previous version of crazyflie-lib-pyt...