Search found 71 matches
- Thu Jan 28, 2021 6:31 pm
- Forum: Bitcraze
- Topic: Last version of firmware that reboot.py works?
- Replies: 5
- Views: 390
Re: Last version of firmware that reboot.py works?
No problem, will wait for the release, and report back here, thanks for updating!
- Tue Jan 26, 2021 5:06 am
- Forum: Lighthouse positioning system
- Topic: Using v2 lighthouses facing upwards
- Replies: 18
- Views: 1230
Using v2 lighthouses facing upwards
Hi, I am looking for some guidance on how to to run >2 V2 lighthouses, some will be mounted on the ceiling looking down. Others will be mounted on the floor looking upwards. (there will be two motorless crazyflies that need to be tracked even when upside down see here: https://forum.bitcraze.io/view...
- Tue Jan 26, 2021 4:17 am
- Forum: General discussions
- Topic: [Solved] Charging and Discharging unprotected batteries.
- Replies: 4
- Views: 413
[Solved] Charging and Discharging unprotected batteries.
Hi, Bit of a wordy problem here. I am looking to install a charging station that will recharge these batteries (via the onboard usb port) that do not have the circuit protectors. https://hobbyking.com/en_us/turnigy-nano-tech-300mah-1s-20-40c-lipo-pack-losi-mini-compatible.html?___store=en_us Is this...
- Fri Jan 22, 2021 12:44 am
- Forum: Developer Discussions
- Topic: Using SyncLogger with passed in arguments.[solved]
- Replies: 2
- Views: 302
Re: Using SyncLogger with passed in arguments.
Thanks for the help! this makes sense
- Fri Jan 22, 2021 12:43 am
- Forum: Bitcraze
- Topic: Last version of firmware that reboot.py works?
- Replies: 5
- Views: 390
Last version of firmware that reboot.py works?
Hi, I am trying to get the PowerSwitch Module to work. I am using cflib 0.1.12.1 and the 2020.09 firmware. I have modified the line from reboot.py slightly, see below: uri = 'radio://0/80/2M/E7E7E7E7E7' PowerSwitch(uri).stm_power_cycle() I get the same attribute error as user aqqz in the thread belo...
- Fri Jan 15, 2021 7:24 am
- Forum: Developer Discussions
- Topic: Using SyncLogger with passed in arguments.[solved]
- Replies: 2
- Views: 302
Using SyncLogger with passed in arguments.[solved]
Hi, I have a class attribute called self.cf_pos. I passed it into a function: def flight_logger(self, cf, uri,cf_pos) Which then passes it to another function in the same class: def sync_logger(scf, cf_pos,log_angle,log_position) the sync logger function takes a cf instance, the class attribute cf_p...
- Tue Jan 12, 2021 7:03 am
- Forum: Lighthouse positioning system
- Topic: Choosing a lighthouse TOC to help detect valid tracking.[SOLVED]
- Replies: 2
- Views: 440
Re: Choosing a lighthouse TOC to help detect valid tracking.
Works well thanks !
- Tue Jan 12, 2021 7:01 am
- Forum: General discussions
- Topic: using SyncLogger with an array of configurations
- Replies: 1
- Views: 348
using SyncLogger with an array of configurations
Hi. I am trying to use SyncLogger with an array and don't exactly understand how ther person in this forum post did it https://forum.bitcraze.io/viewtopic.php?f=11&t=4450&p=20329&hilit=synclogger#p20329 . Alot of their code is commented out... do you need to use two for loops for the two configurati...
- Mon Jan 11, 2021 7:00 am
- Forum: Lighthouse positioning system
- Topic: One drone following another drone. [Solved]
- Replies: 10
- Views: 1314
Re: One drone following another drone.
Excellent, thans heaps for that! It is working quite well.
- Mon Jan 11, 2021 6:37 am
- Forum: Lighthouse positioning system
- Topic: Choosing a lighthouse TOC to help detect valid tracking.[SOLVED]
- Replies: 2
- Views: 440
Choosing a lighthouse TOC to help detect valid tracking.[SOLVED]
HI I am looking for a lighthouse paramteter that I can use to determine if both lighthouses cannot see the cf. (in order to immediately land the cf after a certain number of secods of lost tracking) I acknowledge that this may be a little more complicated that just choosing one parameter (perhaps du...